diff options
author | 2003-10-30 02:13:54 +0000 | |
---|---|---|
committer | 2003-10-30 02:13:54 +0000 | |
commit | 41cc46b3ec8a96a6a5ed6d38eb6e8f63a5ad5771 (patch) | |
tree | 25f9d0da3cf7a1fd1e80f9bd1a22e094ea9a6cfb /net-p2p | |
parent | Added masked version bump (diff) | |
download | historical-41cc46b3ec8a96a6a5ed6d38eb6e8f63a5ad5771.tar.gz historical-41cc46b3ec8a96a6a5ed6d38eb6e8f63a5ad5771.tar.bz2 historical-41cc46b3ec8a96a6a5ed6d38eb6e8f63a5ad5771.zip |
Added masked version bump
Diffstat (limited to 'net-p2p')
3 files changed, 80 insertions, 2 deletions
diff --git a/net-p2p/bittorrent-theshadow/Manifest b/net-p2p/bittorrent-theshadow/Manifest index c38b8301ad84..a1ca8dc904cc 100644 --- a/net-p2p/bittorrent-theshadow/Manifest +++ b/net-p2p/bittorrent-theshadow/Manifest @@ -1,4 +1,4 @@ -MD5 78d8f61fad9cffeb9e349c9419e93cad ChangeLog 2083 +MD5 2259082d788ebe5898f84301d0b973d4 ChangeLog 2234 MD5 21d431e5d7cd74f9ed00334c9ebbe1db bittorrent-theshadow-5.7.6-r1.ebuild 2230 MD5 db35ce269e6cf311e1417dae29154cb4 bittorrent-theshadow-5.7.6.ebuild 1850 MD5 904bed341f701bb04706bc167dfed521 bittorrent-theshadow-5.7.ebuild 1717 @@ -7,7 +7,7 @@ MD5 c74a920d49452f3d7bcd21258ac99c35 bittorrent-theshadow-5.8.3.ebuild 2119 MD5 83f2b62b16904e997005968b8e7ea82a metadata.xml 222 MD5 b219627c566f754a01fd450ec8f2376c bittorrent-theshadow-5.8.5.ebuild 2165 MD5 a33526877e7cc5be768d76cd2a4e204e bittorrent-theshadow-5.8.6.ebuild 2310 -MD5 a33526877e7cc5be768d76cd2a4e204e bittorrent-theshadow-5.8.7.ebuild 2310 +MD5 492f8492f6734c5a665d04b8c84ffa53 bittorrent-theshadow-5.8.7.ebuild 2323 MD5 8b336bc047ea1eb5dbc389a286410deb files/digest-bittorrent-theshadow-5.7 78 MD5 4da0f64e13bc339ef3818a4df2c84fef files/digest-bittorrent-theshadow-5.7.6 80 MD5 4da0f64e13bc339ef3818a4df2c84fef files/digest-bittorrent-theshadow-5.7.6-r1 80 diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.7.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.7.ebuild new file mode 100644 index 000000000000..59edb2711dd4 --- /dev/null +++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.7.ebuild @@ -0,0 +1,77 @@ +# 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.7.ebuild,v 1.1 2003/10/30 02:13:51 luke-jr 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}.tar.gz" +HOMEPAGE="http://bt.degreez.net/" +SLOT="0" +LICENSE="MIT" +KEYWORDS="-*" # this ver is anti-UNIX paths >:O + +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 + sed 's/basepath=os\.path\.abspath(os\.path\.dirname(sys\.argv\[0\]))/basepath="\/usr\/share\/pixmaps\/bittorrent"/' < "$f"| + sed "s/'lock_files', 1/'lock_files', 0/" \ + > "$f".new + mv "$f".new "$f" + done + if ! use nopsyco; then + sed 's/psyco = 0/psyco = 1/' < BitTorrent/PSYCO.py > BitTorrent/PSYCO.py.new + mv BitTorrent/PSYCO.py.new BitTorrent/PSYCO.py + fi + sed "s/'PSYCO.py',//" < setup.py > setup.py.new + mv setup.py.new setup.py +} + +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.7 b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.7 new file mode 100644 index 000000000000..302f4b7d5d26 --- /dev/null +++ b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.7 @@ -0,0 +1 @@ +MD5 6ce8a2ba83e9b10c10a791d9f3ce6aa7 BitTorrent-experimental-S-5.8.7.tar.gz 144887 |