summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2006-01-15 19:22:41 +0000
committerDamien Krotkine <dams@gentoo.org>2006-01-15 19:22:41 +0000
commitccf2edd8601250d6c6f7961588068bb1e525f5b4 (patch)
tree4a7c0160cea6f04626426985f5227cd59e389dc9 /dev-perl/gtk2-fu
parentVersion bump #119069 by Torne Wuff. (diff)
downloadgentoo-2-ccf2edd8601250d6c6f7961588068bb1e525f5b4.tar.gz
gentoo-2-ccf2edd8601250d6c6f7961588068bb1e525f5b4.tar.bz2
gentoo-2-ccf2edd8601250d6c6f7961588068bb1e525f5b4.zip
removed old ebuilds
Diffstat (limited to 'dev-perl/gtk2-fu')
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.01.ebuild25
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.02.ebuild25
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.03.ebuild26
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.04.ebuild26
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.05-r1.ebuild20
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.05.ebuild26
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.06.ebuild20
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.07.ebuild20
-rw-r--r--dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild20
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"