diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 23:06:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 23:06:56 +0000 |
commit | 22dda11585d78e1e7bd37068974ea2f24af17a64 (patch) | |
tree | 7e21ce3ed3c42e0f162fa83301feef8545fec800 /net-libs | |
parent | Bump following upstream. (diff) | |
download | gentoo-2-22dda11585d78e1e7bd37068974ea2f24af17a64.tar.gz gentoo-2-22dda11585d78e1e7bd37068974ea2f24af17a64.tar.bz2 gentoo-2-22dda11585d78e1e7bd37068974ea2f24af17a64.zip |
Drop old non-stable-candidate versions.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.8.0 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.8.1 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.8.2 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/files/libtorrent-0.8.0-inttypes.patch | 12 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.0.ebuild | 42 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.1.ebuild | 35 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.2.ebuild | 36 |
8 files changed, 6 insertions, 129 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 958336f881f6..f17f055f6a68 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.42 2006/02/04 22:59:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.43 2006/02/04 23:06:47 flameeyes Exp $ + + 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> + -files/libtorrent-0.8.0-inttypes.patch, -libtorrent-0.8.0.ebuild, + -libtorrent-0.8.1.ebuild, -libtorrent-0.8.2.ebuild: + Drop old non-stable-candidate versions. *libtorrent-0.8.4 (04 Feb 2006) diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.8.0 b/net-libs/libtorrent/files/digest-libtorrent-0.8.0 deleted file mode 100644 index 29ebf1957b25..000000000000 --- a/net-libs/libtorrent/files/digest-libtorrent-0.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4516fffb7cd65ac0e1654d2e442dfc2b libtorrent-0.8.0.tar.gz 442683 diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.8.1 b/net-libs/libtorrent/files/digest-libtorrent-0.8.1 deleted file mode 100644 index 1f053edab15e..000000000000 --- a/net-libs/libtorrent/files/digest-libtorrent-0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b643054988acf989899b651b4f8217f6 libtorrent-0.8.1.tar.gz 444514 diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.8.2 b/net-libs/libtorrent/files/digest-libtorrent-0.8.2 deleted file mode 100644 index 9b56208e3a4d..000000000000 --- a/net-libs/libtorrent/files/digest-libtorrent-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c1f7bf1b34cbfca252becf9ff734d112 libtorrent-0.8.2.tar.gz 445011 diff --git a/net-libs/libtorrent/files/libtorrent-0.8.0-inttypes.patch b/net-libs/libtorrent/files/libtorrent-0.8.0-inttypes.patch deleted file mode 100644 index 5335f1201324..000000000000 --- a/net-libs/libtorrent/files/libtorrent-0.8.0-inttypes.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libtorrent-0.8.0/src/torrent/http.h.orig 2005-11-22 00:43:49.000000000 +0100 -+++ libtorrent-0.8.0/src/torrent/http.h 2005-11-22 00:43:54.000000000 +0100 -@@ -37,6 +37,7 @@ - #ifndef LIBTORRENT_HTTP_H - #define LIBTORRENT_HTTP_H - -+#include <inttypes.h> - #include <string> - #include <iosfwd> - #include <sigc++/signal.h> - - diff --git a/net-libs/libtorrent/libtorrent-0.8.0.ebuild b/net-libs/libtorrent/libtorrent-0.8.0.ebuild deleted file mode 100644 index 47bcdc002ade..000000000000 --- a/net-libs/libtorrent/libtorrent-0.8.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.0.ebuild,v 1.3 2005/11/25 21:39:59 corsair Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -IUSE="debug" - -RDEPEND=">=dev-libs/libsigc++-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.11" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-inttypes.patch" -} - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-libs/libtorrent/libtorrent-0.8.1.ebuild b/net-libs/libtorrent/libtorrent-0.8.1.ebuild deleted file mode 100644 index 6f6aa47455de..000000000000 --- a/net-libs/libtorrent/libtorrent-0.8.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.1.ebuild,v 1.2 2005/12/26 03:56:33 weeve Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -IUSE="debug" - -RDEPEND=">=dev-libs/libsigc++-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.11" - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-libs/libtorrent/libtorrent-0.8.2.ebuild b/net-libs/libtorrent/libtorrent-0.8.2.ebuild deleted file mode 100644 index 75764b22adec..000000000000 --- a/net-libs/libtorrent/libtorrent-0.8.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.2.ebuild,v 1.2 2006/01/17 09:14:46 flameeyes Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -IUSE="debug" - -RDEPEND=">=dev-libs/libsigc++-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.11" - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - replace-flags -Os -O2 - - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} |