summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-12-25 15:09:05 +0000
committerAlex Legler <a3li@gentoo.org>2009-12-25 15:09:05 +0000
commit83546dea24b94a9627a44c3b061be12015356863 (patch)
tree7428a4f8030b5a0f992ac26dc0afa84962a48b2d /app-admin/eselect-ruby/eselect-ruby-20091225.ebuild
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-83546dea24b94a9627a44c3b061be12015356863.tar.gz
gentoo-2-83546dea24b94a9627a44c3b061be12015356863.tar.bz2
gentoo-2-83546dea24b94a9627a44c3b061be12015356863.zip
Version bump, adds brief output mode (bug #292113), thanks to Ulrich Müller (ulm) for the patch. Two minor fixes in the 'cleanup' task.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-ruby/eselect-ruby-20091225.ebuild')
-rw-r--r--app-admin/eselect-ruby/eselect-ruby-20091225.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/eselect-ruby/eselect-ruby-20091225.ebuild b/app-admin/eselect-ruby/eselect-ruby-20091225.ebuild
new file mode 100644
index 000000000000..3bcf50b6c060
--- /dev/null
+++ b/app-admin/eselect-ruby/eselect-ruby-20091225.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/eselect-ruby-20091225.ebuild,v 1.1 2009/12/25 15:09:05 a3li Exp $
+
+DESCRIPTION="Manages multiple Ruby versions"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI="http://dev.a3li.li/gentoo/distfiles/ruby.eselect-${PVR}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.0.2"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${WORKDIR}/ruby.eselect-${PVR}" ruby.eselect || die
+}