* [gentoo-commits] gentoo-x86 commit in dev-ruby/childprocess: childprocess-0.3.5.ebuild ChangeLog
@ 2012-08-12 23:45 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-12 23:45 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/12 23:45:36
Modified: ChangeLog
Added: childprocess-0.3.5.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-ruby/childprocess/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 29 Jul 2012 15:17:46 -0000 1.20
+++ ChangeLog 12 Aug 2012 23:45:36 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.20 2012/07/29 15:17:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.21 2012/08/12 23:45:36 flameeyes Exp $
+
+*childprocess-0.3.5 (12 Aug 2012)
+
+ 12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +childprocess-0.3.5.ebuild:
+ Version bump.
*childprocess-0.3.4 (29 Jul 2012)
1.1 dev-ruby/childprocess/childprocess-0.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild?rev=1.1&content-type=text/plain
Index: childprocess-0.3.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v 1.1 2012/08/12 23:45:36 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="A simple and reliable solution for controlling external programs running in the background."
HOMEPAGE="https://github.com/jarib/childprocess"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"
ruby_add_rdepend "virtual/ruby-ffi"
all_ruby_prepare() {
# Remove bundler support
rm Gemfile || die
sed -i -e "/[Bb]undler/d" Rakefile || die
sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/childprocess: childprocess-0.3.5.ebuild ChangeLog
@ 2012-08-19 10:21 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-19 10:21 UTC (permalink / raw
To: gentoo-commits
blueness 12/08/19 10:21:25
Modified: childprocess-0.3.5.ebuild ChangeLog
Log:
Keyword ~ppc ~ppc64, bug #417573
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/childprocess/childprocess-0.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild?r1=1.1&r2=1.2
Index: childprocess-0.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- childprocess-0.3.5.ebuild 12 Aug 2012 23:45:36 -0000 1.1
+++ childprocess-0.3.5.ebuild 19 Aug 2012 10:21:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v 1.1 2012/08/12 23:45:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.5.ebuild,v 1.2 2012/08/19 10:21:24 blueness Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby"
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )"
1.23 dev-ruby/childprocess/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 14 Aug 2012 18:31:21 -0000 1.22
+++ ChangeLog 19 Aug 2012 10:21:24 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.22 2012/08/14 18:31:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.23 2012/08/19 10:21:24 blueness Exp $
+
+ 19 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+ childprocess-0.3.5.ebuild:
+ Keyword ~ppc ~ppc64, bug #417573
14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata.xml so that it's the same as most other packages.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-19 10:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 10:21 [gentoo-commits] gentoo-x86 commit in dev-ruby/childprocess: childprocess-0.3.5.ebuild ChangeLog Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2012-08-12 23:45 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox