summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-01 16:18:58 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-01 16:18:58 +0000
commit9293846fe564c1d2fb7d17d58b964798c98c83c6 (patch)
tree1ce6ad3421ef6549b2c6eeda58243b3b86fcc406 /net-p2p
parentcleanup (diff)
downloadgentoo-2-9293846fe564c1d2fb7d17d58b964798c98c83c6.tar.gz
gentoo-2-9293846fe564c1d2fb7d17d58b964798c98c83c6.tar.bz2
gentoo-2-9293846fe564c1d2fb7d17d58b964798c98c83c6.zip
minor version bump
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bittorrent/ChangeLog7
-rw-r--r--net-p2p/bittorrent/bittorrent-3.2.1b.ebuild39
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-3.2.1b1
3 files changed, 46 insertions, 1 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index c6e9ddd2639a..e888ac201359 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/bittorrent
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.5 2003/04/01 14:46:53 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.6 2003/04/01 16:18:58 liquidx Exp $
+
+*bittorrent-3.2.1b (01 Apr 2003)
+
+ 01 Apr 2003; Alastair Tse <liquidx@gentoo.org> bittorrent-3.2.1b.ebuild:
+ version bump
*bittorrent-3.2.1 (31 Mar 2003)
diff --git a/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild
new file mode 100644
index 000000000000..8e7335256b31
--- /dev/null
+++ b/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b.ebuild,v 1.1 2003/04/01 16:18:58 liquidx Exp $
+
+inherit distutils
+
+MY_P="${P/bittorrent/BitTorrent}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes"
+SRC_URI="http://bitconjurer.org/BitTorrent/${MY_P}.tar.gz"
+HOMEPAGE="http://bitconjurer.org/BitTorrent"
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~x86"
+
+IUSE=""
+
+RDEPEND=">=dev-python/wxPython-2.2
+ >=dev-lang/python-2.1"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4.0.5"
+
+
+mydoc="FAQ.txt README.txt LICENSE.txt"
+
+pkg_postinst() {
+ MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\""
+
+ if [ -n "`grep 'application/x-bittorrent' /etc/mailcap`" ]; then
+ # replace bittorrent entry if it already exists
+ einfo "updating bittorrent mime info"
+ sed -i "s,application/x-bittorrent;.*,${MAILCAP_STRING}," /etc/mailcap
+ else
+ # add bittorrent entry if it doesn't exist
+ einfo "adding bittorrent mime info"
+ echo "${MAILCAP_STRING}" >> /etc/mailcap
+ fi
+}
+
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-3.2.1b b/net-p2p/bittorrent/files/digest-bittorrent-3.2.1b
new file mode 100644
index 000000000000..cfa354976ae9
--- /dev/null
+++ b/net-p2p/bittorrent/files/digest-bittorrent-3.2.1b
@@ -0,0 +1 @@
+MD5 9e0cc346a4bfa3904380ed119d8bac90 BitTorrent-3.2.1b.tar.gz 144420