diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-24 15:24:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-24 15:24:59 +0000 |
commit | 80a4614a955aa105ec4fed777414d5278115b8de (patch) | |
tree | f1f6bf65f40cfff649394ed6ca5a4c6c8dd6e1a5 /net-libs | |
parent | Marked stable on amd64 as per bug 190019. (diff) | |
download | gentoo-2-80a4614a955aa105ec4fed777414d5278115b8de.tar.gz gentoo-2-80a4614a955aa105ec4fed777414d5278115b8de.tar.bz2 gentoo-2-80a4614a955aa105ec4fed777414d5278115b8de.zip |
Version bump
(Portage version: 2.1.3.6)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1437 | 3 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1496 | 3 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1496.ebuild (renamed from net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1437.ebuild) | 4 |
4 files changed, 13 insertions, 5 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index f354d63d4c65..847e07058e30 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.22 2007/08/11 10:10:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.23 2007/08/24 15:24:58 armin76 Exp $ + +*rb_libtorrent-0.13_pre1496 (24 Aug 2007) + + 24 Aug 2007; Raúl Porcel <armin76@gentoo.org> + -rb_libtorrent-0.13_pre1437.ebuild, +rb_libtorrent-0.13_pre1496.ebuild: + Version bump *rb_libtorrent-0.13_pre1437 (11 Aug 2007) diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1437 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1437 deleted file mode 100644 index f4ea96532efc..000000000000 --- a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1437 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f4ccbfe05b7809d4667b3189c30e9988 libtorrent-0.13_pre1437.tar.bz2 1424680 -RMD160 18cf02d97facf2c73c6edcf65e255eae573c629c libtorrent-0.13_pre1437.tar.bz2 1424680 -SHA256 60d1cd74428739e80d7eb04aa3291058561fefb41e69ede69ef94172aee2d985 libtorrent-0.13_pre1437.tar.bz2 1424680 diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1496 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1496 new file mode 100644 index 000000000000..03ce2f285acb --- /dev/null +++ b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1496 @@ -0,0 +1,3 @@ +MD5 6be2893d3918bac6d7287bd88341bb61 libtorrent-0.13_pre1496.tar.bz2 1070588 +RMD160 b344da1eef2b110a4896a4985941748f51cf1c5c libtorrent-0.13_pre1496.tar.bz2 1070588 +SHA256 77c6ab721131cf8abac3bf5b3c6f093047cf4661395ba3de152555ac856afabf libtorrent-0.13_pre1496.tar.bz2 1070588 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1437.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1496.ebuild index cc5df8b29a0a..ebfd990d2dbe 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1437.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1496.ebuild @@ -1,6 +1,6 @@ # 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.13_pre1437.ebuild,v 1.1 2007/08/11 10:10:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1496.ebuild,v 1.1 2007/08/24 15:24:58 armin76 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -38,6 +38,8 @@ src_compile() { --with-boost-regex=boost_regex-mt \ --with-boost-program_options=boost_program_options-mt" + AT_M4DIR="m4" eautoreconf + econf $(use_enable debug) \ ${BOOST_LIBS} \ LDFLAGS="${LDFLAGS} -pthread" || die "econf failed" |