diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-06 18:59:01 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-06 18:59:01 +0000 |
commit | 32fe4f98e65659be584add1b8efdb7e08d90d752 (patch) | |
tree | c20e9029d26ac00f97d7e9c1f0421a0d165c7a0a /net-p2p | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-32fe4f98e65659be584add1b8efdb7e08d90d752.tar.gz gentoo-2-32fe4f98e65659be584add1b8efdb7e08d90d752.tar.bz2 gentoo-2-32fe4f98e65659be584add1b8efdb7e08d90d752.zip |
Version bumped. Closes 43800
Diffstat (limited to 'net-p2p')
4 files changed, 72 insertions, 4 deletions
diff --git a/net-p2p/bittorrent-theshadow/ChangeLog b/net-p2p/bittorrent-theshadow/ChangeLog index 3042c14f1dc9..a6a017a3ac08 100644 --- a/net-p2p/bittorrent-theshadow/ChangeLog +++ b/net-p2p/bittorrent-theshadow/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/bittorrent-theshadow # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/ChangeLog,v 1.18 2004/02/26 11:38:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/ChangeLog,v 1.19 2004/03/06 18:59:01 mholzer Exp $ + +*bittorrent-theshadow-5.8.11 (06 Mar 2004) + + 06 Mar 2004; Martin Holzer <mholzer@gentoo.org> + bittorrent-theshadow-5.8.11.ebuild: + Version bumped. Closes 43800 *bittorrent-theshadow-5.8.10 (26 Feb 2004) diff --git a/net-p2p/bittorrent-theshadow/Manifest b/net-p2p/bittorrent-theshadow/Manifest index 7138ea3d0a90..a5c2fcca0326 100644 --- a/net-p2p/bittorrent-theshadow/Manifest +++ b/net-p2p/bittorrent-theshadow/Manifest @@ -1,6 +1,8 @@ -MD5 4c25c7c3e88fbfcb8465abcfd1feeeed bittorrent-theshadow-5.8.10.ebuild 1688 +MD5 fe786aaaac8bc5bf8f9e553c119c34a8 bittorrent-theshadow-5.8.11.ebuild 1684 MD5 4827e5eb0d6c917ac73d11c91c06bf20 bittorrent-theshadow-5.8.7.ebuild 1453 -MD5 b39b467f498e904e990899c7e5e9dd32 ChangeLog 654 MD5 3c53581479f854cac3dc99747a5b031a metadata.xml 443 -MD5 5fb37fad8e3daadbf3e9947187d67af7 files/digest-bittorrent-theshadow-5.8.10 84 +MD5 b39b467f498e904e990899c7e5e9dd32 ChangeLog 654 +MD5 4c25c7c3e88fbfcb8465abcfd1feeeed bittorrent-theshadow-5.8.10.ebuild 1688 MD5 db4a09fef61cd98de535b4148d661d86 files/digest-bittorrent-theshadow-5.8.7 83 +MD5 5fb37fad8e3daadbf3e9947187d67af7 files/digest-bittorrent-theshadow-5.8.10 84 +MD5 c7b5a83deb5c5f1715e0bbb72f8941a5 files/digest-bittorrent-theshadow-5.8.11 84 diff --git a/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild new file mode 100644 index 000000000000..2fa6d5f1e31b --- /dev/null +++ b/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-theshadow/bittorrent-theshadow-5.8.11.ebuild,v 1.1 2004/03/06 18:59:01 mholzer Exp $ + +inherit distutils +inherit eutils + +DESCRIPTION="TheShad0w's experimental BitTorrent client" +HOMEPAGE="http://bt.degreez.net/" +SRC_URI="http://dl5.degreez.net/BitTorrent-experimental-S-${PV}.tar.gz" +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~x86" +IUSE="X" + +RDEPEND="X? ( >=dev-python/wxPython-2.2 ) + >=dev-lang/python-2.0 + !virtual/bittorrent" + +DEPEND="${RDEPEND} + >=sys-apps/sed-4.0.5" + +PROVIDE="virtual/bittorrent" + +S="${WORKDIR}/bittorrent-CVS-shadowsclient" +PIXMAPLOC="/usr/share/pixmaps/bittorrent" + +src_unpack() { + unpack ${A} + sed -i "s:os.path.abspath(os.path.dirname(sys.argv\[0\])):\"${PIXMAPLOC}/\":" ${S}/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/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.11 b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.11 new file mode 100644 index 000000000000..19e1acaf463f --- /dev/null +++ b/net-p2p/bittorrent-theshadow/files/digest-bittorrent-theshadow-5.8.11 @@ -0,0 +1 @@ +MD5 1549187bd26f574127c444d272cc5881 BitTorrent-experimental-S-5.8.11.tar.gz 143004 |