diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-18 03:04:45 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-18 03:04:45 +0000 |
commit | 5964221a0f448806310ab64eae4588f48b671a73 (patch) | |
tree | 0535e4e269dcf187096ed928274117619da3c042 /dev-ruby/plist | |
parent | Stable for all (diff) | |
download | gentoo-2-5964221a0f448806310ab64eae4588f48b671a73.tar.gz gentoo-2-5964221a0f448806310ab64eae4588f48b671a73.tar.bz2 gentoo-2-5964221a0f448806310ab64eae4588f48b671a73.zip |
Add ruby22 target.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.1.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/plist/ChangeLog b/dev-ruby/plist/ChangeLog index 3f895adc19fd..401cb929c5a9 100644 --- a/dev-ruby/plist/ChangeLog +++ b/dev-ruby/plist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/plist -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.12 2014/11/03 20:05:33 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.13 2015/01/18 03:04:45 mrueg Exp $ + + 18 Jan 2015; Manuel Rüger <mrueg@gentoo.org> plist-3.1.0-r1.ebuild: + Add ruby22 target. 03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> plist-3.1.0-r1.ebuild: Drop jruby. diff --git a/dev-ruby/plist/plist-3.1.0-r1.ebuild b/dev-ruby/plist/plist-3.1.0-r1.ebuild index d78ca64845db..5a0bc17bf193 100644 --- a/dev-ruby/plist/plist-3.1.0-r1.ebuild +++ b/dev-ruby/plist/plist-3.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild,v 1.4 2014/11/03 20:05:33 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/plist-3.1.0-r1.ebuild,v 1.5 2015/01/18 03:04:45 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_DOCDIR="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" |