summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2005-05-29 21:48:08 +0000
committerMartin Holzer <mholzer@gentoo.org>2005-05-29 21:48:08 +0000
commitd9d7665a21539aff4c48580c15d157f705bd21d6 (patch)
tree9211a8cf3151b193b313a7ea992dde7ec25dc4c8 /net-p2p/bittornado
parentfixes #67784 and #93437 and cleanup older ebuilds. (diff)
downloadgentoo-2-d9d7665a21539aff4c48580c15d157f705bd21d6.tar.gz
gentoo-2-d9d7665a21539aff4c48580c15d157f705bd21d6.tar.bz2
gentoo-2-d9d7665a21539aff4c48580c15d157f705bd21d6.zip
cleanup
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r--net-p2p/bittornado/bittornado-0.3.1.ebuild65
-rw-r--r--net-p2p/bittornado/bittornado-0.3.6.ebuild66
-rw-r--r--net-p2p/bittornado/bittornado-0.3.7.ebuild74
-rw-r--r--net-p2p/bittornado/files/digest-bittornado-0.3.11
-rw-r--r--net-p2p/bittornado/files/digest-bittornado-0.3.61
-rw-r--r--net-p2p/bittornado/files/digest-bittornado-0.3.71
6 files changed, 0 insertions, 208 deletions
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