Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196523
Collapse All | Expand All

(-)gquilt/gquilt-0.20.ebuild (-2 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.20.ebuild,v 1.1 2007/04/05 06:14:20 nerdboy Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.20.ebuild,v 1.1 2007/04/05 06:14:20 nerdboy Exp $
4
4
5
DESCRIPTION="A Python/GTK wrapper for quilt"
5
DESCRIPTION="A Python/GTK wrapper for quilt and Mercurial's mq extension"
6
HOMEPAGE="http://users.bigpond.net.au/Peter-Williams/"
6
HOMEPAGE="http://users.bigpond.net.au/Peter-Williams/"
7
SRC_URI="mirror://sourceforge/gquilt/${P}.tar.gz"
7
SRC_URI="mirror://sourceforge/gquilt/${P}.tar.gz"
8
8
Lines 11-17 SLOT="0" Link Here
11
KEYWORDS="~amd64 ~ppc ~x86"
11
KEYWORDS="~amd64 ~ppc ~x86"
12
IUSE=""
12
IUSE=""
13
13
14
RDEPEND="dev-util/quilt
14
RDEPEND="|| ( dev-util/quilt dev-util/mercurial )
15
	>=dev-python/pygtk-2"
15
	>=dev-python/pygtk-2"
16
16
17
src_install() {
17
src_install() {

Return to bug 196523