diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-08-14 02:40:20 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-08-14 02:40:20 +0000 |
commit | 915f95f9cfe678961d5d52e34a6683160096c5b7 (patch) | |
tree | b23498859116fb31837a7155594311a816d7b3c6 /net-p2p/transmission | |
parent | Keyword ~ppc. (diff) | |
download | gentoo-2-915f95f9cfe678961d5d52e34a6683160096c5b7.tar.gz gentoo-2-915f95f9cfe678961d5d52e34a6683160096c5b7.tar.bz2 gentoo-2-915f95f9cfe678961d5d52e34a6683160096c5b7.zip |
prune unused versions
(Portage version: 2.1.3.4)
Diffstat (limited to 'net-p2p/transmission')
7 files changed, 7 insertions, 126 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index c64ec099d5bc..944aef3a061c 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,12 @@ # 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.26 2007/07/04 05:20:04 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.27 2007/08/14 02:40:20 compnerd Exp $ + + 14 Aug 2007; Saleem Abdulrasool <compnerd@gentoo.org> + -files/transmission-0.6.1-as-needed.patch, + -files/transmission-0.6.1-gtk+-check.patch, -transmission-0.6.1-r1.ebuild, + -transmission-0.71.ebuild: + Prune unused versions *transmission-0.72-r1 (04 Jul 2007) diff --git a/net-p2p/transmission/files/digest-transmission-0.6.1-r1 b/net-p2p/transmission/files/digest-transmission-0.6.1-r1 deleted file mode 100644 index 1b4c2f493096..000000000000 --- a/net-p2p/transmission/files/digest-transmission-0.6.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1156a88c77ab71782b9261881ea13811 Transmission-0.6.1.tar.gz 447868 -RMD160 cef6e825b72bad7565fa756ec298cbb8167c107f Transmission-0.6.1.tar.gz 447868 -SHA256 e427a78c680052edffb5850e31956c077c174dfa6c22ab1433d8c03617f914c0 Transmission-0.6.1.tar.gz 447868 diff --git a/net-p2p/transmission/files/digest-transmission-0.71 b/net-p2p/transmission/files/digest-transmission-0.71 deleted file mode 100644 index 46984c1deac6..000000000000 --- a/net-p2p/transmission/files/digest-transmission-0.71 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2df675d20175f0a73d0c470f428018f8 Transmission-0.71.tar.gz 1344641 -RMD160 994c050729f748f95abb384e3ca4ee6918ea294e Transmission-0.71.tar.gz 1344641 -SHA256 ff2311f595f8a6df68dd24f16eecdc3555c413c50869ae59e98fdf62c888611a Transmission-0.71.tar.gz 1344641 diff --git a/net-p2p/transmission/files/transmission-0.6.1-as-needed.patch b/net-p2p/transmission/files/transmission-0.6.1-as-needed.patch deleted file mode 100644 index 157c72e554fd..000000000000 --- a/net-p2p/transmission/files/transmission-0.6.1-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure 2007-01-02 21:58:49.000000000 -0600 -+++ configure 2007-01-02 21:59:16.000000000 -0600 -@@ -115,7 +115,7 @@ - then - if runcmd $CC -o testconf testconf.c -lm - then -- LDFLAGS="$LDFLAGS -lm" -+ LDFLAGS="-lm $LDFLAGS" - fi - fi - rm -f testconf.c testconf diff --git a/net-p2p/transmission/files/transmission-0.6.1-gtk+-check.patch b/net-p2p/transmission/files/transmission-0.6.1-gtk+-check.patch deleted file mode 100644 index b0098cee5eb4..000000000000 --- a/net-p2p/transmission/files/transmission-0.6.1-gtk+-check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2006-12-02 16:27:05.000000000 -0600 -+++ configure 2006-12-02 16:32:17.000000000 -0600 -@@ -173,7 +173,7 @@ - verbose gtk_test - if runcmd pkg-config gtk+-2.0 - then -- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0 -+ if `pkg-config gtk+-2.0 --atleast-version 2.6.0` - then - cat > testconf.c << EOF - #include <gtk/gtk.h> diff --git a/net-p2p/transmission/transmission-0.6.1-r1.ebuild b/net-p2p/transmission/transmission-0.6.1-r1.ebuild deleted file mode 100644 index 27fd1494e525..000000000000 --- a/net-p2p/transmission/transmission-0.6.1-r1.ebuild +++ /dev/null @@ -1,54 +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.6.1-r1.ebuild,v 1.7 2007/05/07 17:20:24 dertobi123 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" -IUSE="gtk" - -RDEPEND="sys-devel/gettext - dev-libs/openssl - 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} - - epatch ${FILESDIR}/${PN}-0.6.1-gtk+-check.patch - epatch ${FILESDIR}/${PN}-0.6.1-as-needed.patch - - # Fix man page install location - sed -i -e 's|/man/man1|/share/man/man1|' mk/common.mk -} - -src_compile() { - econf $(use_enable gtk) || die "configure failed" - emake || die "build failed" -} - -src_install() { - make PREFIX="${D}/usr" LOCALEDIR="\$(PREFIX)/share/locale" install \ - || die "install failed" - - if use gtk ; then - doicon "${FILESDIR}/transmission.png" - make_desktop_entry "transmission-gtk" "${PN}" "${PN}.png" \ - "Network;Internet;P2P" - fi - - dodoc AUTHORS NEWS README -} diff --git a/net-p2p/transmission/transmission-0.71.ebuild b/net-p2p/transmission/transmission-0.71.ebuild deleted file mode 100644 index fcb89734c1c6..000000000000 --- a/net-p2p/transmission/transmission-0.71.ebuild +++ /dev/null @@ -1,43 +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.71.ebuild,v 1.1 2007/04/24 19:32:59 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" -IUSE="gtk" - -RDEPEND="sys-devel/gettext - dev-libs/openssl - 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 gtk) || die "configure failed" - emake || die "build failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README -} |