diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-05 15:47:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-05 15:47:53 +0000 |
commit | cbbb49a28935bc5c09c48ef55faa3c5c15f5847d (patch) | |
tree | eba3cbd5fd9193076dd0c7542a06f95832e02b8d /net-libs/rb_libtorrent | |
parent | amd64 stable wrt #209002 (diff) | |
download | gentoo-2-cbbb49a28935bc5c09c48ef55faa3c5c15f5847d.tar.gz gentoo-2-cbbb49a28935bc5c09c48ef55faa3c5c15f5847d.tar.bz2 gentoo-2-cbbb49a28935bc5c09c48ef55faa3c5c15f5847d.zip |
amd64 stable wrt security #208854
(Portage version: 2.1.4.1)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 121b1a57681a..941cbc12d756 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.40 2008/02/04 15:32:19 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.41 2008/02/05 15:47:53 drac Exp $ + + 05 Feb 2008; Samuli Suominen <drac@gentoo.org> + rb_libtorrent-0.12.1.ebuild: + amd64 stable wrt security #208854 04 Feb 2008; Dawid Węgliński <cla@gentoo.org> rb_libtorrent-0.12.1.ebuild: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild index ab43d6a332ec..1d1a86881056 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2008 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.12.1.ebuild,v 1.2 2008/02/04 15:32:19 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild,v 1.3 2008/02/05 15:47:53 drac Exp $ -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" inherit eutils autotools -MY_P="${P/rb_/}" -S="${WORKDIR}/${MY_P}" +MY_P=${P/rb_/} +S=${WORKDIR}/${MY_P} DESCRIPTION="BitTorrent library written in C++ for *nix." HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" @@ -15,7 +13,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="debug" DEPEND="dev-libs/boost |