diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-16 03:19:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-16 03:19:29 +0000 |
commit | 00dfc5baa3d431ced16157c197e67a5cc209a0a5 (patch) | |
tree | 70629ace4b7560b890c9ef8d04cfbe59677681aa /net-p2p/bittorrent | |
parent | digest recommit (diff) | |
download | gentoo-2-00dfc5baa3d431ced16157c197e67a5cc209a0a5.tar.gz gentoo-2-00dfc5baa3d431ced16157c197e67a5cc209a0a5.tar.bz2 gentoo-2-00dfc5baa3d431ced16157c197e67a5cc209a0a5.zip |
stable on x86, cleanup old versions
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.3.0.ebuild | 60 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.1.ebuild | 62 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/digest-bittorrent-3.3.0 | 1 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/digest-bittorrent-3.4.1 | 1 |
6 files changed, 7 insertions, 127 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index c94dcb31759b..5ebef532d75b 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.32 2004/07/23 01:24:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.33 2004/08/16 03:19:29 squinky86 Exp $ + + 15 Aug 2004; Jon Hood <squinky86@gentoo.org> -bittorrent-3.3.0.ebuild, + -bittorrent-3.4.1.ebuild, bittorrent-3.4.2-r1.ebuild: + Stable on x86, cleanups. 22 Jul 2004; Jason Wever <weeve@gentoo.org> bittorrent-3.4.2.ebuild: Stable on sparc. diff --git a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild deleted file mode 100644 index 67dd94f526d4..000000000000 --- a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.8 2004/07/03 12:04:30 kloeri Exp $ - -inherit distutils - -MY_P="${P/bittorrent/BitTorrent}" -MY_P="${MY_P/\.0/}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes" -SRC_URI="http://bitconjurer.org/BitTorrent/${MY_P}.tar.gz" -HOMEPAGE="http://bitconjurer.org/BitTorrent" -SLOT="0" -LICENSE="MIT" -KEYWORDS="x86 ~ppc ~alpha sparc ~amd64" - -IUSE="X" - -RDEPEND="X? ( >=dev-python/wxpython-2.2 ) - >=dev-lang/python-2.1 - !virtual/bittorrent" -DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4.0.5" -PROVIDE="virtual/bittorrent" - - -DOCS="credits.txt" - -src_install() { - distutils_src_install - if ! use X; then - rm ${D}/usr/bin/*gui.py - fi - dohtml redirdonate.html - dodir etc - cp -a /etc/mailcap ${D}/etc/ - - MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - - if use X; then - if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then - # replace bittorrent entry if it already exists - einfo "updating bittorrent mime info" - sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," ${D}/etc/mailcap - else - # add bittorrent entry if it doesn't exist - einfo "adding bittorrent mime info" - echo "${MAILCAP_STRING}" >> ${D}/etc/mailcap - fi - else - # get rid of any reference to the not-installed gui version - sed -i '/btdownloadgui/d' ${D}/etc/mailcap - fi -} - -pkg_postinst() { - einfo "unofficial feature additions. If you would like statistics, please" - einfo "install net-p2p/bittorrent-stats." -} diff --git a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild b/net-p2p/bittorrent/bittorrent-3.4.1.ebuild deleted file mode 100644 index d895f3025bb4..000000000000 --- a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1.ebuild,v 1.4 2004/07/03 12:04:30 kloeri Exp $ - -inherit distutils - -MY_P="${P/bittorrent/BitTorrent}" -MY_P="${MY_P/\.0/}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes" -HOMEPAGE="http://bitconjurer.org/BitTorrent" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" -RESTRICT="nomirror" -SLOT="0" -LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" - -IUSE="X" - -RDEPEND="X? ( >=dev-python/wxpython-2.2 ) - >=dev-lang/python-2.1 - !virtual/bittorrent" -DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4.0.5" -PROVIDE="virtual/bittorrent" - - -DOCS="credits.txt" - -src_install() { - distutils_src_install - if ! use X; then - rm ${D}/usr/bin/*gui.py - fi - dohtml redirdonate.html - dodir etc - cp -a /etc/mailcap ${D}/etc/ - - MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" - - if use X; then - if [ -n "`grep 'application/x-bittorrent' ${D}/etc/mailcap`" ]; then - # replace bittorrent entry if it already exists - einfo "updating bittorrent mime info" - sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," ${D}/etc/mailcap - else - # add bittorrent entry if it doesn't exist - einfo "adding bittorrent mime info" - echo "${MAILCAP_STRING}" >> ${D}/etc/mailcap - fi - else - # get rid of any reference to the not-installed gui version - sed -i '/btdownloadgui/d' ${D}/etc/mailcap - fi -} - -pkg_postinst() { - einfo "unofficial feature additions. If you would like statistics, please" - einfo "install net-p2p/bittorrent-stats." -} diff --git a/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild index e1ba50e19d1d..5105c2c1e83c 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild,v 1.1 2004/07/17 15:04:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r1.ebuild,v 1.2 2004/08/16 03:19:29 squinky86 Exp $ inherit distutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64" IUSE="X" RDEPEND="X? ( >=dev-python/wxpython-2.2 ) diff --git a/net-p2p/bittorrent/files/digest-bittorrent-3.3.0 b/net-p2p/bittorrent/files/digest-bittorrent-3.3.0 deleted file mode 100644 index c5ce753910fb..000000000000 --- a/net-p2p/bittorrent/files/digest-bittorrent-3.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 1ecf1fc40b4972470313f9ae728206e8 BitTorrent-3.3.tar.gz 168628 diff --git a/net-p2p/bittorrent/files/digest-bittorrent-3.4.1 b/net-p2p/bittorrent/files/digest-bittorrent-3.4.1 deleted file mode 100644 index b7d67ebf9842..000000000000 --- a/net-p2p/bittorrent/files/digest-bittorrent-3.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 423640fb646df7216130c87931a95f80 BitTorrent-3.4.1.zip 244669 |