diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-03 13:40:30 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-03 13:40:30 +0000 |
commit | a565cb0e8de2e9f96305db162e81b066898f49e5 (patch) | |
tree | b1e9f53ba6681afeed491a80bf16037ef5bceac7 /net-p2p/bittorrent-theshadow | |
parent | version bmp (diff) | |
download | gentoo-2-a565cb0e8de2e9f96305db162e81b066898f49e5.tar.gz gentoo-2-a565cb0e8de2e9f96305db162e81b066898f49e5.tar.bz2 gentoo-2-a565cb0e8de2e9f96305db162e81b066898f49e5.zip |
version bmp
Diffstat (limited to 'net-p2p/bittorrent-theshadow')
4 files changed, 84 insertions, 3 deletions
diff --git a/net-p2p/bittorrent-theshadow/ChangeLog b/net-p2p/bittorrent-theshadow/ChangeLog index 106ea7744049..1a1941333feb 100644 --- a/net-p2p/bittorrent-theshadow/ChangeLog +++ b/net-p2p/bittorrent-theshadow/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for net-p2p/bittorrent-theshadow # Copyright 2000-2003 Gentoo Technologies, Inc. and Luke-Jr # Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/ChangeLog,v 1.9 2003/10/02 01:00:35 luke-jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/ChangeLog,v 1.10 2003/10/03 13:40:26 aliz Exp $ + +*bittorrent-theshadow-5.8.3 (03 Oct 2003) + + 03 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> + bittorrent-theshadow-5.8.3.ebuild: + Version bump *bittorrent-theshadow-5.8.2 (02 Oct 2003) diff --git a/net-p2p/bittorrent-theshadow/Manifest b/net-p2p/bittorrent-theshadow/Manifest index 10fa2feafa1c..e23d67707a45 100644 --- a/net-p2p/bittorrent-theshadow/Manifest +++ b/net-p2p/bittorrent-theshadow/Manifest @@ -1,10 +1,10 @@ -MD5 ea4e596efe4b0699eee2864926f45240 ChangeLog 1677 +MD5 c009ad41d60ce1656b43ccfa104b1a54 ChangeLog 1675 MD5 21d431e5d7cd74f9ed00334c9ebbe1db bittorrent-theshadow-5.7.6-r1.ebuild 2230 MD5 83f2b62b16904e997005968b8e7ea82a metadata.xml 222 MD5 904bed341f701bb04706bc167dfed521 bittorrent-theshadow-5.7.ebuild 1717 MD5 db35ce269e6cf311e1417dae29154cb4 bittorrent-theshadow-5.7.6.ebuild 1850 MD5 342ff0931f3ca523df00f2bb12091fed bittorrent-theshadow-5.8.2.ebuild 2227 -MD5 342ff0931f3ca523df00f2bb12091fed bittorrent-theshadow-5.8.3.ebuild 2227 +MD5 20d4aeeda5b11265d554551f073d004d bittorrent-theshadow-5.8.3.ebuild 2224 MD5 4da0f64e13bc339ef3818a4df2c84fef files/digest-bittorrent-theshadow-5.7.6 80 MD5 8b336bc047ea1eb5dbc389a286410deb files/digest-bittorrent-theshadow-5.7 78 MD5 4da0f64e13bc339ef3818a4df2c84fef files/digest-bittorrent-theshadow-5.7.6-r1 80 diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.3.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.3.ebuild new file mode 100644 index 000000000000..3375917e4df5 --- /dev/null +++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.3.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc., Okrain Genady (^Mafteah), and Luke-Jr +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.3.ebuild,v 1.1 2003/10/03 13:40:26 aliz Exp $ + +inherit distutils + +S=${WORKDIR}/bittorrent-CVS-shadowsclient +DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes" +SRC_URI="http://home.elp.rr.com/tur/BitTorrent-experimental-S-${PV}.zip" +HOMEPAGE="http://bt.degreez.net/" +SLOT="0" +LICENSE="MIT" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +IUSE="X psyco nopsyco" + +RDEPEND="X? ( >=dev-python/wxPython-2.2 ) + >=dev-lang/python-2.1 + !net-p2p/bittorrent + !virtual/bittorrent + psyco? ( dev-python/psyco )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4.0.5" + +PROVIDE="virtual/bittorrent" + +mydoc="FAQ.txt README.txt LICENSE.txt" + + +src_unpack() { + unpack ${A} + cd ${S} + for f in `find -name \*.txt -or -name \*.py`; do + tr -d '\r' < "$f" | + sed "s/PSYCO.psyco/$((`use nopsyco&&echo -1`+1))/g" | + grep -v 'import PSYCO' | + sed 's/basepath=os\.path\.abspath(os\.path\.dirname(sys\.argv\[0\]))/basepath="\/usr\/share\/pixmaps\/bittorrent"/' | + sed 's/wxConfig(\"BitTorrent\")/wxConfig(\"BitTorrent\", style=wxCONFIG_USE_LOCAL_FILE)/' \ + > "$f".new + mv "$f".new "$f" + done +} + +src_install() { + distutils_src_install + if ! use X; then + rm ${D}/usr/bin/*gui.py + fi + dodir etc + cp -a /etc/mailcap ${D}/etc/ + + dodir /usr/share/pixmaps/bittorrent + for f in *.{ico,gif}; do + install -m 644 "$f" "${D}/usr/share/pixmaps/bittorrent/$f" + done + + 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 +} + diff --git a/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.3 b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.3 new file mode 100644 index 000000000000..472e3c881d6e --- /dev/null +++ b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.3 @@ -0,0 +1 @@ +MD5 dde1eba07f8976d12cca22442622ea5f BitTorrent-experimental-S-5.8.3.zip 152493 |