From ce7a1f1568a9eedbc06b5b035b8608b03b4edeab Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 30 May 2013 22:41:47 +1000 Subject: [PATCH] gcj-ccache-bindings: contrib -> romster --- gcj-ccache-bindings/.footprint | 5 ----- gcj-ccache-bindings/.md5sum | 0 gcj-ccache-bindings/Pkgfile | 17 ----------------- 3 files changed, 22 deletions(-) delete mode 100644 gcj-ccache-bindings/.footprint delete mode 100644 gcj-ccache-bindings/.md5sum delete mode 100644 gcj-ccache-bindings/Pkgfile diff --git a/gcj-ccache-bindings/.footprint b/gcj-ccache-bindings/.footprint deleted file mode 100644 index 95d981251..000000000 --- a/gcj-ccache-bindings/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/ccache/ -lrwxrwxrwx root/root usr/lib/ccache/gcj -> ../../bin/ccache -lrwxrwxrwx root/root usr/lib/ccache/jc1 -> ../../bin/ccache diff --git a/gcj-ccache-bindings/.md5sum b/gcj-ccache-bindings/.md5sum deleted file mode 100644 index e69de29bb..000000000 diff --git a/gcj-ccache-bindings/Pkgfile b/gcj-ccache-bindings/Pkgfile deleted file mode 100644 index 62bb97baf..000000000 --- a/gcj-ccache-bindings/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Masquerade directory to use ccache with gcj. -# URL: http://gcc.gnu.org/ -# Maintainer: Danny Rawlins, monster dot romster at gmail dot com -# Packager: Danny Rawlins, monster dot romster at gmail dot com -# Depends on: gcj ccache - -name=gcj-ccache-bindings -version=1 -release=1 -source=() - -build() { - install -d $PKG/usr/lib/ccache - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcj - ln -s ../../bin/ccache $PKG/usr/lib/ccache/jc1 -} -