summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-11-23 21:13:18 +0000
committerJon Hood <squinky86@gentoo.org>2004-11-23 21:13:18 +0000
commit22fb3d715034c9020f5c316348fd3b9a5fd32fa8 (patch)
tree3ba9b3d230192848f79a6f5acf893b3566d0c778 /net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild
parentremoved unused ogg/vorbis dep for gtk (Manifest recommit) (diff)
downloadgentoo-2-22fb3d715034c9020f5c316348fd3b9a5fd32fa8.tar.gz
gentoo-2-22fb3d715034c9020f5c316348fd3b9a5fd32fa8.tar.bz2
gentoo-2-22fb3d715034c9020f5c316348fd3b9a5fd32fa8.zip
version bump
Diffstat (limited to 'net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild')
-rw-r--r--net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild b/net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild
new file mode 100644
index 000000000000..aff79afa8b0f
--- /dev/null
+++ b/net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnome-btdownload/gnome-btdownload-0.0.17.ebuild,v 1.1 2004/11/23 21:13:18 squinky86 Exp $
+
+inherit gnome2
+
+DESCRIPTION="A work-in-progress Gnome mime-sink for BitTorrent files"
+HOMEPAGE="http://gnome-bt.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gnome-bt/${P}.tar.bz2"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~amd64"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-lang/python-2.3
+ >=dev-python/pygtk-2.3
+ >=dev-python/gnome-python-2.0
+ >=net-p2p/bittorrent-3.4"
+
+DEPEND="${RDEPEND}
+ >=app-text/scrollkeeper-0.3.11
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.21"
+
+DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README"