diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-08 20:50:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-08 20:50:01 +0000 |
commit | 3f12ea88bc23f485c9128d883114006d3277bd03 (patch) | |
tree | 9b170a55f33092a654bfd059e8ef9ba731fb1999 /dev-util/gquilt | |
parent | Fix missing / that broke binpkg merges of amanda. (diff) | |
download | gentoo-2-3f12ea88bc23f485c9128d883114006d3277bd03.tar.gz gentoo-2-3f12ea88bc23f485c9128d883114006d3277bd03.tar.bz2 gentoo-2-3f12ea88bc23f485c9128d883114006d3277bd03.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-util/gquilt')
-rw-r--r-- | dev-util/gquilt/gquilt-0.18.ebuild | 20 | ||||
-rw-r--r-- | dev-util/gquilt/gquilt-0.19.ebuild | 20 | ||||
-rw-r--r-- | dev-util/gquilt/gquilt-0.20.ebuild | 42 |
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-util/gquilt/gquilt-0.18.ebuild b/dev-util/gquilt/gquilt-0.18.ebuild deleted file mode 100644 index eceb446bc17d..000000000000 --- a/dev-util/gquilt/gquilt-0.18.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} diff --git a/dev-util/gquilt/gquilt-0.19.ebuild b/dev-util/gquilt/gquilt-0.19.ebuild deleted file mode 100644 index 749548ebb91d..000000000000 --- a/dev-util/gquilt/gquilt-0.19.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.19.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 -} diff --git a/dev-util/gquilt/gquilt-0.20.ebuild b/dev-util/gquilt/gquilt-0.20.ebuild deleted file mode 100644 index 1ad41e78ee35..000000000000 --- a/dev-util/gquilt/gquilt-0.20.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.20.ebuild,v 1.3 2008/02/18 00:39:21 mr_bones_ Exp $ - -inherit python - -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_unpack() { - unpack ${A} - cd "${S}" - - sed -i "s/MODULES_BIN=.*/MODULES_BIN=/; - s/MODULES_OPT=.*/MODULES_OPT=/" Makefile - sed -i -e '/install -m 0644 $(MODULES_OPT)/s/\t/&#/g' Makefile - sed -i -e '/install -m 0644 $(MODULES_BIN)/s/\t/&#/g' Makefile -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die "make install failed" - dodoc ChangeLog -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/share/gquilt -} - -pkg_prerm() { - python_version - python_mod_cleanup /usr/share/gquilt -} |