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-p2p/rtorrent | |
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-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/digest-rtorrent-0.4.0 | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/digest-rtorrent-0.4.1 | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/digest-rtorrent-0.4.2 | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.0.ebuild | 40 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.1.ebuild | 40 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.2.ebuild | 42 |
7 files changed, 5 insertions, 126 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index b608e600003e..1c55834cbf6d 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.32 2006/02/04 22:59:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.33 2006/02/04 23:06:56 flameeyes Exp $ + + 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> -rtorrent-0.4.0.ebuild, + -rtorrent-0.4.1.ebuild, -rtorrent-0.4.2.ebuild: + Drop old non-stable-candidate versions. *rtorrent-0.4.4 (04 Feb 2006) diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.0 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.0 deleted file mode 100644 index ea4db923d0fe..000000000000 --- a/net-p2p/rtorrent/files/digest-rtorrent-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 15ae323de79e18a224665dee45ee3ba2 rtorrent-0.4.0.tar.gz 223962 diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.1 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.1 deleted file mode 100644 index 0c3f9bcf1cf9..000000000000 --- a/net-p2p/rtorrent/files/digest-rtorrent-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 89826c88d2c2089729cfdf025f0c2026 rtorrent-0.4.1.tar.gz 228821 diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.2 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.2 deleted file mode 100644 index b52092d41042..000000000000 --- a/net-p2p/rtorrent/files/digest-rtorrent-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e6cc9fe0008da3ff4e3462e59386064 rtorrent-0.4.2.tar.gz 231341 diff --git a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild b/net-p2p/rtorrent/rtorrent-0.4.0.ebuild deleted file mode 100644 index 3c8f4b300139..000000000000 --- a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.0.ebuild,v 1.2 2005/11/25 21:41:02 corsair Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="BitTorrent Client using libtorrent" -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug" - -DEPEND=">=net-libs/libtorrent-0.8.0 - >=dev-libs/libsigc++-2.0 - >=net-misc/curl-7.12 - sys-libs/ncurses" - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - emake || die "emake failed" -} - -pkg_postinst() { - einfo "rtorrent now supports a configuration file." - einfo "A sample configuration file for rtorrent is can be found" - einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO doc/rtorrent.rc -} diff --git a/net-p2p/rtorrent/rtorrent-0.4.1.ebuild b/net-p2p/rtorrent/rtorrent-0.4.1.ebuild deleted file mode 100644 index ee68d69e5bf2..000000000000 --- a/net-p2p/rtorrent/rtorrent-0.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.1.ebuild,v 1.2 2005/12/26 03:57:18 weeve Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="BitTorrent Client using libtorrent" -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug" - -DEPEND=">=net-libs/libtorrent-0.8.0 - >=dev-libs/libsigc++-2.0 - >=net-misc/curl-7.12 - sys-libs/ncurses" - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - emake || die "emake failed" -} - -pkg_postinst() { - einfo "rtorrent now supports a configuration file." - einfo "A sample configuration file for rtorrent is can be found" - einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO doc/rtorrent.rc -} diff --git a/net-p2p/rtorrent/rtorrent-0.4.2.ebuild b/net-p2p/rtorrent/rtorrent-0.4.2.ebuild deleted file mode 100644 index 09933cfe82f1..000000000000 --- a/net-p2p/rtorrent/rtorrent-0.4.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.2.ebuild,v 1.2 2006/01/17 09:15:57 flameeyes Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="BitTorrent Client using libtorrent" -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug" - -DEPEND=">=net-libs/libtorrent-0.8.0 - >=dev-libs/libsigc++-2.0 - >=net-misc/curl-7.12 - sys-libs/ncurses" - -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" -} - -pkg_postinst() { - einfo "rtorrent now supports a configuration file." - einfo "A sample configuration file for rtorrent is can be found" - einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README TODO doc/rtorrent.rc -} |