diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-07-04 00:14:24 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-07-04 00:14:24 +0000 |
commit | 93233f342f78a862de506728f48b4f79a56326f8 (patch) | |
tree | 36249268f81dcae8a15f8f18a00803e102990a35 /net-p2p/bittornado | |
parent | Added ~sparc keyword. (diff) | |
download | historical-93233f342f78a862de506728f48b4f79a56326f8.tar.gz historical-93233f342f78a862de506728f48b4f79a56326f8.tar.bz2 historical-93233f342f78a862de506728f48b4f79a56326f8.zip |
Version bumped.
Diffstat (limited to 'net-p2p/bittornado')
-rw-r--r-- | net-p2p/bittornado/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittornado/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.4.ebuild | 65 | ||||
-rw-r--r-- | net-p2p/bittornado/files/digest-bittornado-0.3.4 | 1 |
4 files changed, 78 insertions, 5 deletions
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog index 444410bba446..8e70f730150e 100644 --- a/net-p2p/bittornado/ChangeLog +++ b/net-p2p/bittornado/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/bittornado # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.16 2004/07/03 12:19:17 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.17 2004/07/04 00:14:24 mholzer Exp $ + +*bittornado-0.3.4 (04 Jul 2004) + + 04 Jul 2004; Martin Holzer <mholzer@gentoo.org> +bittornado-0.3.4.ebuild: + Version bumped. 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> bittornado-0.3.1.ebuild, bittornado-0.3.2.ebuild, bittornado-0.3.3.ebuild: diff --git a/net-p2p/bittornado/Manifest b/net-p2p/bittornado/Manifest index 2ebc8541fd06..27e2a9755bf6 100644 --- a/net-p2p/bittornado/Manifest +++ b/net-p2p/bittornado/Manifest @@ -1,8 +1,10 @@ -MD5 8fc8e79c527e575c6671c9ec0fc71319 bittornado-0.3.1.ebuild 1722 +MD5 85522a8ddab9e7980f570451536aac45 bittornado-0.3.4.ebuild 1724 MD5 1a3bb1e67c35af7744803b6a52d62d03 bittornado-0.3.3.ebuild 1723 -MD5 cf36b8995b4f555cfff3923188da827d ChangeLog 2544 -MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 8fc8e79c527e575c6671c9ec0fc71319 bittornado-0.3.1.ebuild 1722 MD5 3ababb841a6645eb34c98b68afce6251 bittornado-0.3.2.ebuild 1723 +MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 671172125c5adf534fbe71242fe2065c ChangeLog 2673 +MD5 29cd3bfcbae60e683be63fcf925d1aad files/digest-bittornado-0.3.3 68 +MD5 ab4c8a45e77ce1f1c9c2210eafe64627 files/digest-bittornado-0.3.4 68 MD5 1254611280cd18cac6f13a32910f6223 files/digest-bittornado-0.3.1 68 MD5 42424b1ceb30e798c909cd377fbe78f8 files/digest-bittornado-0.3.2 68 -MD5 29cd3bfcbae60e683be63fcf925d1aad files/digest-bittornado-0.3.3 68 diff --git a/net-p2p/bittornado/bittornado-0.3.4.ebuild b/net-p2p/bittornado/bittornado-0.3.4.ebuild new file mode 100644 index 000000000000..dbd1e2f6ed3d --- /dev/null +++ b/net-p2p/bittornado/bittornado-0.3.4.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.4.ebuild,v 1.1 2004/07/04 00:14:24 mholzer Exp $ + +inherit distutils eutils + +MY_PN="BitTornado" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="TheShad0w's experimental BitTorrent client" +HOMEPAGE="http://www.bittornado.com/" +SRC_URI="http://e.scarywater.net/bt/download/${MY_P}.tar.gz" +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~x86 ~amd64 ~ppc" +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}/${MY_PN}-CVS" +PIXMAPLOC="/usr/share/pixmaps/bittornado" + +src_unpack() { + unpack ${A} + cd ${S} + + # fixes wrong icons path + sed -i "s:os.path.abspath(os.path.dirname(os.path.realpath(sys.argv\[0\]))):\"${PIXMAPLOC}/\":" 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/bittornado/files/digest-bittornado-0.3.4 b/net-p2p/bittornado/files/digest-bittornado-0.3.4 new file mode 100644 index 000000000000..95b1aa402aa7 --- /dev/null +++ b/net-p2p/bittornado/files/digest-bittornado-0.3.4 @@ -0,0 +1 @@ +MD5 8663c2d0daa1fabcf7df94671dc36a25 BitTornado-0.3.4.tar.gz 175418 |