diff options
author | 2005-05-29 21:48:08 +0000 | |
---|---|---|
committer | 2005-05-29 21:48:08 +0000 | |
commit | 207dd212b828a38ce9dc354a54c8d1417d68cc2f (patch) | |
tree | b6a010eb9860fb2359d8f206ce6658734dc85166 /net-p2p/bittornado | |
parent | fixes #67784 and #93437 and cleanup older ebuilds. (diff) | |
download | historical-207dd212b828a38ce9dc354a54c8d1417d68cc2f.tar.gz historical-207dd212b828a38ce9dc354a54c8d1417d68cc2f.tar.bz2 historical-207dd212b828a38ce9dc354a54c8d1417d68cc2f.zip |
cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r-- | net-p2p/bittornado/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.1.ebuild | 65 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.6.ebuild | 66 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.7.ebuild | 74 | ||||
-rw-r--r-- | net-p2p/bittornado/files/digest-bittornado-0.3.1 | 1 | ||||
-rw-r--r-- | net-p2p/bittornado/files/digest-bittornado-0.3.6 | 1 | ||||
-rw-r--r-- | net-p2p/bittornado/files/digest-bittornado-0.3.7 | 1 |
7 files changed, 0 insertions, 214 deletions
diff --git a/net-p2p/bittornado/Manifest b/net-p2p/bittornado/Manifest index 2a99679d921a..dfe05a93dcfa 100644 --- a/net-p2p/bittornado/Manifest +++ b/net-p2p/bittornado/Manifest @@ -1,7 +1,4 @@ MD5 fab6140f73f7f4ebc0a38f1d1bcf69ec bittornado-0.3.8.ebuild 2051 -MD5 b47f552b1f1b285f0b2e5c4de29f7b5b bittornado-0.3.6.ebuild 1860 -MD5 b815f62ec5f5fe5a8664d63eef7f437d bittornado-0.3.1.ebuild 1736 -MD5 ea43698a964f86af57312853ca56bb68 bittornado-0.3.7.ebuild 2059 MD5 e55622238d809d99529c4b18eeafcc72 bittornado-0.3.10.ebuild 2063 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 c1f5a73d7649e9f1d4c0693ea0cbb88a ChangeLog 5322 @@ -9,9 +6,6 @@ MD5 8bfecef7d55902780209af6d30bda7dc bittornado-0.3.12.ebuild 2062 MD5 709a3dae79ddb5cfc966cce563ed15d5 files/digest-bittornado-0.3.10 69 MD5 7779a7eaf51eb9f84da8a588050f53fa files/favicon.ico 1406 MD5 68ff80aa60200feb7a3c22a3ad17bbea files/digest-bittornado-0.3.8 68 -MD5 f1a4de80647e7cd3d933739f47b78630 files/digest-bittornado-0.3.6 68 -MD5 a55efa8eb946333ce001f8f08b9d3f14 files/digest-bittornado-0.3.7 68 -MD5 1254611280cd18cac6f13a32910f6223 files/digest-bittornado-0.3.1 68 MD5 c7977a11c1bf8a5d7afb8772202af87d files/bittornado-wxpython-pre2.5-fix.patch 297 MD5 a706406b4513eb97a4715be7a4b3cfd7 files/bttrack.rc 631 MD5 5e0dbf4ae726b145dcec6fb57526e4c5 files/bttrack.conf 728 diff --git a/net-p2p/bittornado/bittornado-0.3.1.ebuild b/net-p2p/bittornado/bittornado-0.3.1.ebuild deleted file mode 100644 index c49363b6e61c..000000000000 --- a/net-p2p/bittornado/bittornado-0.3.1.ebuild +++ /dev/null @@ -1,65 +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/bittornado/bittornado-0.3.1.ebuild,v 1.11 2005/05/05 23:24:10 swegener Exp $ - -inherit distutils eutils - -MY_PN="BitTornado" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="TheShad0w's experimental BitTorrent client" -HOMEPAGE="http://www.bittornado.com/" -SRC_URI="http://e.scarywater.net/bt/download/${MY_P}.tar.gz" -LICENSE="MIT" -SLOT="0" - -KEYWORDS="x86 amd64 ~ppc" -IUSE="X" - -RDEPEND="X? ( <dev-python/wxpython-2.5 ) - >=dev-lang/python-2.1 - !virtual/bittorrent" -DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4.0.5" -PROVIDE="virtual/bittorrent" - - -S="${WORKDIR}/${MY_PN}-CVS" -PIXMAPLOC="/usr/share/pixmaps/bittornado" - -src_unpack() { - unpack ${A} - cd ${S} - - # fixes wrong icons path - sed -i "s:os.path.abspath(os.path.dirname(os.path.realpath(sys.argv\[0\]))):\"${PIXMAPLOC}/\":" btdownloadgui.py -} - -src_install() { - distutils_src_install - - 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 - dodir ${PIXMAPLOC} - insinto ${PIXMAPLOC} - doins *.ico *.gif - 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 - rm ${D}/usr/bin/*gui.py - fi -} - diff --git a/net-p2p/bittornado/bittornado-0.3.6.ebuild b/net-p2p/bittornado/bittornado-0.3.6.ebuild deleted file mode 100644 index e39e9c0c997b..000000000000 --- a/net-p2p/bittornado/bittornado-0.3.6.ebuild +++ /dev/null @@ -1,66 +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/bittornado/bittornado-0.3.6.ebuild,v 1.5 2005/05/05 23:24:10 swegener Exp $ - -inherit distutils eutils - -MY_PN="BitTornado" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="TheShad0w's experimental BitTorrent client" -HOMEPAGE="http://www.bittornado.com/" -SRC_URI="http://e.scarywater.net/bt/download/${MY_P}.tar.gz" -LICENSE="MIT" -SLOT="0" - -KEYWORDS="x86 ~amd64 ~ppc" -IUSE="X" - -RDEPEND="X? ( <dev-python/wxpython-2.5 ) - >=dev-lang/python-2.1 - !virtual/bittorrent" -DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4.0.5" -PROVIDE="virtual/bittorrent" - -S="${WORKDIR}/${MY_PN}-CVS" -PIXMAPLOC="/usr/share/pixmaps/bittornado" - -src_unpack() { - unpack ${A} - cd ${S} - - # fixes wrong icons path - sed -i "s:os.path.abspath(os.path.dirname(os.path.realpath(sys.argv\[0\]))):\"${PIXMAPLOC}/\":" btdownloadgui.py - # fixes a bug with < wxpython-2.5 which is not yet available in portage - epatch ${FILESDIR}/${PN}-wxpython-pre2.5-fix.patch -} - -src_install() { - distutils_src_install - - 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 - dodir ${PIXMAPLOC} - insinto ${PIXMAPLOC} - doins *.ico *.gif - 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 - rm ${D}/usr/bin/*gui.py - fi -} - diff --git a/net-p2p/bittornado/bittornado-0.3.7.ebuild b/net-p2p/bittornado/bittornado-0.3.7.ebuild deleted file mode 100644 index 93a6d95598e6..000000000000 --- a/net-p2p/bittornado/bittornado-0.3.7.ebuild +++ /dev/null @@ -1,74 +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/bittornado/bittornado-0.3.7.ebuild,v 1.9 2005/05/05 23:24:10 swegener Exp $ - -inherit distutils eutils - -MY_PN="BitTornado" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="TheShad0w's experimental BitTorrent client" -HOMEPAGE="http://www.bittornado.com/" -SRC_URI="http://e.scarywater.net/bt/download/${MY_P}.tar.gz" -LICENSE="MIT" -SLOT="0" - -KEYWORDS="x86 ~amd64 ~ppc ~sparc ppc64" -IUSE="X" - -RDEPEND="X? ( <dev-python/wxpython-2.5 ) - >=dev-lang/python-2.1 - !virtual/bittorrent" -DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4.0.5" -PROVIDE="virtual/bittorrent" - -S="${WORKDIR}/${MY_PN}-CVS" -PIXMAPLOC="/usr/share/pixmaps/bittornado" - -src_unpack() { - unpack ${A} - cd ${S} - - # fixes wrong icons path - sed -i "s:os.path.abspath(os.path.dirname(os.path.realpath(sys.argv\[0\]))):\"${PIXMAPLOC}/\":" btdownloadgui.py - # fixes a bug with < wxpython-2.5 which is not yet available in portage - epatch ${FILESDIR}/${PN}-wxpython-pre2.5-fix.patch -} - -src_install() { - distutils_src_install - - 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 - dodir ${PIXMAPLOC} - insinto ${PIXMAPLOC} - doins *.ico *.gif - 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 - rm ${D}/usr/bin/*gui.py - fi - insinto /usr/share/bittorrent - doins ${FILESDIR}/favicon.ico - - insinto /etc/conf.d - newins ${FILESDIR}/bttrack.conf bttrack - - exeinto /etc/init.d - newexe ${FILESDIR}/bttrack.rc bttrack -} - diff --git a/net-p2p/bittornado/files/digest-bittornado-0.3.1 b/net-p2p/bittornado/files/digest-bittornado-0.3.1 deleted file mode 100644 index 535f8a9bce08..000000000000 --- a/net-p2p/bittornado/files/digest-bittornado-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2033bd80e5678a495609119578373091 BitTornado-0.3.1.tar.gz 173921 diff --git a/net-p2p/bittornado/files/digest-bittornado-0.3.6 b/net-p2p/bittornado/files/digest-bittornado-0.3.6 deleted file mode 100644 index 2315d88378ef..000000000000 --- a/net-p2p/bittornado/files/digest-bittornado-0.3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 95e853cd1de24bbda740312c6784d726 BitTornado-0.3.6.tar.gz 176845 diff --git a/net-p2p/bittornado/files/digest-bittornado-0.3.7 b/net-p2p/bittornado/files/digest-bittornado-0.3.7 deleted file mode 100644 index d4b7a2381a64..000000000000 --- a/net-p2p/bittornado/files/digest-bittornado-0.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffeccfa4ee6a5732ea036332ccf34e92 BitTornado-0.3.7.tar.gz 176879 |