diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:32:54 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:32:54 +0000 |
commit | cf1ae2da07c643b5853ee16a90efe816152a274a (patch) | |
tree | e5620c8163a969c3d16f112986fc730fea66c610 /net-libs/rb_libtorrent | |
parent | Inherit multilib. (diff) | |
download | gentoo-2-cf1ae2da07c643b5853ee16a90efe816152a274a.tar.gz gentoo-2-cf1ae2da07c643b5853ee16a90efe816152a274a.tar.bz2 gentoo-2-cf1ae2da07c643b5853ee16a90efe816152a274a.zip |
Inherit multilib.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
6 files changed, 16 insertions, 11 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index b1e47ab60080..c60ec88f7734 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.117 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.118 2012/02/05 01:32:54 floppym Exp $ + + 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> rb_libtorrent-0.15.5.ebuild, + rb_libtorrent-0.15.6.ebuild, rb_libtorrent-0.15.8.ebuild, + rb_libtorrent-0.15.9-r1.ebuild, rb_libtorrent-0.15.9.ebuild: + Inherit multilib. *rb_libtorrent-0.15.9-r1 (28 Jan 2012) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild index 5485beb48aac..7cf2fce0cee1 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.6 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.5.ebuild,v 1.7 2012/02/05 01:32:54 floppym Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" -inherit eutils python versionator +inherit eutils multilib python versionator MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild index de7cc0dc2017..a8d1fdb40c3a 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild,v 1.6 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild,v 1.7 2012/02/05 01:32:54 floppym Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" -inherit eutils versionator python +inherit eutils multilib versionator python MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild index 09b94e7369e8..70de22ee27e4 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild,v 1.2 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.8.ebuild,v 1.3 2012/02/05 01:32:54 floppym Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" -inherit eutils versionator python +inherit eutils multilib versionator python MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild index bfa296e4e5e2..4de371db710a 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild,v 1.1 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9-r1.ebuild,v 1.2 2012/02/05 01:32:54 floppym Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" -inherit multilib python versionator +inherit multilib multilib python versionator MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild index 54d049586e9d..f6bcc50f7081 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v 1.2 2012/01/28 20:00:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild,v 1.3 2012/02/05 01:32:54 floppym Exp $ EAPI="2" PYTHON_DEPEND="python? 2:2.6" PYTHON_USE_WITH="threads" PYTHON_USE_WITH_OPT="python" -inherit eutils versionator python +inherit eutils multilib python versionator MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} |