From 15887e069a6f78d343bbd064771cb5a11cd4336e Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Tue, 19 Nov 2013 12:55:29 +1100 Subject: [PATCH] gdc-ccache-bindings: dropped --- gdc-ccache-bindings/.footprint | 5 ----- gdc-ccache-bindings/.md5sum | 0 gdc-ccache-bindings/Pkgfile | 17 ----------------- 3 files changed, 22 deletions(-) delete mode 100644 gdc-ccache-bindings/.footprint delete mode 100644 gdc-ccache-bindings/.md5sum delete mode 100644 gdc-ccache-bindings/Pkgfile diff --git a/gdc-ccache-bindings/.footprint b/gdc-ccache-bindings/.footprint deleted file mode 100644 index 8e7248e29..000000000 --- a/gdc-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/gdc -> ../../bin/ccache -lrwxrwxrwx root/root usr/lib/ccache/gdmd -> ../../bin/ccache diff --git a/gdc-ccache-bindings/.md5sum b/gdc-ccache-bindings/.md5sum deleted file mode 100644 index e69de29bb..000000000 diff --git a/gdc-ccache-bindings/Pkgfile b/gdc-ccache-bindings/Pkgfile deleted file mode 100644 index 30a6f5357..000000000 --- a/gdc-ccache-bindings/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Masquerade directory to use ccache with gdc. -# URL: http://dgcc.sourceforge.net/ -# Maintainer: Danny Rawlins, monster dot romster at gmail dot com -# Packager: Danny Rawlins, monster dot romster at gmail dot com -# Depends on: gdc ccache - -name=gdc-ccache-bindings -version=1 -release=1 -source=() - -build() { - install -d $PKG/usr/lib/ccache - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gdc - ln -s ../../bin/ccache $PKG/usr/lib/ccache/gdmd -} -