summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-07-06 09:09:32 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-07-06 09:09:32 +0000
commitbd72e7b5cf86e429799957d2c76394986784e756 (patch)
treece4bb26c63fd934e2289914b29c17101e36120cf /dev-util/gquilt/gquilt-0.06.ebuild
parentBump to 2.6.12-bs1 with genpatches-2.6.12-7 (diff)
downloadgentoo-2-bd72e7b5cf86e429799957d2c76394986784e756.tar.gz
gentoo-2-bd72e7b5cf86e429799957d2c76394986784e756.tar.bz2
gentoo-2-bd72e7b5cf86e429799957d2c76394986784e756.zip
Version bump; tidy old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/gquilt/gquilt-0.06.ebuild')
-rw-r--r--dev-util/gquilt/gquilt-0.06.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/gquilt/gquilt-0.06.ebuild b/dev-util/gquilt/gquilt-0.06.ebuild
deleted file mode 100644
index a09682691390..000000000000
--- a/dev-util/gquilt/gquilt-0.06.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.06.ebuild,v 1.3 2005/06/21 07:25:57 dholm Exp $
-
-inherit eutils
-
-DESCRIPTION="A Python/GTK wrapper for quilt"
-HOMEPAGE="http://users.bigpond.net.au/Peter-Williams/"
-SRC_URI="http://users.bigpond.net.au/Peter-Williams/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-util/quilt
- >=dev-python/pygtk-2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-fix-makefile.diff
-}
-
-src_install() {
- make DESTDIR="${D}" PREFIX="/usr" install || die "make install failed"
- dodir /usr/share/pixmaps
- dosym /usr/lib/gquilt/icon.xpm /usr/share/pixmaps/gquilt.xpm
- dodoc ChangeLog
-}