diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-10-30 03:58:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-10-30 03:58:26 +0000 |
commit | 5e82e6f60af095ddcc405ce19c72e5a4c95664c4 (patch) | |
tree | 81a59df930e64544adb7582966c6e279fdf66a6f /dev-ruby/plist | |
parent | Add ruby20 target. (diff) | |
download | gentoo-2-5e82e6f60af095ddcc405ce19c72e5a4c95664c4.tar.gz gentoo-2-5e82e6f60af095ddcc405ce19c72e5a4c95664c4.tar.bz2 gentoo-2-5e82e6f60af095ddcc405ce19c72e5a4c95664c4.zip |
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/plist/plist-3.1.0-r1.ebuild | 21 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-ruby/plist/ChangeLog b/dev-ruby/plist/ChangeLog index e1790bd0b72a..a205fabcdfee 100644 --- a/dev-ruby/plist/ChangeLog +++ b/dev-ruby/plist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/plist -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.7 2010/06/27 06:25:16 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plist/ChangeLog,v 1.8 2013/10/30 03:58:26 mrueg Exp $ + +*plist-3.1.0-r1 (30 Oct 2013) + + 30 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +plist-3.1.0-r1.ebuild: + Add ruby20 target. 27 Jun 2010; Hans de Graaff <graaff@gentoo.org> -plist-3.0.0.ebuild, -plist-3.0.0-r1.ebuild: @@ -33,4 +38,3 @@ 19 Jun 2007; Joshua Nichols <nichoj@gentoo.org> +metadata.xml, +plist-3.0.0.ebuild: Initial version. - diff --git a/dev-ruby/plist/plist-3.1.0-r1.ebuild b/dev-ruby/plist/plist-3.1.0-r1.ebuild new file mode 100644 index 000000000000..7bc850edceec --- /dev/null +++ b/dev-ruby/plist/plist-3.1.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.1 2013/10/30 03:58:25 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 jruby" + +RUBY_FAKEGEM_DOCDIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="A library to manipulate Property List files, also known as plists" +HOMEPAGE="http://plist.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RUBY_PATCHES=( "${FILESDIR}"/${P}-nordoc.patch ) |