summaryrefslogtreecommitdiffstats
path: root/gnome/gob
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:08:07 +0100
commitc0f1c161cd53f60f384ec577198c7075ae00e35d (patch)
tree567a5557c6c06cf37ef7cbad69fddc1873c7becc /gnome/gob
parent4fa5eef42be4ae01f4e88a0426e2e041696ef5b1 (diff)
downloadnutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.gz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.bz2
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.xz
nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.zip
gnome, suppression des ports
Diffstat (limited to 'gnome/gob')
-rw-r--r--gnome/gob/.footprint.i6869
-rw-r--r--gnome/gob/.footprint.x86_649
-rw-r--r--gnome/gob/.md5sum.i6861
-rw-r--r--gnome/gob/.md5sum.x86_641
-rw-r--r--gnome/gob/Pkgfile19
5 files changed, 0 insertions, 39 deletions
diff --git a/gnome/gob/.footprint.i686 b/gnome/gob/.footprint.i686
deleted file mode 100644
index 62b73cb85..000000000
--- a/gnome/gob/.footprint.i686
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/gob2
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/aclocal/
--rw-r--r-- root/root usr/share/aclocal/gob2.m4
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/gob2.1.gz
diff --git a/gnome/gob/.footprint.x86_64 b/gnome/gob/.footprint.x86_64
deleted file mode 100644
index 62b73cb85..000000000
--- a/gnome/gob/.footprint.x86_64
+++ /dev/null
@@ -1,9 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/gob2
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/aclocal/
--rw-r--r-- root/root usr/share/aclocal/gob2.m4
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/gob2.1.gz
diff --git a/gnome/gob/.md5sum.i686 b/gnome/gob/.md5sum.i686
deleted file mode 100644
index 7a295780a..000000000
--- a/gnome/gob/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-05fa7384b30ebb2921430b2615d2c2e5 gob2-2.0.17.tar.gz
diff --git a/gnome/gob/.md5sum.x86_64 b/gnome/gob/.md5sum.x86_64
deleted file mode 100644
index 7a295780a..000000000
--- a/gnome/gob/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-05fa7384b30ebb2921430b2615d2c2e5 gob2-2.0.17.tar.gz
diff --git a/gnome/gob/Pkgfile b/gnome/gob/Pkgfile
deleted file mode 100644
index d67d5a829..000000000
--- a/gnome/gob/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: The GObject Builder
-# URL: http://www.5z.com/jirka/gob.html
-# Maintainer: Matt Housh, jaeger at morpheus dot net
-# Packager: jaeger at morpheus dot net
-# Depends on: glib, gtk
-# Run on: glib,gtk
-
-name=gob
-version=2.0.17
-release=1
-source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)
-
-build() {
- cd gob2-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
-}