diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:58:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:58:26 +0000 |
commit | 9c4f4f494df231bd112c9b104b4857eb5589e229 (patch) | |
tree | 55165655ed2dfca7de2b02eaf7d7bacf0f97543c /dev-ruby/mash | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-9c4f4f494df231bd112c9b104b4857eb5589e229.tar.gz gentoo-2-9c4f4f494df231bd112c9b104b4857eb5589e229.tar.bz2 gentoo-2-9c4f4f494df231bd112c9b104b4857eb5589e229.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r-- | dev-ruby/mash/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/mash/mash-0.1.1-r2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog index fe4035aeb3a3..9920c463ac9e 100644 --- a/dev-ruby/mash/ChangeLog +++ b/dev-ruby/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mash -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.9 2013/11/11 15:50:56 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.10 2014/05/21 01:58:26 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> mash-0.1.1-r2.ebuild: + Remove ruby18 target. 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -mash-0.1.1-r1.ebuild: Cleanup old. diff --git a/dev-ruby/mash/mash-0.1.1-r2.ebuild b/dev-ruby/mash/mash-0.1.1-r2.ebuild index 55d28858b296..4c1defc22702 100644 --- a/dev-ruby/mash/mash-0.1.1-r2.ebuild +++ b/dev-ruby/mash/mash-0.1.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r2.ebuild,v 1.1 2013/10/19 06:15:08 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.1.1-r2.ebuild,v 1.2 2014/05/21 01:58:26 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem -DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality." +DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality" HOMEPAGE="http://github.com/mbleigh/mash" LICENSE="MIT" |