summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-05-08 21:42:31 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-05-08 21:42:31 +0100
commitf770434d9fbddd03491d911bb5adb4fb4e01b809 (patch)
treecd611ef81b84d21edc693a47b0826ded9276da5b /app-misc
parentfirst commit (diff)
downloadunderlay-f770434d9fbddd03491d911bb5adb4fb4e01b809.tar.gz
underlay-f770434d9fbddd03491d911bb5adb4fb4e01b809.tar.bz2
underlay-f770434d9fbddd03491d911bb5adb4fb4e01b809.zip
ardour-irc beta ebuild
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/bashfun/Manifest4
-rw-r--r--app-misc/bashfun/bashfun-0.1.3.ebuild18
2 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/bashfun/Manifest b/app-misc/bashfun/Manifest
new file mode 100644
index 0000000..9a7ce93
--- /dev/null
+++ b/app-misc/bashfun/Manifest
@@ -0,0 +1,4 @@
+AUX 0.1.1/disk.sh 1282 RMD160 67ec871553a7d03272fb292acba82925cf3b5c31 SHA1 b7ae1392383b35fb74d49977f24a452c55db116f SHA256 404fb49187d140cff49e889384c7434a846ff414b54e10851cacbd3268e03055
+AUX 0.1.1/interactive.sh 501 RMD160 ac8af117819c8ca6595fb648951c389c4c08c111 SHA1 73bf0c1edf3a976f80db5e5c14b569403f8a56e9 SHA256 95df40abc20bb7186f9f38a2e486bff1ee8934c3226f3f54a512419d44311788
+AUX 0.1.1/rsync.sh 1389 RMD160 061f947746402a041d18ae14cefe3346052acc71 SHA1 6683640600bc1fef70f8205a03eb847f553975da SHA256 46dab20c50710edfc1cf04d1139d2b348ecfbe83f91090f1f0268ace8322fce2
+EBUILD bashfun-0.1.1.ebuild 499 RMD160 361f3f084ea84b97eee3607320a4b97c81440af9 SHA1 63125fbcb526466b2e61673397360938797128b2 SHA256 8c98e85b36919ccb6764ec74fd6f12e1df934db8b1e118d3d22f22b1924b4956
diff --git a/app-misc/bashfun/bashfun-0.1.3.ebuild b/app-misc/bashfun/bashfun-0.1.3.ebuild
new file mode 100644
index 0000000..c84a595
--- /dev/null
+++ b/app-misc/bashfun/bashfun-0.1.3.ebuild
@@ -0,0 +1,18 @@
+EAPI=2
+inherit eutils
+DESCRIPTION="bash function library"
+HOMEPAGE=""
+SRC_URI=""
+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"
+ doins ${FILESDIR}'/'${PVR}'/disk.sh' || die "out of cheese error 3"
+ doins ${FILESDIR}'/'${PVR}'/rsync.sh' || die "out of cheese error 3"
+ doins ${FILESDIR}'/'${PVR}'/interactive.sh' || die "out of cheese error 3"
+}
+