summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-08-08 18:36:41 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-08-08 18:36:41 +0100
commit28c6f4aecc0b5f5f3c09aabe8edbeb633fad9de0 (patch)
tree90a2c61e9dfbb96a0051207063ff8e81d514fe5e /uselect-0.1.ebuild
parenttweaked uprofile's behaviour, minor bug fixing (diff)
downloaduselect-28c6f4aecc0b5f5f3c09aabe8edbeb633fad9de0.tar.gz
uselect-28c6f4aecc0b5f5f3c09aabe8edbeb633fad9de0.tar.bz2
uselect-28c6f4aecc0b5f5f3c09aabe8edbeb633fad9de0.zip
started .uprofile/env.d/ .uselect/env.d/ capabilites
added sample ebuild added sample .bashrc for automatic profile switching on a per-folder basis
Diffstat (limited to 'uselect-0.1.ebuild')
-rw-r--r--uselect-0.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/uselect-0.1.ebuild b/uselect-0.1.ebuild
new file mode 100644
index 0000000..3724927
--- /dev/null
+++ b/uselect-0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Universal Select Tool"
+HOMEPAGE="http://web.ist.utl.pt/~sergio.almeida/"
+SRC_URI="http://web.ist.utl.pt/~sergio.almeida/${P}.tar.gz"
+# http://git.overlays.gentoo.org/gitweb/?p=proj/uselect.git&a=snapshot;h=master;sf=tgz
+
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ dodir /usr/share/uselect
+ cp -R "${S}/" "${D}/" || die "Install failed!"
+ dolink "${ROOT}"/usr/bin/uselect "${ROOT}"/usr/share/uselect
+ dolink "${ROOT}"/usr/bin/uprofile "${ROOT}"/usr/share/uprofile
+ # dodoc FAQ NEWS README || die
+}