diff options
author | Damien Krotkine <dams@gentoo.org> | 2006-01-15 19:22:41 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2006-01-15 19:22:41 +0000 |
commit | 59791c44964bc00ed3fcbdd84ef185f613aff960 (patch) | |
tree | 92d855c54b69029d649e6d7b7dbe24fff55a35b5 /dev-perl/gtk2-fu | |
parent | Version bump #119069 by Torne Wuff. (diff) | |
download | historical-59791c44964bc00ed3fcbdd84ef185f613aff960.tar.gz historical-59791c44964bc00ed3fcbdd84ef185f613aff960.tar.bz2 historical-59791c44964bc00ed3fcbdd84ef185f613aff960.zip |
removed old ebuilds
Diffstat (limited to 'dev-perl/gtk2-fu')
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild | 20 |
9 files changed, 0 insertions, 208 deletions
diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild deleted file mode 100644 index f8afe50b36ff..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild,v 1.2 2005/01/06 16:02:45 dams Exp $ - -IUSE="" - -MY_P=${PN}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -HOMEPAGE="http://libconf.net/gtk2-fu/" -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" - -DEPEND="dev-perl/gtk2-perl" - -src_compile() { - emake || die "make failed" -} - -src_install() { - einstall PREFIX=${D}/usr -} diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild deleted file mode 100644 index b406d8b0e3fa..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild,v 1.2 2005/01/06 16:02:45 dams Exp $ - -IUSE="" - -MY_P=${PN}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -HOMEPAGE="http://libconf.net/gtk2-fu/" -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" - -DEPEND="dev-perl/gtk2-perl" - -src_compile() { - emake || die "make failed" -} - -src_install() { - einstall PREFIX=${D}/usr -} diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild deleted file mode 100644 index 5276eb11858a..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild,v 1.1 2005/01/06 16:02:45 dams Exp $ - -IUSE="" - -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -HOMEPAGE="http://libconf.net/gtk2-fu/" -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" - -DEPEND="dev-perl/gtk2-perl" - -src_compile() { -perl Makefile.PL || die "make failed" -make || die "make failed" -} - -src_install() { - make install DESTDIR=${D} -} diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild deleted file mode 100644 index 3cfe30d406a1..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild,v 1.1 2005/01/07 00:10:35 dams Exp $ - -IUSE="" - -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -HOMEPAGE="http://libconf.net/gtk2-fu/" -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" - -DEPEND="dev-perl/gtk2-perl" - -src_compile() { -perl Makefile.PL || die "make failed" -make || die "make failed" -} - -src_install() { - make install DESTDIR=${D} -} diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild deleted file mode 100644 index 275e4076d300..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild,v 1.2 2005/04/19 14:18:48 dams Exp $ -inherit perl-module - -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DAMS/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~sparc ~ppc64" -IUSE="" - -DEPEND="dev-perl/gtk2-perl" - - -SRC_TEST="do" diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild deleted file mode 100644 index 8124bb3526c5..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild,v 1.5 2005/03/08 18:01:46 corsair Exp $ - -IUSE="" - -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -HOMEPAGE="http://libconf.net/gtk2-fu/" -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ppc64" - -DEPEND="dev-perl/gtk2-perl" - -src_compile() { -perl Makefile.PL || die "make failed" -make || die "make failed" -} - -src_install() { - make install DESTDIR=${D} -} diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild deleted file mode 100644 index 491486ed3937..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild,v 1.1 2005/05/08 00:33:11 dams Exp $ -inherit perl-module - -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DAMS/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~sparc ~ppc64" -IUSE="" - -DEPEND="dev-perl/gtk2-perl" - - -SRC_TEST="do" diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild deleted file mode 100644 index e446f6662288..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild,v 1.2 2005/06/02 14:53:36 dams Exp $ -inherit perl-module - -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DAMS/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ppc ~sparc ~ppc64" -IUSE="" - -DEPEND="dev-perl/gtk2-perl" - - -SRC_TEST="do" diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild deleted file mode 100644 index af5316f3835c..000000000000 --- a/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild,v 1.2 2005/06/06 09:10:19 corsair Exp $ -inherit perl-module - -DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" -MY_P=Gtk2Fu-${PV} -S=${WORKDIR}/${MY_P} -SRC_URI="http://libconf.net/gtk2-fu/download/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc x86" -IUSE="" - -DEPEND="dev-perl/gtk2-perl" - - -SRC_TEST="do" |