diff options
author | 2007-04-05 06:14:20 +0000 | |
---|---|---|
committer | 2007-04-05 06:14:20 +0000 | |
commit | 688abafc551d1be95e4679f4fe7e6a38fbb9ccfb (patch) | |
tree | 6bbb501dba752cf25371be449ee956a223e3b08e /dev-util/gquilt/gquilt-0.18.ebuild | |
parent | Patch from Toffanin for x86-fbsd (bug #171841). (diff) | |
download | historical-688abafc551d1be95e4679f4fe7e6a38fbb9ccfb.tar.gz historical-688abafc551d1be95e4679f4fe7e6a38fbb9ccfb.tar.bz2 historical-688abafc551d1be95e4679f4fe7e6a38fbb9ccfb.zip |
update for bugs 128244 and 111428
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-util/gquilt/gquilt-0.18.ebuild')
-rw-r--r-- | dev-util/gquilt/gquilt-0.18.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/gquilt/gquilt-0.18.ebuild b/dev-util/gquilt/gquilt-0.18.ebuild new file mode 100644 index 000000000000..eceb446bc17d --- /dev/null +++ b/dev-util/gquilt/gquilt-0.18.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.18.ebuild,v 1.1 2007/04/05 06:14:20 nerdboy Exp $ + +DESCRIPTION="A Python/GTK wrapper for quilt" +HOMEPAGE="http://users.bigpond.net.au/Peter-Williams/" +SRC_URI="mirror://sourceforge/gquilt/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-util/quilt + >=dev-python/pygtk-2" + +src_install() { + make DESTDIR="${D}" PREFIX="/usr" install || die "make install failed" + dodoc ChangeLog +} |