diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 23:56:48 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-12 23:56:48 +0000 |
commit | 79d30496c1253a0a58e6129c6d4defe781208f1f (patch) | |
tree | aa35ae037e02c331f4cb7b5ca75cb7b0ebe74e8e /net-p2p | |
parent | Version bump; use test-unit-2 and the helper function for testing (more consi... (diff) | |
download | gentoo-2-79d30496c1253a0a58e6129c6d4defe781208f1f.tar.gz gentoo-2-79d30496c1253a0a58e6129c6d4defe781208f1f.tar.bz2 gentoo-2-79d30496c1253a0a58e6129c6d4defe781208f1f.zip |
add prefix support (bug #431146)
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index ef9380aaf8ac..80a341862312 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.150 2012/03/06 21:55:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.151 2012/08/12 23:56:48 ottxor Exp $ + + 12 Aug 2012; Christoph Junghans <ottxor@gentoo.org> + bittorrent-4.4.0-r1.ebuild, bittorrent-4.4.0-r2.ebuild: + add prefix support (bug #431146) 06 Mar 2012; Brent Baude <ranger@gentoo.org> bittorrent-4.4.0-r2.ebuild: Marking bittorrent-4.4.0-r2 ppc64 for bug 390591 @@ -634,4 +638,3 @@ 04 Nov 2002; Bruce A. Locke <blocke@shivan.org> bittorrent-3.0.1.ebuild: Initial version. - diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild index 7360d839dc19..72d9a002f7b1 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.7 2011/11/15 01:31:48 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.8 2012/08/12 23:56:48 ottxor Exp $ EAPI=3 diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild index c7ac1647a17b..7d0f3d4fc071 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r2.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-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.10 2012/03/06 21:55:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.11 2012/08/12 23:56:48 ottxor Exp $ EAPI="3" @@ -24,8 +24,8 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="gtk" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="aqua gtk" RDEPEND=">=dev-python/pycrypto-2.0 gtk? ( >=x11-libs/gtk+-2.6:2 @@ -65,8 +65,8 @@ src_install() { if use gtk; then doicon images/bittorrent.ico domenu "${FILESDIR}"/${PN}.desktop - else - rm -f "${D}"usr/bin/{bit,make}torrent + elif use !aqua; then + rm -f "${ED}"usr/bin/{bit,make}torrent fi insinto /etc/pki/bittorrent/ |