summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-20 04:02:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-20 04:02:46 +0000
commit633d17bdb755774499a07703ff704daa2fa550c7 (patch)
tree5c703cd52d7341607215dc586742e9e2d2732762 /net-libs
parentDrop old versions. (diff)
downloadgentoo-2-633d17bdb755774499a07703ff704daa2fa550c7.tar.gz
gentoo-2-633d17bdb755774499a07703ff704daa2fa550c7.tar.bz2
gentoo-2-633d17bdb755774499a07703ff704daa2fa550c7.zip
Drop old versions.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libtorrent/ChangeLog7
-rw-r--r--net-libs/libtorrent/files/digest-libtorrent-0.7.61
-rw-r--r--net-libs/libtorrent/files/digest-libtorrent-0.8.43
-rw-r--r--net-libs/libtorrent/files/digest-libtorrent-0.8.53
-rw-r--r--net-libs/libtorrent/libtorrent-0.7.6.ebuild35
-rw-r--r--net-libs/libtorrent/libtorrent-0.8.4.ebuild37
-rw-r--r--net-libs/libtorrent/libtorrent-0.8.5.ebuild37
7 files changed, 6 insertions, 117 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog
index 92793b59106f..0ed5d7286869 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.50 2006/04/06 18:05:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.51 2006/04/20 04:02:46 flameeyes Exp $
+
+ 20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -libtorrent-0.7.6.ebuild, -libtorrent-0.8.4.ebuild,
+ -libtorrent-0.8.5.ebuild:
+ Drop old versions.
*libtorrent-0.9.0 (06 Apr 2006)
diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.7.6 b/net-libs/libtorrent/files/digest-libtorrent-0.7.6
deleted file mode 100644
index 3821d36f0c37..000000000000
--- a/net-libs/libtorrent/files/digest-libtorrent-0.7.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac93d98e30b90795ef34783e5fae3060 libtorrent-0.7.6.tar.gz 440246
diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.8.4 b/net-libs/libtorrent/files/digest-libtorrent-0.8.4
deleted file mode 100644
index e699ce76bd84..000000000000
--- a/net-libs/libtorrent/files/digest-libtorrent-0.8.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c45f0f2ecbeb7ef2421c2f9e61b3f0de libtorrent-0.8.4.tar.gz 445903
-RMD160 d7b426aed785f7d887f61d74597ff24782697cd2 libtorrent-0.8.4.tar.gz 445903
-SHA256 8a3253d11b0be9c48b84bc4ec10b5d50e07c95d690023292bba82fa4892c8966 libtorrent-0.8.4.tar.gz 445903
diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.8.5 b/net-libs/libtorrent/files/digest-libtorrent-0.8.5
deleted file mode 100644
index 5c316f2fd07e..000000000000
--- a/net-libs/libtorrent/files/digest-libtorrent-0.8.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a54777817072b221e65956caed09c8fb libtorrent-0.8.5.tar.gz 448000
-RMD160 0a45e6442ea0d4d1e6204e0fbc090f7906be6348 libtorrent-0.8.5.tar.gz 448000
-SHA256 e8d0022d73f902ef2e696a9d30123d33f82f6e08f7a5edb42a78389e7c8c7b42 libtorrent-0.8.5.tar.gz 448000
diff --git a/net-libs/libtorrent/libtorrent-0.7.6.ebuild b/net-libs/libtorrent/libtorrent-0.7.6.ebuild
deleted file mode 100644
index df48a8e960c4..000000000000
--- a/net-libs/libtorrent/libtorrent-0.7.6.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.7.6.ebuild,v 1.4 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_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.4.ebuild b/net-libs/libtorrent/libtorrent-0.8.4.ebuild
deleted file mode 100644
index 71c4c71d56d8..000000000000
--- a/net-libs/libtorrent/libtorrent-0.8.4.ebuild
+++ /dev/null
@@ -1,37 +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.4.ebuild,v 1.2 2006/02/04 23:22:07 flameeyes Exp $
-
-inherit eutils toolchain-funcs flag-o-matic libtool
-
-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
-
- elibtoolize
- 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.5.ebuild b/net-libs/libtorrent/libtorrent-0.8.5.ebuild
deleted file mode 100644
index d9f44cd7c662..000000000000
--- a/net-libs/libtorrent/libtorrent-0.8.5.ebuild
+++ /dev/null
@@ -1,37 +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.5.ebuild,v 1.1 2006/02/16 19:26:39 flameeyes Exp $
-
-inherit eutils toolchain-funcs flag-o-matic libtool
-
-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
-
- elibtoolize
- 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
-}