* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2013-10-06 11:17 Manuel Rueger (mrueg)
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-06 11:17 UTC (permalink / raw
To: gentoo-commits
mrueg 13/10/06 11:17:42
Modified: ChangeLog
Added: tidy-ext-0.1.14-r1.ebuild
Log:
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.26 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 15 Jan 2013 05:26:23 -0000 1.25
+++ ChangeLog 6 Oct 2013 11:17:42 -0000 1.26
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.25 2013/01/15 05:26:23 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.26 2013/10/06 11:17:42 mrueg Exp $
+
+*tidy-ext-0.1.14-r1 (06 Oct 2013)
+
+ 06 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +tidy-ext-0.1.14-r1.ebuild:
+ Add ruby20 target.
15 Jan 2013; Rick Farina <zerochaos@gentoo.org> tidy-ext-0.1.14.ebuild:
adding ~arm keywords to net-analyzer/metasploit rdeps
1.1 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.1&content-type=text/plain
Index: tidy-ext-0.1.14-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/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.1 2013/10/06 11:17:42 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit ruby-fakegem eutils
DESCRIPTION="W3C HTML Tidy library implemented as a Ruby extension."
HOMEPAGE="http://github.com/carld/tidy"
LICENSE="HTML-Tidy"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
mkdir lib || die
# Remove reference to rspec 1
sed -i -e '/spec/d' spec/spec_helper.rb || die
}
each_ruby_configure() {
${RUBY} -Cext/tidy extconf.rb || die "Unable to configure extension."
}
each_ruby_compile() {
emake -Cext/tidy V=1
cp ext/tidy/tidy$(get_modname) lib/ || die "Unable to copy extension."
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2013-10-25 8:09 Hans de Graaff (graaff)
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2013-10-25 8:09 UTC (permalink / raw
To: gentoo-commits
graaff 13/10/25 08:09:47
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Avoid spec that requires connectivity.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.1&r2=1.2
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tidy-ext-0.1.14-r1.ebuild 6 Oct 2013 11:17:42 -0000 1.1
+++ tidy-ext-0.1.14-r1.ebuild 25 Oct 2013 08:09:47 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.1 2013/10/06 11:17:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.2 2013/10/25 08:09:47 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
@@ -24,6 +24,9 @@
# Remove reference to rspec 1
sed -i -e '/spec/d' spec/spec_helper.rb || die
+
+ # Avoid spec that needs network connectivity.
+ rm spec/tidy/remote_uri_spec.rb || die
}
each_ruby_configure() {
1.27 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 6 Oct 2013 11:17:42 -0000 1.26
+++ ChangeLog 25 Oct 2013 08:09:47 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.26 2013/10/06 11:17:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.27 2013/10/25 08:09:47 graaff Exp $
+
+ 25 Oct 2013; Hans de Graaff <graaff@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Avoid spec that requires connectivity.
*tidy-ext-0.1.14-r1 (06 Oct 2013)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-06-01 12:52 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2014-06-01 12:52 UTC (permalink / raw
To: gentoo-commits
maekke 14/06/01 12:52:04
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
arm stable, bug #505920
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.4 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.3&r2=1.4
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tidy-ext-0.1.14-r1.ebuild 5 Apr 2014 16:04:53 -0000 1.3
+++ tidy-ext-0.1.14-r1.ebuild 1 Jun 2014 12:52:04 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.3 2014/04/05 16:04:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.4 2014/06/01 12:52:04 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
1.31 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 5 Apr 2014 16:04:53 -0000 1.30
+++ ChangeLog 1 Jun 2014 12:52:04 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.30 2014/04/05 16:04:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.31 2014/06/01 12:52:04 maekke Exp $
+
+ 01 Jun 2014; Markus Meier <maekke@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ arm stable, bug #505920
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> tidy-ext-0.1.14-r1.ebuild,
tidy-ext-0.1.14-r2.ebuild, tidy-ext-0.1.14.ebuild:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-06-08 15:10 Akinori Hattori (hattya)
0 siblings, 0 replies; 11+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-08 15:10 UTC (permalink / raw
To: gentoo-commits
hattya 14/06/08 15:10:50
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
ia64 stable wrt bug #505920
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.5 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.4&r2=1.5
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tidy-ext-0.1.14-r1.ebuild 1 Jun 2014 12:52:04 -0000 1.4
+++ tidy-ext-0.1.14-r1.ebuild 8 Jun 2014 15:10:50 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.4 2014/06/01 12:52:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.5 2014/06/08 15:10:50 hattya Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
1.32 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 1 Jun 2014 12:52:04 -0000 1.31
+++ ChangeLog 8 Jun 2014 15:10:50 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.31 2014/06/01 12:52:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.32 2014/06/08 15:10:50 hattya Exp $
+
+ 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ ia64 stable wrt bug #505920
01 Jun 2014; Markus Meier <maekke@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
arm stable, bug #505920
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-06-13 19:22 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-13 19:22 UTC (permalink / raw
To: gentoo-commits
jer 14/06/13 19:22:35
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #505920).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.6 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.5&r2=1.6
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tidy-ext-0.1.14-r1.ebuild 8 Jun 2014 15:10:50 -0000 1.5
+++ tidy-ext-0.1.14-r1.ebuild 13 Jun 2014 19:22:34 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.5 2014/06/08 15:10:50 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.6 2014/06/13 19:22:34 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
1.33 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 8 Jun 2014 15:10:50 -0000 1.32
+++ ChangeLog 13 Jun 2014 19:22:34 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.32 2014/06/08 15:10:50 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.33 2014/06/13 19:22:34 jer Exp $
+
+ 13 Jun 2014; Jeroen Roovers <jer@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Stable for HPPA (bug #505920).
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
ia64 stable wrt bug #505920
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-07-14 14:07 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 11+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-14 14:07 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/07/14 14:07:23
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #505920
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.7 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.6&r2=1.7
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tidy-ext-0.1.14-r1.ebuild 13 Jun 2014 19:22:34 -0000 1.6
+++ tidy-ext-0.1.14-r1.ebuild 14 Jul 2014 14:07:23 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.6 2014/06/13 19:22:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.7 2014/07/14 14:07:23 phajdan.jr Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.35 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 16 Jun 2014 15:40:41 -0000 1.34
+++ ChangeLog 14 Jul 2014 14:07:23 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.34 2014/06/16 15:40:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.35 2014/07/14 14:07:23 phajdan.jr Exp $
+
+ 14 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ tidy-ext-0.1.14-r1.ebuild:
+ x86 stable wrt bug #505920
16 Jun 2014; Tobias Klausmann <klausman@gentoo.org>
tidy-ext-0.1.14-r2.ebuild:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-07-21 14:55 Tobias Klausmann (klausman)
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-21 14:55 UTC (permalink / raw
To: gentoo-commits
klausman 14/07/21 14:55:28
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Stable on alpha, bug #505920
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.8 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.7&r2=1.8
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tidy-ext-0.1.14-r1.ebuild 14 Jul 2014 14:07:23 -0000 1.7
+++ tidy-ext-0.1.14-r1.ebuild 21 Jul 2014 14:55:28 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.7 2014/07/14 14:07:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.8 2014/07/21 14:55:28 klausman Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.36 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 14 Jul 2014 14:07:23 -0000 1.35
+++ ChangeLog 21 Jul 2014 14:55:28 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.35 2014/07/14 14:07:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.36 2014/07/21 14:55:28 klausman Exp $
+
+ 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
+ tidy-ext-0.1.14-r1.ebuild:
+ Stable on alpha, bug #505920
14 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
tidy-ext-0.1.14-r1.ebuild:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-08-25 15:57 Manuel Rueger (mrueg)
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-25 15:57 UTC (permalink / raw
To: gentoo-commits
mrueg 14/08/25 15:57:29
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Mark amd64 stable. Bug #505920.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.10 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.9&r2=1.10
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tidy-ext-0.1.14-r1.ebuild 5 Aug 2014 16:00:52 -0000 1.9
+++ tidy-ext-0.1.14-r1.ebuild 25 Aug 2014 15:57:29 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.9 2014/08/05 16:00:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.10 2014/08/25 15:57:29 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.39 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 13 Aug 2014 18:48:37 -0000 1.38
+++ ChangeLog 25 Aug 2014 15:57:29 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.38 2014/08/13 18:48:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.39 2014/08/25 15:57:29 mrueg Exp $
+
+ 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Mark amd64 stable. Bug #505920.
13 Aug 2014; Raúl Porcel <armin76@gentoo.org> tidy-ext-0.1.14-r2.ebuild:
Add ~sparc wrt #468536
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-11-18 11:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:44 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:44:01
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.10&r2=1.11
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tidy-ext-0.1.14-r1.ebuild 25 Aug 2014 15:57:29 -0000 1.10
+++ tidy-ext-0.1.14-r1.ebuild 18 Nov 2014 11:44:01 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.10 2014/08/25 15:57:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.11 2014/11/18 11:44:01 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.40 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 25 Aug 2014 15:57:29 -0000 1.39
+++ ChangeLog 18 Nov 2014 11:44:01 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.39 2014/08/25 15:57:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.40 2014/11/18 11:44:01 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Stable for ppc, wrt bug #505920
25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
Mark amd64 stable. Bug #505920.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-11-18 11:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:45 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:45:36
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.11&r2=1.12
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tidy-ext-0.1.14-r1.ebuild 18 Nov 2014 11:44:01 -0000 1.11
+++ tidy-ext-0.1.14-r1.ebuild 18 Nov 2014 11:45:36 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.11 2014/11/18 11:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.12 2014/11/18 11:45:36 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.41 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 18 Nov 2014 11:44:01 -0000 1.40
+++ ChangeLog 18 Nov 2014 11:45:36 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.40 2014/11/18 11:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.41 2014/11/18 11:45:36 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Stable for ppc64, wrt bug #505920
18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
Stable for ppc, wrt bug #505920
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog
@ 2014-11-18 11:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-18 11:47 UTC (permalink / raw
To: gentoo-commits
ago 14/11/18 11:47:05
Modified: tidy-ext-0.1.14-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #505920
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild?r1=1.12&r2=1.13
Index: tidy-ext-0.1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tidy-ext-0.1.14-r1.ebuild 18 Nov 2014 11:45:36 -0000 1.12
+++ tidy-ext-0.1.14-r1.ebuild 18 Nov 2014 11:47:05 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.12 2014/11/18 11:45:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r1.ebuild,v 1.13 2014/11/18 11:47:05 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE=""
all_ruby_prepare() {
1.42 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 18 Nov 2014 11:45:36 -0000 1.41
+++ ChangeLog 18 Nov 2014 11:47:05 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.41 2014/11/18 11:45:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.42 2014/11/18 11:47:05 ago Exp $
+
+ 18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
+ Stable for sparc, wrt bug #505920
18 Nov 2014; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
Stable for ppc64, wrt bug #505920
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-11-18 11:47 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 14:07 [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14-r1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 11:47 Agostino Sarubbo (ago)
2014-11-18 11:45 Agostino Sarubbo (ago)
2014-11-18 11:44 Agostino Sarubbo (ago)
2014-08-25 15:57 Manuel Rueger (mrueg)
2014-07-21 14:55 Tobias Klausmann (klausman)
2014-06-13 19:22 Jeroen Roovers (jer)
2014-06-08 15:10 Akinori Hattori (hattya)
2014-06-01 12:52 Markus Meier (maekke)
2013-10-25 8:09 Hans de Graaff (graaff)
2013-10-06 11:17 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