diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-04 15:52:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-04 15:52:45 +0000 |
commit | 0dcc2fb71e5e77258d557484e7f8192ab513772e (patch) | |
tree | dd78d820320f95811b3de0a960da929a1d3add20 /net-libs/rb_libtorrent | |
parent | Keyworded ~sparc wrt #172755 (diff) | |
download | gentoo-2-0dcc2fb71e5e77258d557484e7f8192ab513772e.tar.gz gentoo-2-0dcc2fb71e5e77258d557484e7f8192ab513772e.tar.bz2 gentoo-2-0dcc2fb71e5e77258d557484e7f8192ab513772e.zip |
Version bump, remove rc
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12 | 3 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12_rc3 | 3 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.12.ebuild (renamed from net-libs/rb_libtorrent/rb_libtorrent-0.12_rc3.ebuild) | 7 |
4 files changed, 13 insertions, 8 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index de12c7644ed0..3e6bf08e55e4 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.11 2007/04/20 14:56:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.12 2007/05/04 15:52:45 armin76 Exp $ + +*rb_libtorrent-0.12 (04 May 2007) + + 04 May 2007; Raúl Porcel <armin76@gentoo.org> + -rb_libtorrent-0.12_rc3.ebuild, +rb_libtorrent-0.12.ebuild: + Version bump, remove rc 20 Apr 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild, rb_libtorrent-0.12_rc3.ebuild: diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12 new file mode 100644 index 000000000000..adc9a16e77c5 --- /dev/null +++ b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12 @@ -0,0 +1,3 @@ +MD5 a09a37e6fc74d152821c00c3cb15d248 libtorrent-0.12.tar.gz 1176469 +RMD160 b59310214186b9b644e5e638fe1aff92e90842f9 libtorrent-0.12.tar.gz 1176469 +SHA256 0663f9adaa9d90334ebf78eb6f5b31074ff533d7bec5d3325ff98baad5b7df07 libtorrent-0.12.tar.gz 1176469 diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12_rc3 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12_rc3 deleted file mode 100644 index 57bc1ed821c6..000000000000 --- a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.12_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aa6d0cf9d30592857c99531cd73f0dcd libtorrent-0.12rc3.tar.gz 1180260 -RMD160 42dc46c64a660c5258b96258e32da92abd1f8e68 libtorrent-0.12rc3.tar.gz 1180260 -SHA256 3d99e12edb01044ed50c51ae1f60f28dae43e28f7d52c179add0a8cc158d7740 libtorrent-0.12rc3.tar.gz 1180260 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.12_rc3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.12.ebuild index 4bb71fff1af8..25c1a44a8a9d 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.12_rc3.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.12.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2007 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_rc3.ebuild,v 1.2 2007/04/20 14:56:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.ebuild,v 1.1 2007/05/04 15:52:45 armin76 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" inherit eutils autotools MY_P="${P/rb_/}" +S="${WORKDIR}/${MY_P}" DESCRIPTION="BitTorrent library written in C++ for *nix." HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" -SRC_URI="http://www.libtorrent.org/${MY_P/_/}.tar.gz" +SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,8 +22,6 @@ DEPEND="dev-libs/boost !net-libs/libtorrent" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P/_rc*/}" - pkg_setup() { # We need boost built with threads if has_version "<dev-libs/boost-1.34" && \ |