summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-09-09 14:11:20 +0000
committerAlex Legler <a3li@gentoo.org>2009-09-09 14:11:20 +0000
commitb2c258e7c2ef4fb95732f0a4c7d59f0b634bd133 (patch)
tree86740eabad636b6fc56bd56eccf651a52112e812 /app-admin/eselect-ruby/eselect-ruby-20090909.ebuild
parentpunted the patches to the mirrors to avoid corruption. (diff)
downloadhistorical-b2c258e7c2ef4fb95732f0a4c7d59f0b634bd133.tar.gz
historical-b2c258e7c2ef4fb95732f0a4c7d59f0b634bd133.tar.bz2
historical-b2c258e7c2ef4fb95732f0a4c7d59f0b634bd133.zip
Version bump, fixing #284027 and #277858. Removing old version.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-admin/eselect-ruby/eselect-ruby-20090909.ebuild')
-rw-r--r--app-admin/eselect-ruby/eselect-ruby-20090909.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/eselect-ruby/eselect-ruby-20090909.ebuild b/app-admin/eselect-ruby/eselect-ruby-20090909.ebuild
new file mode 100644
index 000000000000..46a65150cdb5
--- /dev/null
+++ b/app-admin/eselect-ruby/eselect-ruby-20090909.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-20090909.ebuild,v 1.1 2009/09/09 14:11:20 a3li Exp $
+
+DESCRIPTION="Manages multiple Ruby versions"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI="http://dev.a3li.info/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
+}