diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-28 09:25:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-28 09:25:12 +0000 |
commit | 2e2c7f4ea849e38449ca11e4db55922ca5f11050 (patch) | |
tree | 24684ce326c4d988b6b9a5211ae0e79a069cb61a /net-misc/axel/axel-2.3-r1.ebuild | |
parent | Version bump, fixes number of security issues, bug #290710, thank Alex Legler... (diff) | |
download | gentoo-2-2e2c7f4ea849e38449ca11e4db55922ca5f11050.tar.gz gentoo-2-2e2c7f4ea849e38449ca11e4db55922ca5f11050.tar.bz2 gentoo-2-2e2c7f4ea849e38449ca11e4db55922ca5f11050.zip |
Remove KDE3 support.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/axel/axel-2.3-r1.ebuild')
-rw-r--r-- | net-misc/axel/axel-2.3-r1.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net-misc/axel/axel-2.3-r1.ebuild b/net-misc/axel/axel-2.3-r1.ebuild index 16a0757f3cb0..a4eab61e1f58 100644 --- a/net-misc/axel/axel-2.3-r1.ebuild +++ b/net-misc/axel/axel-2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.3-r1.ebuild,v 1.1 2009/02/07 10:28:35 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.3-r1.ebuild,v 1.2 2009/10/28 09:25:12 ssuominen Exp $ inherit eutils toolchain-funcs @@ -11,13 +11,12 @@ SRC_URI="http://alioth.debian.org/frs/download.php/2718/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="debug kde nls" +IUSE="debug nls" RDEPEND="nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -RDEPEND="${RDEPEND} - kde? ( kde-misc/kaptain )" +RDEPEND="${RDEPEND}" #S="${WORKDIR}/${PN}-1.1" @@ -44,13 +43,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - - if use kde; then - dobin gui/kapt/axel-kapt || die - doman gui/kapt/axel-kapt.1 || die - domenu gui/kapt/axel-kapt.desktop || die - fi - dodoc API CHANGES CREDITS README axelrc.example } |