diff options
author | <luke-jr@gentoo.org> | 2003-10-02 01:00:38 +0000 |
---|---|---|
committer | <luke-jr@gentoo.org> | 2003-10-02 01:00:38 +0000 |
commit | ed9bf4242f33dd9c49a327078f77ffa5f5422e8b (patch) | |
tree | d2925b448cc5cdfb61f11a5914485af8224fa13e /net-p2p | |
parent | Version bump & metadata (diff) | |
download | historical-ed9bf4242f33dd9c49a327078f77ffa5f5422e8b.tar.gz historical-ed9bf4242f33dd9c49a327078f77ffa5f5422e8b.tar.bz2 historical-ed9bf4242f33dd9c49a327078f77ffa5f5422e8b.zip |
Version bump & metadata
Diffstat (limited to 'net-p2p')
4 files changed, 86 insertions, 2 deletions
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> |