summaryrefslogtreecommitdiffstats
path: root/extra/p5-gtk2-ex-utils
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/p5-gtk2-ex-utils
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/p5-gtk2-ex-utils')
-rw-r--r--extra/p5-gtk2-ex-utils/.footprint.i68612
-rw-r--r--extra/p5-gtk2-ex-utils/.footprint.x86_6412
-rw-r--r--extra/p5-gtk2-ex-utils/.md5sum.i6861
-rw-r--r--extra/p5-gtk2-ex-utils/.md5sum.x86_641
-rw-r--r--extra/p5-gtk2-ex-utils/Pkgfile23
5 files changed, 0 insertions, 49 deletions
diff --git a/extra/p5-gtk2-ex-utils/.footprint.i686 b/extra/p5-gtk2-ex-utils/.footprint.i686
deleted file mode 100644
index 7fd08b371..000000000
--- a/extra/p5-gtk2-ex-utils/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man3/
--r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Constants.3.gz
--r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Utils.3.gz
-drwxr-xr-x root/root usr/share/perl5/
-drwxr-xr-x root/root usr/share/perl5/site/
-drwxr-xr-x root/root usr/share/perl5/site/Gtk2/
-drwxr-xr-x root/root usr/share/perl5/site/Gtk2/Ex/
--r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Constants.pm
--r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Utils.pm
diff --git a/extra/p5-gtk2-ex-utils/.footprint.x86_64 b/extra/p5-gtk2-ex-utils/.footprint.x86_64
deleted file mode 100644
index 7fd08b371..000000000
--- a/extra/p5-gtk2-ex-utils/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man3/
--r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Constants.3.gz
--r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Utils.3.gz
-drwxr-xr-x root/root usr/share/perl5/
-drwxr-xr-x root/root usr/share/perl5/site/
-drwxr-xr-x root/root usr/share/perl5/site/Gtk2/
-drwxr-xr-x root/root usr/share/perl5/site/Gtk2/Ex/
--r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Constants.pm
--r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Utils.pm
diff --git a/extra/p5-gtk2-ex-utils/.md5sum.i686 b/extra/p5-gtk2-ex-utils/.md5sum.i686
deleted file mode 100644
index 70629ceff..000000000
--- a/extra/p5-gtk2-ex-utils/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz
diff --git a/extra/p5-gtk2-ex-utils/.md5sum.x86_64 b/extra/p5-gtk2-ex-utils/.md5sum.x86_64
deleted file mode 100644
index 70629ceff..000000000
--- a/extra/p5-gtk2-ex-utils/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz
diff --git a/extra/p5-gtk2-ex-utils/Pkgfile b/extra/p5-gtk2-ex-utils/Pkgfile
deleted file mode 100644
index e1deb4d8f..000000000
--- a/extra/p5-gtk2-ex-utils/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Module perl pour GTK
-# URL: http://www.gtkperl.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk
-# Run on: gtk
-
-name=p5-gtk2-ex-utils
-version=0.09
-release=1
-source=(http://www.cpan.org/modules/by-module/Gtk2/Gtk2-Ex-Utils-$version.tar.gz)
-
-build() {
- cd Gtk2-Ex-Utils-$version
- perl Makefile.PL
- make
- make DESTDIR=$PKG install
- find $PKG \
- -name perllocal.pod \
- -o -name .packlist | xargs rm
- find $PKG -empty | xargs rmdir -p ||:
-}
-