summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-common
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/gnome-common
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/gnome-common')
-rw-r--r--gnome/gnome-common/.footprint.i68612
-rw-r--r--gnome/gnome-common/.footprint.x86_6412
-rw-r--r--gnome/gnome-common/.md5sum.i6861
-rw-r--r--gnome/gnome-common/.md5sum.x86_641
-rwxr-xr-xgnome/gnome-common/Pkgfile18
5 files changed, 0 insertions, 44 deletions
diff --git a/gnome/gnome-common/.footprint.i686 b/gnome/gnome-common/.footprint.i686
deleted file mode 100644
index 0f2ad5158..000000000
--- a/gnome/gnome-common/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/gnome-autogen.sh
--rwxr-xr-x root/root usr/bin/gnome-doc-common
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/aclocal/
--rw-r--r-- root/root usr/share/aclocal/gnome-common.m4
--rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4
-drwxr-xr-x root/root usr/share/gnome-common/
-drwxr-xr-x root/root usr/share/gnome-common/data/
--rw-r--r-- root/root usr/share/gnome-common/data/omf.make
--rw-r--r-- root/root usr/share/gnome-common/data/xmldocs.make
diff --git a/gnome/gnome-common/.footprint.x86_64 b/gnome/gnome-common/.footprint.x86_64
deleted file mode 100644
index 0f2ad5158..000000000
--- a/gnome/gnome-common/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/gnome-autogen.sh
--rwxr-xr-x root/root usr/bin/gnome-doc-common
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/aclocal/
--rw-r--r-- root/root usr/share/aclocal/gnome-common.m4
--rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4
-drwxr-xr-x root/root usr/share/gnome-common/
-drwxr-xr-x root/root usr/share/gnome-common/data/
--rw-r--r-- root/root usr/share/gnome-common/data/omf.make
--rw-r--r-- root/root usr/share/gnome-common/data/xmldocs.make
diff --git a/gnome/gnome-common/.md5sum.i686 b/gnome/gnome-common/.md5sum.i686
deleted file mode 100644
index 1f8305bc7..000000000
--- a/gnome/gnome-common/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-30daabb0ca4898fea2647999e7813e8f gnome-common-2.28.0.tar.bz2
diff --git a/gnome/gnome-common/.md5sum.x86_64 b/gnome/gnome-common/.md5sum.x86_64
deleted file mode 100644
index 1f8305bc7..000000000
--- a/gnome/gnome-common/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-30daabb0ca4898fea2647999e7813e8f gnome-common-2.28.0.tar.bz2
diff --git a/gnome/gnome-common/Pkgfile b/gnome/gnome-common/Pkgfile
deleted file mode 100755
index 4f0280929..000000000
--- a/gnome/gnome-common/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Macros pour le développement de gnome
-# URL: http://www.gnome.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
-
-name=gnome-common
-version=2.28.0
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX
- make
- make DESTDIR=$PKG install
-}