graaff 15/08/02 07:39:54 Added: metadata.xml ChangeLog ruby-1.ebuild Log: Add virtual/ruby as a mechanism to record the need for a ruby interpreter in world, bug 556414. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.1 virtual/ruby/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ruby</herd> </pkgmetadata> 1.1 virtual/ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for virtual/ruby # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/virtual/ruby/ChangeLog,v 1.1 2015/08/02 07:39:54 graaff Exp $ *ruby-1 (02 Aug 2015) 02 Aug 2015; Hans de Graaff <[email protected]> +ruby-1.ebuild, +metadata.xml: Add virtual/ruby as a mechanism to record the need for a ruby interpreter in world, bug 556414. 1.1 virtual/ruby/ruby-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/ruby-1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby/ruby-1.ebuild?rev=1.1&content-type=text/plain Index: ruby-1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/ruby/ruby-1.ebuild,v 1.1 2015/08/02 07:39:54 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22 rbx" inherit ruby-single DESCRIPTION="Virtual ebuild for ruby" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Ruby" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RUBY_DEPS}" # The purpose of this ebuild is to provide a mechanism for end-users to # install the "best" ruby version on their system, based on current # stable versions and default RUBY_TARGETS. Other ebuilds should not # depend on this but instead use the ruby-single eclass.
