* [gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-2.1.2-r1.ebuild hashie-2.1.2.ebuild ChangeLog hashie-2.0.5-r1.ebuild
@ 2015-02-04 20:05 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-02-04 20:05 UTC (permalink / raw
To: gentoo-commits
mrueg 15/02/04 20:05:57
Modified: hashie-2.1.2.ebuild ChangeLog
Added: hashie-2.1.2-r1.ebuild
Removed: hashie-2.0.5-r1.ebuild
Log:
Prepare a stabilization candidate. Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.4 dev-ruby/hashie/hashie-2.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?r1=1.3&r2=1.4
Index: hashie-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hashie-2.1.2.ebuild 15 Aug 2014 14:06:36 -0000 1.3
+++ hashie-2.1.2.ebuild 4 Feb 2015 20:05:57 -0000 1.4
@@ -1,10 +1,10 @@
-# 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/hashie/hashie-2.1.2.ebuild,v 1.3 2014/08/15 14:06:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.4 2015/02/04 20:05:57 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
1.29 dev-ruby/hashie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 31 Dec 2014 07:03:23 -0000 1.28
+++ ChangeLog 4 Feb 2015 20:05:57 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/hashie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.28 2014/12/31 07:03:23 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.29 2015/02/04 20:05:57 mrueg Exp $
+
+*hashie-2.1.2-r1 (04 Feb 2015)
+
+ 04 Feb 2015; Manuel Rüger <mrueg@gentoo.org> +hashie-2.1.2-r1.ebuild,
+ -hashie-2.0.5-r1.ebuild, hashie-2.1.2.ebuild:
+ Prepare a stabilization candidate. Remove old.
*hashie-3.3.2 (31 Dec 2014)
1.1 dev-ruby/hashie/hashie-2.1.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: hashie-2.1.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild,v 1.1 2015/02/04 20:05:57 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
inherit ruby-fakegem
DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
HOMEPAGE="http://intridea.com/posts/hashie-the-hash-toolkit"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
all_ruby_prepare() {
# Remove bundler and fix one spec that depends on its requires
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die
sed -e '2irequire "hashie/version"' -i spec/hashie/version_spec.rb || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-04 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 20:05 [gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-2.1.2-r1.ebuild hashie-2.1.2.ebuild ChangeLog hashie-2.0.5-r1.ebuild Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox