summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-12-12 05:37:23 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-12-12 05:37:23 +0000
commitac144adb22d35db7a65ee11c28aa6e78c9c463d6 (patch)
tree8b8c73b8a4fe4d05c911c40c5e47dbe81a30d15b /net-p2p/transmission
parentversion bump from upstream (diff)
downloadgentoo-2-ac144adb22d35db7a65ee11c28aa6e78c9c463d6.tar.gz
gentoo-2-ac144adb22d35db7a65ee11c28aa6e78c9c463d6.tar.bz2
gentoo-2-ac144adb22d35db7a65ee11c28aa6e78c9c463d6.zip
prune unused versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r--net-p2p/transmission/ChangeLog6
-rw-r--r--net-p2p/transmission/files/digest-transmission-0.933
-rw-r--r--net-p2p/transmission/files/digest-transmission-0.943
-rw-r--r--net-p2p/transmission/transmission-0.93.ebuild34
-rw-r--r--net-p2p/transmission/transmission-0.94.ebuild30
5 files changed, 5 insertions, 71 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog
index 7fa839a5e6c4..2d784a5850a6 100644
--- a/net-p2p/transmission/ChangeLog
+++ b/net-p2p/transmission/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/transmission
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.43 2007/12/12 05:35:10 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.44 2007/12/12 05:37:22 compnerd Exp $
+
+ 12 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+ -transmission-0.93.ebuild, -transmission-0.94.ebuild:
+ prune unused versions
*transmission-0.96 (12 Dec 2007)
diff --git a/net-p2p/transmission/files/digest-transmission-0.93 b/net-p2p/transmission/files/digest-transmission-0.93
deleted file mode 100644
index cfe906839717..000000000000
--- a/net-p2p/transmission/files/digest-transmission-0.93
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8601d25693693ded97fb427428b75fb4 transmission-0.93.tar.bz2 2689601
-RMD160 7341ddca78ea215c14d8be1a3086f2a421dbeece transmission-0.93.tar.bz2 2689601
-SHA256 b611e494501771fc146fc072eaa683adc42e3d7540a082ea3dbe2c48a993fc5d transmission-0.93.tar.bz2 2689601
diff --git a/net-p2p/transmission/files/digest-transmission-0.94 b/net-p2p/transmission/files/digest-transmission-0.94
deleted file mode 100644
index 2b6a9ec90a55..000000000000
--- a/net-p2p/transmission/files/digest-transmission-0.94
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a92aeddeda3cec35fab32eca65c89f9a transmission-0.94.tar.bz2 2717655
-RMD160 935ba0251c74e036a6e31b9c7b275c171d8ebd2d transmission-0.94.tar.bz2 2717655
-SHA256 41dc11770ecdcd12a0571282d8d3db1add658952b908a7290462799208413b9b transmission-0.94.tar.bz2 2717655
diff --git a/net-p2p/transmission/transmission-0.93.ebuild b/net-p2p/transmission/transmission-0.93.ebuild
deleted file mode 100644
index b8be0c5198cb..000000000000
--- a/net-p2p/transmission/transmission-0.93.ebuild
+++ /dev/null
@@ -1,34 +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.93.ebuild,v 1.1 2007/11/22 22:06:48 compnerd Exp $
-
-inherit autotools
-
-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" # wxwindows"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=dev-libs/openssl-0.9.8
- gtk? ( >=x11-libs/gtk+-2.6 )"
-# wxwindows? ( =x11-libs/wxGTK-2.6* )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.19
- gtk? ( >=dev-util/intltool-0.35 )"
-
-src_compile() {
- econf $(use_with gtk) || die "configure failed"
- # $(use_with wxwindows wx) || die "configure failed"
- emake || die "build failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS NEWS
-}
diff --git a/net-p2p/transmission/transmission-0.94.ebuild b/net-p2p/transmission/transmission-0.94.ebuild
deleted file mode 100644
index ae56a15f7838..000000000000
--- a/net-p2p/transmission/transmission-0.94.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.94.ebuild,v 1.1 2007/12/07 04:28:15 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
-}