summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-06-20 16:55:15 +0000
committerJon Hood <squinky86@gentoo.org>2006-06-20 16:55:15 +0000
commit3f8da423748a0cb95f9cc08874f20dff8eb20a20 (patch)
treeef9aed630f75201e9de4667fbfd8e2455839b982 /net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild
parentBump to recent snapshot (two commits since last one), cleanup of old snapshot (diff)
downloadhistorical-3f8da423748a0cb95f9cc08874f20dff8eb20a20.tar.gz
historical-3f8da423748a0cb95f9cc08874f20dff8eb20a20.tar.bz2
historical-3f8da423748a0cb95f9cc08874f20dff8eb20a20.zip
Version bump, fix bittorrent dependency
Package-Manager: portage-2.1_rc4-r5
Diffstat (limited to 'net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild')
-rw-r--r--net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild b/net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild
new file mode 100644
index 000000000000..1022a14f5e75
--- /dev/null
+++ b/net-p2p/gnome-btdownload/gnome-btdownload-0.0.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 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.23.ebuild,v 1.1 2006/06/20 16:55:15 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.4
+ >=dev-python/gnome-python-2.10
+ =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"