blob: aff79afa8b0f1d2ba83dd7ffb5ba4a8bcbe93ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
|