diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 16:23:10 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 16:23:10 +0000 |
commit | baaf71896aa7bde6efb578242c012d2e0b5e36f8 (patch) | |
tree | 8e6e0fa00523f433a785daa29f4007e9ddaf0d47 /net-libs | |
parent | Add an elog message about texmfind as suggested by EvaSDK (diff) | |
download | gentoo-2-baaf71896aa7bde6efb578242c012d2e0b5e36f8.tar.gz gentoo-2-baaf71896aa7bde6efb578242c012d2e0b5e36f8.tar.bz2 gentoo-2-baaf71896aa7bde6efb578242c012d2e0b5e36f8.zip |
Version bump
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild (renamed from net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 0d175586b696..b5c468804e05 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.46 2008/03/24 17:55:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.47 2008/04/09 16:23:10 armin76 Exp $ + +*rb_libtorrent-0.13 (09 Apr 2008) + + 09 Apr 2008; Raúl Porcel <armin76@gentoo.org> + -rb_libtorrent-0.13_rc3.ebuild, +rb_libtorrent-0.13.ebuild: + Version bump *rb_libtorrent-0.13_rc3 (24 Mar 2008) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild index b45f5b25c58d..54b6d42784d4 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild @@ -1,19 +1,20 @@ # 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.13_rc3.ebuild,v 1.1 2008/03/24 17:55:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild,v 1.1 2008/04/09 16:23:10 armin76 Exp $ inherit eutils autotools -MY_P=${PN/rb_/}-${PV/_rc/rc} -S="${WORKDIR}/${MY_P/rc*}" +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://libtorrent.org/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + IUSE="debug" DEPEND="dev-libs/boost |