diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-31 20:09:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-31 20:09:19 +0000 |
commit | b4659524b543ad74c3ab9f0d8d9f2b61171ec69a (patch) | |
tree | d9ed5fc4053bb6597075118d986936c39fba00d5 /net-p2p/bittorrent | |
parent | add compat symlink for lsmod (diff) | |
download | historical-b4659524b543ad74c3ab9f0d8d9f2b61171ec69a.tar.gz historical-b4659524b543ad74c3ab9f0d8d9f2b61171ec69a.tar.bz2 historical-b4659524b543ad74c3ab9f0d8d9f2b61171ec69a.zip |
version bump
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.2.1.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/digest-bittorrent-3.2.1 | 1 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 21860e1614e1..d1b0045f94c0 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.3 2003/02/12 08:38:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.4 2003/03/31 20:09:19 liquidx Exp $ + +*bittorrent-3.2.1 (31 Mar 2003) + + 31 Mar 2003; Alastair Tse <liquidx@gentoo.org> bittorrent-3.2.1.ebuild: + version bump *bittorrent-3.1 (30 Jan 2003) diff --git a/net-p2p/bittorrent/bittorrent-3.2.1.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1.ebuild new file mode 100644 index 000000000000..edbdb76db3ba --- /dev/null +++ b/net-p2p/bittorrent/bittorrent-3.2.1.ebuild @@ -0,0 +1,32 @@ +# 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.1.ebuild,v 1.1 2003/03/31 20:09:19 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="" + +DEPEND=">=dev-python/wxPython-2.2 + >=dev-lang/python-2.1" + + +mydoc="FAQ.txt README.txt LICENSE.txt" + +pkg_postinst() { + # add entry to mailcap if it doesn't already exist + if ! grep "application/x-bittorrent" /etc/mailcap; + then + einfo "adding application/x-bittorrent to /etc/mailcap..." + echo 'application/x-bittorrent; /usr/bin/btdownloadprefetched.py %s; test=test -n "$DISPLAY"' >> /etc/mailcap + fi +} + diff --git a/net-p2p/bittorrent/files/digest-bittorrent-3.2.1 b/net-p2p/bittorrent/files/digest-bittorrent-3.2.1 new file mode 100644 index 000000000000..b99283f5c843 --- /dev/null +++ b/net-p2p/bittorrent/files/digest-bittorrent-3.2.1 @@ -0,0 +1 @@ +MD5 543f10069d25e9514c9d7b79e72ffde5 BitTorrent-3.2.1.tar.gz 144232 |