summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-05-20 20:46:28 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-05-20 20:46:28 +0100
commit8ea4059e66443b5c8fc8594ab43ce3b230110a13 (patch)
treea56384dd947c83a3bb4ede442464c18222f7ca4d
parentbashfun bst (diff)
downloadunderlay-8ea4059e66443b5c8fc8594ab43ce3b230110a13.tar.gz
underlay-8ea4059e66443b5c8fc8594ab43ce3b230110a13.tar.bz2
underlay-8ea4059e66443b5c8fc8594ab43ce3b230110a13.zip
fix
-rw-r--r--app-misc/bashfun/bashfun-0.1.5.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-misc/bashfun/bashfun-0.1.5.ebuild b/app-misc/bashfun/bashfun-0.1.5.ebuild
deleted file mode 100644
index 979b541..0000000
--- a/app-misc/bashfun/bashfun-0.1.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-EAPI=2
-inherit eutils
-DESCRIPTION="bash function library"
-HOMEPAGE=""
-SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-src_install() {
- dodir '/opt/bashfun' || die "out of cheese error 1"
- insinto '/opt/bashfun' || die "out of cheese error 2"
- cp -ar ${S}'/opt/bashfun/'* ${D}'/opt/bashfun/' || die "out of cheese error 3"
- insinto '/usr/bin' || die "out of cheese error 4"
- doins ${S}'/usr/bin/bst' || die "out of cheese error 5"
- chmod +x ${D}'/usr/bin/bst'
-}