diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-01 16:15:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-01 16:15:30 +0000 |
commit | e1eefe9c24c7805bafeb5e6e0c343d3404a9dd90 (patch) | |
tree | d78a21d900c625b443cfaff83e7fe25ca34b76e4 /net-p2p | |
parent | initial import of Kyra sprite engine (diff) | |
download | gentoo-2-e1eefe9c24c7805bafeb5e6e0c343d3404a9dd90.tar.gz gentoo-2-e1eefe9c24c7805bafeb5e6e0c343d3404a9dd90.tar.bz2 gentoo-2-e1eefe9c24c7805bafeb5e6e0c343d3404a9dd90.zip |
cleanup
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.0.1.ebuild | 38 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.1.ebuild | 38 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/digest-bittorrent-3.0.1 | 1 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/digest-bittorrent-3.1 | 1 |
4 files changed, 0 insertions, 78 deletions
diff --git a/net-p2p/bittorrent/bittorrent-3.0.1.ebuild b/net-p2p/bittorrent/bittorrent-3.0.1.ebuild deleted file mode 100644 index 01399b8de8e3..000000000000 --- a/net-p2p/bittorrent/bittorrent-3.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.0.1.ebuild,v 1.2 2003/02/13 15:17:36 vapier 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" - - -src_install() { - - distutils_src_install - - dodoc 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/bittorrent-3.1.ebuild b/net-p2p/bittorrent/bittorrent-3.1.ebuild deleted file mode 100644 index c459ef5df15a..000000000000 --- a/net-p2p/bittorrent/bittorrent-3.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.1.ebuild,v 1.2 2003/02/13 15:17:42 vapier 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" - - -src_install() { - - distutils_src_install - - dodoc 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.0.1 b/net-p2p/bittorrent/files/digest-bittorrent-3.0.1 deleted file mode 100644 index 3ea20c81d27b..000000000000 --- a/net-p2p/bittorrent/files/digest-bittorrent-3.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f64e1e1d39d553617265bf44f156e617 BitTorrent-3.0.1.tar.gz 90414 diff --git a/net-p2p/bittorrent/files/digest-bittorrent-3.1 b/net-p2p/bittorrent/files/digest-bittorrent-3.1 deleted file mode 100644 index 0eaffb0c8f04..000000000000 --- a/net-p2p/bittorrent/files/digest-bittorrent-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 94842dd09e435ee1a1a504857568b782 BitTorrent-3.1.tar.gz 103457 |