diff options
author | Alex Legler <a3li@gentoo.org> | 2009-12-25 15:09:05 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-12-25 15:09:05 +0000 |
commit | 83546dea24b94a9627a44c3b061be12015356863 (patch) | |
tree | 7428a4f8030b5a0f992ac26dc0afa84962a48b2d /app-admin/eselect-ruby | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-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')
-rw-r--r-- | app-admin/eselect-ruby/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-ruby/eselect-ruby-20091225.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-admin/eselect-ruby/ChangeLog b/app-admin/eselect-ruby/ChangeLog index 6df348834775..df348a73bc53 100644 --- a/app-admin/eselect-ruby/ChangeLog +++ b/app-admin/eselect-ruby/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-ruby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/ChangeLog,v 1.24 2009/12/15 19:29:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/ChangeLog,v 1.25 2009/12/25 15:09:05 a3li Exp $ + +*eselect-ruby-20091225 (25 Dec 2009) + + 25 Dec 2009; Alex Legler <a3li@gentoo.org> +eselect-ruby-20091225.ebuild: + Version bump, adds brief output mode (bug #292113), thanks to Ulrich + Müller (ulm) for the patch. Two minor fixes in the 'cleanup' task. 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> eselect-ruby-20090909.ebuild: 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 +} |