diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-17 07:14:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-17 07:14:15 +0000 |
commit | d589d6fc988f0c5787980f96f8e7690c98485446 (patch) | |
tree | 392aa679f891764fb5c9ceb2b5c907661c0e7967 /net-irc/quassel | |
parent | old (diff) | |
download | gentoo-2-d589d6fc988f0c5787980f96f8e7690c98485446.tar.gz gentoo-2-d589d6fc988f0c5787980f96f8e7690c98485446.tar.bz2 gentoo-2-d589d6fc988f0c5787980f96f8e7690c98485446.zip |
Stable latest on amd64 and x86. Also remove not-needed die statements.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/quassel-0.8.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/quassel/quassel-0.8.0.ebuild b/net-irc/quassel/quassel-0.8.0.ebuild index e14930e98acb..55b8d58fe407 100644 --- a/net-irc/quassel/quassel-0.8.0.ebuild +++ b/net-irc/quassel/quassel-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.2 2012/03/31 11:20:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.3 2012/05/17 07:14:15 scarabeus Exp $ EAPI=4 @@ -18,7 +18,7 @@ HOMEPAGE="http://quassel-irc.org/" [[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~sparc-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~sparc-solaris" SLOT="0" IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X" @@ -120,12 +120,12 @@ src_install() { fowners "${QUASSEL_USER}":"${QUASSEL_USER}" "${QUASSEL_DIR}" # init scripts - newinitd "${FILESDIR}"/quasselcore.init quasselcore || die "newinitd failed" - newconfd "${FILESDIR}"/quasselcore.conf quasselcore || die "newconfd failed" + newinitd "${FILESDIR}"/quasselcore.init quasselcore + newconfd "${FILESDIR}"/quasselcore.conf quasselcore # logrotate insinto /etc/logrotate.d - newins "${FILESDIR}/quassel.logrotate" quassel || die "newins failed" + newins "${FILESDIR}/quassel.logrotate" quassel fi } |