summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr@gentoo.org>2003-10-02 01:00:38 +0000
committerLuke Dashjr <luke-jr@gentoo.org>2003-10-02 01:00:38 +0000
commit8cced622812ef9c7c573782cb91d955be50da63e (patch)
treecdce0ec652e6729eb9b5e5a866857f487184598e /net-p2p
parentVersion bump & metadata (diff)
downloadgentoo-2-8cced622812ef9c7c573782cb91d955be50da63e.tar.gz
gentoo-2-8cced622812ef9c7c573782cb91d955be50da63e.tar.bz2
gentoo-2-8cced622812ef9c7c573782cb91d955be50da63e.zip
Version bump & metadata
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bittorrent-theshadow/ChangeLog13
-rw-r--r--net-p2p/bittorrent-theshadow/Manifest5
-rw-r--r--net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.2.ebuild74
-rw-r--r--net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.21
-rw-r--r--net-p2p/bittorrent-theshadow/metadata.xml8
5 files changed, 98 insertions, 3 deletions
diff --git a/net-p2p/bittorrent-theshadow/ChangeLog b/net-p2p/bittorrent-theshadow/ChangeLog
index ad58c8e89b94..106ea7744049 100644
--- a/net-p2p/bittorrent-theshadow/ChangeLog
+++ b/net-p2p/bittorrent-theshadow/ChangeLog
@@ -1,7 +1,18 @@
# 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.8 2003/09/12 14:12:41 luke-jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/ChangeLog,v 1.9 2003/10/02 01:00:35 luke-jr Exp $
+
+*bittorrent-theshadow-5.8.2 (02 Oct 2003)
+
+ 02 Oct 2003; Luke-Jr <luke-jr@gentoo.org> bittorrent-theshadow-5.8.2.ebuild,
+ metadata.xml:
+ Added metadata.xml
+
+*bittorrent-theshadow-5.8.2 (02 Oct 2003)
+
+ 02 Oct 2003; Luke-Jr <luke-jr@gentoo.org> bittorrent-theshadow-5.8.2.ebuild:
+ Version bump
*bittorrent-theshadow-5.7.6-r1 (12 Sep 2003)
diff --git a/net-p2p/bittorrent-theshadow/Manifest b/net-p2p/bittorrent-theshadow/Manifest
index 8d6e87004d7e..d9deada634e4 100644
--- a/net-p2p/bittorrent-theshadow/Manifest
+++ b/net-p2p/bittorrent-theshadow/Manifest
@@ -1,6 +1,7 @@
MD5 21d431e5d7cd74f9ed00334c9ebbe1db bittorrent-theshadow-5.7.6-r1.ebuild 2230
-MD5 21b556e648ca7c21ab9d91631199f08f ChangeLog 1235
-MD5 21d431e5d7cd74f9ed00334c9ebbe1db bittorrent-theshadow-5.8.2.ebuild 2230
+MD5 83f2b62b16904e997005968b8e7ea82a metadata.xml 222
+MD5 d446e84286f232694a1ddadf832629ce ChangeLog 1533
+MD5 342ff0931f3ca523df00f2bb12091fed bittorrent-theshadow-5.8.2.ebuild 2227
MD5 904bed341f701bb04706bc167dfed521 bittorrent-theshadow-5.7.ebuild 1717
MD5 db35ce269e6cf311e1417dae29154cb4 bittorrent-theshadow-5.7.6.ebuild 1850
MD5 4da0f64e13bc339ef3818a4df2c84fef files/digest-bittorrent-theshadow-5.7.6 80
diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.2.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.2.ebuild
new file mode 100644
index 000000000000..d13a15aa6a8e
--- /dev/null
+++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.2.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.2.ebuild,v 1.1 2003/10/02 01:00:35 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}.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.2 b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.2
new file mode 100644
index 000000000000..1194319f0712
--- /dev/null
+++ b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.2
@@ -0,0 +1 @@
+MD5 093f419d2e45558a7ac5f3f457446ad4 BitTorrent-experimental-S-5.8.2.zip 151835
diff --git a/net-p2p/bittorrent-theshadow/metadata.xml b/net-p2p/bittorrent-theshadow/metadata.xml
new file mode 100644
index 000000000000..e55868ed75dd
--- /dev/null
+++ b/net-p2p/bittorrent-theshadow/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>python</herd>
+<maintainer>
+ <email>luke-jr@gentoo.org</email>
+</maintainer>
+</pkgmetadata>