diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-06 00:08:42 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2008-01-06 00:08:42 +0000 |
commit | 5a10029594a383a8554cfc34c280692a814ac6ad (patch) | |
tree | 4a1d222443515d8f92bc0934519cffa72959f27e /net-p2p | |
parent | version bump from upstream (diff) | |
download | gentoo-2-5a10029594a383a8554cfc34c280692a814ac6ad.tar.gz gentoo-2-5a10029594a383a8554cfc34c280692a814ac6ad.tar.bz2 gentoo-2-5a10029594a383a8554cfc34c280692a814ac6ad.zip |
prune some unused versions
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/transmission/files/digest-transmission-0.72 | 3 | ||||
-rw-r--r-- | net-p2p/transmission/files/digest-transmission-0.96 | 3 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-0.72.ebuild | 44 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-0.96.ebuild | 30 |
5 files changed, 5 insertions, 81 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 9ee9a4cc751a..6e7ffa7cd1cb 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.46 2008/01/06 00:05:26 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.47 2008/01/06 00:08:42 compnerd Exp $ + + 06 Jan 2008; Saleem Abdulrasool <compnerd@gentoo.org> + -transmission-0.72.ebuild, -transmission-0.96.ebuild: + prune some unused versions *transmission-1.0.0 (06 Jan 2008) diff --git a/net-p2p/transmission/files/digest-transmission-0.72 b/net-p2p/transmission/files/digest-transmission-0.72 deleted file mode 100644 index e56177369011..000000000000 --- a/net-p2p/transmission/files/digest-transmission-0.72 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4b0746b71612a2ac9ca7f145855967e3 Transmission-0.72.tar.gz 1390102 -RMD160 efec6a4604aa35bcf32430cf4cc026c1975b7bac Transmission-0.72.tar.gz 1390102 -SHA256 77b8982da2ae807128943581eb01a73bf0f40ccf78cd132e0d5c70203f5b092a Transmission-0.72.tar.gz 1390102 diff --git a/net-p2p/transmission/files/digest-transmission-0.96 b/net-p2p/transmission/files/digest-transmission-0.96 deleted file mode 100644 index 287d6b1eed14..000000000000 --- a/net-p2p/transmission/files/digest-transmission-0.96 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 99da8d1c1c82e229e0458679f651da23 transmission-0.96.tar.bz2 2721923 -RMD160 726044622a3e8f7784e28e84debdea546d58036c transmission-0.96.tar.bz2 2721923 -SHA256 21ad7f6ee07ac2e8a4bb0c37f98504db437ce483cc598730d8ecf2a358fae275 transmission-0.96.tar.bz2 2721923 diff --git a/net-p2p/transmission/transmission-0.72.ebuild b/net-p2p/transmission/transmission-0.72.ebuild deleted file mode 100644 index 820d5dc01aa9..000000000000 --- a/net-p2p/transmission/transmission-0.72.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-0.72.ebuild,v 1.6 2007/11/04 23:51:22 compnerd Exp $ - -inherit eutils - -MY_PN="Transmission" - -DESCRIPTION="Simple BitTorrent client" -HOMEPAGE="http://transmission.m0k.org/" -SRC_URI="http://download.m0k.org/transmission/files/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="daemon gtk" - -RDEPEND="sys-devel/gettext - dev-libs/openssl - daemon? ( dev-libs/libevent ) - gtk? ( >=x11-libs/gtk+-2.6 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.19" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix man page install location - sed -i -e 's|/man/man1|/share/man/man1|' mk/common.mk -} - -src_compile() { - econf $(use_enable daemon) $(use_enable gtk) || die "configure failed" - emake || die "build failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README -} diff --git a/net-p2p/transmission/transmission-0.96.ebuild b/net-p2p/transmission/transmission-0.96.ebuild deleted file mode 100644 index 0587d7b067fa..000000000000 --- a/net-p2p/transmission/transmission-0.96.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-0.96.ebuild,v 1.1 2007/12/12 05:35:10 compnerd Exp $ - -DESCRIPTION="Simple BitTorrent client" -HOMEPAGE="http://transmission.m0k.org/" -SRC_URI="http://download.m0k.org/transmission/files/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="gtk" - -RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/openssl-0.9.8 - gtk? ( >=x11-libs/gtk+-2.6 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.19 - gtk? ( >=dev-util/intltool-0.35 )" - -src_compile() { - econf $(use_with gtk) --without-wx || die "configure failed" - emake || die "build failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS -} |