* [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog
@ 2012-08-13 22:01 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 22:01 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/13 22:01:07
Modified: ipaddress-0.8.0.ebuild ChangeLog
Log:
Restore doc and test tasks, as both work fine; add support for ree18 and jruby.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?r1=1.1&r2=1.2
Index: ipaddress-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipaddress-0.8.0.ebuild 29 Apr 2012 15:24:28 -0000 1.1
+++ ipaddress-0.8.0.ebuild 13 Aug 2012 22:01:07 -0000 1.2
@@ -1,12 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.1 2012/04/29 15:24:28 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.2 2012/08/13 22:01:07 flameeyes Exp $
EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
+USE_RUBY="ruby18 ruby19 ree18 jruby"
inherit ruby-fakegem
@@ -17,3 +14,5 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
1.2 dev-ruby/ipaddress/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 29 Apr 2012 15:24:28 -0000 1.1
+++ ChangeLog 13 Aug 2012 22:01:07 -0000 1.2
@@ -1,10 +1,13 @@
# ChangeLog for dev-ruby/ipaddress
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.1 2012/04/29 15:24:28 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.2 2012/08/13 22:01:07 flameeyes Exp $
+
+ 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ipaddress-0.8.0.ebuild:
+ Restore doc and test tasks, as both work fine; add support for ree18 and
+ jruby.
*ipaddress-0.8.0 (29 Apr 2012)
29 Apr 2012; Benedikt Böhm <hollow@gentoo.org> +ipaddress-0.8.0.ebuild,
+metadata.xml:
initial ebuild (dependency of dev-ruby/ohai-0.6.12)
-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog
@ 2014-04-05 14:04 Manuel Rueger (mrueg)
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-04-05 14:04 UTC (permalink / raw
To: gentoo-commits
mrueg 14/04/05 14:04:06
Modified: ipaddress-0.8.0.ebuild ChangeLog
Log:
Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.3 dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?r1=1.2&r2=1.3
Index: ipaddress-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipaddress-0.8.0.ebuild 13 Aug 2012 22:01:07 -0000 1.2
+++ ipaddress-0.8.0.ebuild 5 Apr 2014 14:04:06 -0000 1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 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/ipaddress/ipaddress-0.8.0.ebuild,v 1.2 2012/08/13 22:01:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.3 2014/04/05 14:04:06 mrueg Exp $
EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby19 jruby"
inherit ruby-fakegem
@@ -14,5 +14,3 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
1.4 dev-ruby/ipaddress/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 14 Aug 2012 18:37:10 -0000 1.3
+++ ChangeLog 5 Apr 2014 14:04:06 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ipaddress
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.3 2012/08/14 18:37:10 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.4 2014/04/05 14:04:06 mrueg Exp $
+
+ 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> ipaddress-0.8.0.ebuild:
+ Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.
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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog
@ 2014-05-06 6:03 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2014-05-06 6:03 UTC (permalink / raw
To: gentoo-commits
graaff 14/05/06 06:03:05
Modified: ipaddress-0.8.0.ebuild ChangeLog
Log:
Fix deprecated rake rdoc invocation.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.4 dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?r1=1.3&r2=1.4
Index: ipaddress-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ipaddress-0.8.0.ebuild 5 Apr 2014 14:04:06 -0000 1.3
+++ ipaddress-0.8.0.ebuild 6 May 2014 06:03:05 -0000 1.4
@@ -1,8 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.3 2014/04/05 14:04:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.4 2014/05/06 06:03:05 graaff Exp $
EAPI=4
+
+# ruby20, ruby21 → fails tests
USE_RUBY="ruby19 jruby"
inherit ruby-fakegem
@@ -14,3 +16,8 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+all_ruby_prepare() {
+ # Fix deprecated rake task invocation.
+ sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
+}
1.5 dev-ruby/ipaddress/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 5 Apr 2014 14:04:06 -0000 1.4
+++ ChangeLog 6 May 2014 06:03:05 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ipaddress
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.4 2014/04/05 14:04:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.5 2014/05/06 06:03:05 graaff Exp $
+
+ 06 May 2014; Hans de Graaff <graaff@gentoo.org> ipaddress-0.8.0.ebuild:
+ Fix deprecated rake rdoc invocation.
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> ipaddress-0.8.0.ebuild:
Remove ree18 and ruby18 target. Drop dependency on virtual/ruby-test-unit.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog
@ 2014-10-30 13:55 Manuel Rueger (mrueg)
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-30 13:55 UTC (permalink / raw
To: gentoo-commits
mrueg 14/10/30 13:55:55
Modified: ipaddress-0.8.0.ebuild ChangeLog
Log:
Drop jruby target.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.5 dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?r1=1.4&r2=1.5
Index: ipaddress-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipaddress-0.8.0.ebuild 6 May 2014 06:03:05 -0000 1.4
+++ ipaddress-0.8.0.ebuild 30 Oct 2014 13:55:54 -0000 1.5
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.4 2014/05/06 06:03:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.5 2014/10/30 13:55:54 mrueg Exp $
EAPI=4
# ruby20, ruby21 → fails tests
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
inherit ruby-fakegem
1.6 dev-ruby/ipaddress/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 6 May 2014 06:03:05 -0000 1.5
+++ ChangeLog 30 Oct 2014 13:55:54 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ipaddress
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.5 2014/05/06 06:03:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.6 2014/10/30 13:55:54 mrueg Exp $
+
+ 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> ipaddress-0.8.0.ebuild:
+ Drop jruby target.
06 May 2014; Hans de Graaff <graaff@gentoo.org> ipaddress-0.8.0.ebuild:
Fix deprecated rake rdoc invocation.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-30 13:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 22:01 [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2014-04-05 14:04 Manuel Rueger (mrueg)
2014-05-06 6:03 Hans de Graaff (graaff)
2014-10-30 13:55 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