* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.6-r1.ebuild
@ 2013-12-26 9:26 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2013-12-26 9:26 UTC (permalink / raw
To: gentoo-commits
graaff 13/12/26 09:26:38
Modified: ChangeLog
Added: rake-0.9.6-r1.ebuild
Log:
Add revision for ruby21.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.146 dev-ruby/rake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 20 Dec 2013 15:53:33 -0000 1.145
+++ ChangeLog 26 Dec 2013 09:26:38 -0000 1.146
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.145 2013/12/20 15:53:33 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.146 2013/12/26 09:26:38 graaff Exp $
+
+*rake-0.9.6-r1 (26 Dec 2013)
+
+ 26 Dec 2013; Hans de Graaff <graaff@gentoo.org> +rake-0.9.6-r1.ebuild:
+ Add revision for ruby21.
20 Dec 2013; Akinori Hattori <hattya@gentoo.org> rake-0.9.6.ebuild:
ia64 stable wrt bug #483254
1.1 dev-ruby/rake/rake-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: rake-0.9.6-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.1 2013/12/26 09:26:38 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
RUBY_FAKEGEM_TASK_TEST=""
inherit bash-completion-r1 ruby-fakegem
DESCRIPTION="Make-like scripting in Ruby"
HOMEPAGE="http://rake.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
DEPEND="${DEPEND} app-arch/gzip"
RDEPEND="${RDEPEND}"
ruby_add_bdepend "doc? ( dev-ruby/rdoc )
test? ( virtual/ruby-minitest )"
all_ruby_prepare() {
# Comment out unimportant test which failes on ruby18 at least.
sed -i -e '/def test_classic_namespace/,/^ end/ s:^:#:' test/test_rake_application_options.rb || die
# Avoid tests which can't work in bootstrapping because the test runs
# in a directory that can't access the file being loaded.
rm test/test_rake_clean.rb || die
sed -i -e '/test_run_code_rake/,/^ end/ s:^:#:' test/test_rake_test_task.rb || die
# Decompress the file. The compressed version has errors, ignore them.
zcat doc/rake.1.gz > doc/rake.1
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing tests. These are not failures in rake but
# in our packaging of jruby. They are already present in
# rake 0.9.2.2, so avoid them for now so that we can at
# least bump 0.9.6 which is needed for ruby20.
rm test/test_rake_{functional,rules}.rb || die
;;
esac
}
all_ruby_compile() {
if use doc; then
ruby -Ilib bin/rake rdoc || die "doc generation failed"
fi
}
each_ruby_test() {
${RUBY} -S testrb test/test_*.rb || die
}
all_ruby_install() {
ruby_fakegem_binwrapper rake
if use doc; then
pushd html
dohtml -r *
popd
fi
doman doc/rake.1
newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.6-r1.ebuild
@ 2015-07-26 8:35 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2015-07-26 8:35 UTC (permalink / raw
To: gentoo-commits
maekke 15/07/26 08:35:45
Modified: ChangeLog rake-0.9.6-r1.ebuild
Log:
arm stable, bug #518094
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.165 dev-ruby/rake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 23 Jul 2015 20:56:30 -0000 1.164
+++ ChangeLog 26 Jul 2015 08:35:45 -0000 1.165
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.164 2015/07/23 20:56:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.165 2015/07/26 08:35:45 maekke Exp $
+
+ 26 Jul 2015; Markus Meier <maekke@gentoo.org> rake-0.9.6-r1.ebuild:
+ arm stable, bug #518094
23 Jul 2015; Pacho Ramos <pacho@gentoo.org> rake-0.9.6-r1.ebuild:
ppc stable wrt bug #518094
1.6 dev-ruby/rake/rake-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?r1=1.5&r2=1.6
Index: rake-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rake-0.9.6-r1.ebuild 23 Jul 2015 20:56:30 -0000 1.5
+++ rake-0.9.6-r1.ebuild 26 Jul 2015 08:35:45 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.5 2015/07/23 20:56:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.6 2015/07/26 08:35:45 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
DEPEND="${DEPEND} app-arch/gzip"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.6-r1.ebuild
@ 2015-08-02 9:48 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-08-02 9:48 UTC (permalink / raw
To: gentoo-commits
pacho 15/08/02 09:48:39
Modified: ChangeLog rake-0.9.6-r1.ebuild
Log:
sparc stable wrt bug #518094
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.168 dev-ruby/rake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 30 Jul 2015 13:14:00 -0000 1.167
+++ ChangeLog 2 Aug 2015 09:48:39 -0000 1.168
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.167 2015/07/30 13:14:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.168 2015/08/02 09:48:39 pacho Exp $
+
+ 02 Aug 2015; Pacho Ramos <pacho@gentoo.org> rake-0.9.6-r1.ebuild:
+ sparc stable wrt bug #518094
30 Jul 2015; Tobias Klausmann <klausman@gentoo.org> rake-0.9.6-r1.ebuild:
Stable on alpha, bug 518094
1.9 dev-ruby/rake/rake-0.9.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild?r1=1.8&r2=1.9
Index: rake-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rake-0.9.6-r1.ebuild 30 Jul 2015 13:14:00 -0000 1.8
+++ rake-0.9.6-r1.ebuild 2 Aug 2015 09:48:39 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.8 2015/07/30 13:14:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.9 2015/08/02 09:48:39 pacho Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
DEPEND="${DEPEND} app-arch/gzip"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-02 9:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 9:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.6-r1.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2015-07-26 8:35 Markus Meier (maekke)
2015-08-02 9:48 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox