diff options
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" |