* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-11-09 7:44 Hans de Graaff (graaff)
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2012-11-09 7:44 UTC (permalink / raw
To: gentoo-commits
graaff 12/11/09 07:44:32
Modified: ChangeLog
Added: tidy-ext-0.1.14.ebuild
Log:
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.15 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 28 Oct 2012 17:23:07 -0000 1.14
+++ ChangeLog 9 Nov 2012 07:44:32 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.14 2012/10/28 17:23:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.15 2012/11/09 07:44:32 graaff Exp $
+
+*tidy-ext-0.1.14 (09 Nov 2012)
+
+ 09 Nov 2012; Hans de Graaff <graaff@gentoo.org> +tidy-ext-0.1.14.ebuild:
+ Version bump.
28 Oct 2012; Raúl Porcel <armin76@gentoo.org> tidy-ext-0.1.12.ebuild:
Add ~alpha/~ia64/~sparc
1.1 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.1&content-type=text/plain
Index: tidy-ext-0.1.14.ebuild
===================================================================
# Copyright 1999-2012 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.ebuild,v 1.1 2012/11/09 07:44:32 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
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 ~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 || die
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.ebuild ChangeLog
@ 2012-12-23 19:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-23 19:28 UTC (permalink / raw
To: gentoo-commits
ago 12/12/23 19:28:53
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.1&r2=1.2
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tidy-ext-0.1.14.ebuild 9 Nov 2012 07:44:32 -0000 1.1
+++ tidy-ext-0.1.14.ebuild 23 Dec 2012 19:28:53 -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.1 2012/11/09 07:44:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.2 2012/12/23 19:28:53 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
1.17 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 23 Dec 2012 16:08:59 -0000 1.16
+++ ChangeLog 23 Dec 2012 19:28:53 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.16 2012/12/23 16:08:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.17 2012/12/23 19:28:53 ago Exp $
+
+ 23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for ppc64, wrt bug #448310
23 Dec 2012; Hans de Graaff <graaff@gentoo.org> -tidy-ext-0.1.12.ebuild:
Cleanup.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-26 15:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-26 15:47 UTC (permalink / raw
To: gentoo-commits
ago 12/12/26 15:47:37
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?r1=1.2&r2=1.3
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tidy-ext-0.1.14.ebuild 23 Dec 2012 19:28:53 -0000 1.2
+++ tidy-ext-0.1.14.ebuild 26 Dec 2012 15:47:37 -0000 1.3
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.2 2012/12/23 19:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.3 2012/12/26 15:47:37 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {
1.18 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 23 Dec 2012 19:28:53 -0000 1.17
+++ ChangeLog 26 Dec 2012 15:47:37 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.17 2012/12/23 19:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.18 2012/12/26 15:47:37 ago Exp $
+
+ 26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for amd64, wrt bug #448310
23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for ppc64, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-26 15:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-26 15:49 UTC (permalink / raw
To: gentoo-commits
ago 12/12/26 15:49:33
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for x86, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.3&r2=1.4
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tidy-ext-0.1.14.ebuild 26 Dec 2012 15:47:37 -0000 1.3
+++ tidy-ext-0.1.14.ebuild 26 Dec 2012 15:49:33 -0000 1.4
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.3 2012/12/26 15:47:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.4 2012/12/26 15:49:33 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.19 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 26 Dec 2012 15:47:37 -0000 1.18
+++ ChangeLog 26 Dec 2012 15:49:33 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.18 2012/12/26 15:47:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.19 2012/12/26 15:49:33 ago Exp $
+
+ 26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for x86, wrt bug #448310
26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for amd64, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-28 11:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-28 11:23 UTC (permalink / raw
To: gentoo-commits
ago 12/12/28 11:23:35
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.4&r2=1.5
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tidy-ext-0.1.14.ebuild 26 Dec 2012 15:49:33 -0000 1.4
+++ tidy-ext-0.1.14.ebuild 28 Dec 2012 11:23:35 -0000 1.5
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.4 2012/12/26 15:49:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.5 2012/12/28 11:23:35 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.20 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 26 Dec 2012 15:49:33 -0000 1.19
+++ ChangeLog 28 Dec 2012 11:23:35 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.19 2012/12/26 15:49:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.20 2012/12/28 11:23:35 ago Exp $
+
+ 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for ppc, wrt bug #448310
26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for x86, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-29 17:00 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-29 17:00 UTC (permalink / raw
To: gentoo-commits
jer 12/12/29 17:00:25
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for HPPA (bug #448310).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.6 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.5&r2=1.6
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tidy-ext-0.1.14.ebuild 28 Dec 2012 11:23:35 -0000 1.5
+++ tidy-ext-0.1.14.ebuild 29 Dec 2012 17:00:25 -0000 1.6
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.5 2012/12/28 11:23:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.6 2012/12/29 17:00:25 jer Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE=""
all_ruby_prepare() {
1.21 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 28 Dec 2012 11:23:35 -0000 1.20
+++ ChangeLog 29 Dec 2012 17:00:25 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.20 2012/12/28 11:23:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.21 2012/12/29 17:00:25 jer Exp $
+
+ 29 Dec 2012; Jeroen Roovers <jer@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for HPPA (bug #448310).
28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for ppc, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-30 14:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:15 UTC (permalink / raw
To: gentoo-commits
ago 12/12/30 14:15:08
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.7 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.6&r2=1.7
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tidy-ext-0.1.14.ebuild 29 Dec 2012 17:00:25 -0000 1.6
+++ tidy-ext-0.1.14.ebuild 30 Dec 2012 14:15:08 -0000 1.7
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.6 2012/12/29 17:00:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.7 2012/12/30 14:15:08 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE=""
all_ruby_prepare() {
1.22 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 29 Dec 2012 17:00:25 -0000 1.21
+++ ChangeLog 30 Dec 2012 14:15:08 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.21 2012/12/29 17:00:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.22 2012/12/30 14:15:08 ago Exp $
+
+ 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for sparc, wrt bug #448310
29 Dec 2012; Jeroen Roovers <jer@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for HPPA (bug #448310).
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2012-12-30 20:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 20:31 UTC (permalink / raw
To: gentoo-commits
ago 12/12/30 20:31:22
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.7&r2=1.8
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tidy-ext-0.1.14.ebuild 30 Dec 2012 14:15:08 -0000 1.7
+++ tidy-ext-0.1.14.ebuild 30 Dec 2012 20:31:22 -0000 1.8
@@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.7 2012/12/30 14:15:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.8 2012/12/30 20:31:22 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE=""
all_ruby_prepare() {
1.23 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 30 Dec 2012 14:15:08 -0000 1.22
+++ ChangeLog 30 Dec 2012 20:31:22 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.22 2012/12/30 14:15:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.23 2012/12/30 20:31:22 ago Exp $
+
+ 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for alpha, wrt bug #448310
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for sparc, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2013-01-04 20:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-04 20:23 UTC (permalink / raw
To: gentoo-commits
ago 13/01/04 20:23:08
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #448310
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Revision Changes Path
1.9 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?r1=1.8&r2=1.9
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tidy-ext-0.1.14.ebuild 30 Dec 2012 20:31:22 -0000 1.8
+++ tidy-ext-0.1.14.ebuild 4 Jan 2013 20:23:08 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.ebuild,v 1.8 2012/12/30 20:31:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.9 2013/01/04 20:23:08 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
all_ruby_prepare() {
1.24 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 30 Dec 2012 20:31:22 -0000 1.23
+++ ChangeLog 4 Jan 2013 20:23:08 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tidy-ext
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.23 2012/12/30 20:31:22 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.24 2013/01/04 20:23:08 ago Exp $
+
+ 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
+ Stable for ia64, wrt bug #448310
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for alpha, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2013-01-15 5:26 Richard Farina (zerochaos)
0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15 5:26 UTC (permalink / raw
To: gentoo-commits
zerochaos 13/01/15 05:26:23
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
adding ~arm keywords to net-analyzer/metasploit rdeps
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path
1.10 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.9&r2=1.10
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tidy-ext-0.1.14.ebuild 4 Jan 2013 20:23:08 -0000 1.9
+++ tidy-ext-0.1.14.ebuild 15 Jan 2013 05:26:23 -0000 1.10
@@ -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.ebuild,v 1.9 2013/01/04 20:23:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.10 2013/01/15 05:26:23 zerochaos Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
LICENSE="HTML-Tidy"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
IUSE=""
all_ruby_prepare() {
1.25 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 4 Jan 2013 20:23:08 -0000 1.24
+++ ChangeLog 15 Jan 2013 05:26:23 -0000 1.25
@@ -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.24 2013/01/04 20:23:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.25 2013/01/15 05:26:23 zerochaos Exp $
+
+ 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> tidy-ext-0.1.14.ebuild:
+ adding ~arm keywords to net-analyzer/metasploit rdeps
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> tidy-ext-0.1.14.ebuild:
Stable for ia64, wrt bug #448310
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog
@ 2013-12-26 15:56 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 15:56 UTC (permalink / raw
To: gentoo-commits
maekke 13/12/26 15:56:22
Modified: tidy-ext-0.1.14.ebuild ChangeLog
Log:
arm stable, bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.11 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.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.ebuild?r1=1.10&r2=1.11
Index: tidy-ext-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tidy-ext-0.1.14.ebuild 15 Jan 2013 05:26:23 -0000 1.10
+++ tidy-ext-0.1.14.ebuild 26 Dec 2013 15:56:22 -0000 1.11
@@ -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.ebuild,v 1.10 2013/01/15 05:26:23 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.11 2013/12/26 15:56:22 maekke Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@@ -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.28 dev-ruby/tidy-ext/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 25 Oct 2013 08:09:47 -0000 1.27
+++ ChangeLog 26 Dec 2013 15:56:22 -0000 1.28
@@ -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.27 2013/10/25 08:09:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.28 2013/12/26 15:56:22 maekke Exp $
+
+ 26 Dec 2013; Markus Meier <maekke@gentoo.org> tidy-ext-0.1.14.ebuild:
+ arm stable, bug #493780
25 Oct 2013; Hans de Graaff <graaff@gentoo.org> tidy-ext-0.1.14-r1.ebuild:
Avoid spec that requires connectivity.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-12-26 15:56 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 5:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog Richard Farina (zerochaos)
-- strict thread matches above, loose matches on Subject: below --
2013-12-26 15:56 Markus Meier (maekke)
2013-01-04 20:23 Agostino Sarubbo (ago)
2012-12-30 20:31 Agostino Sarubbo (ago)
2012-12-30 14:15 Agostino Sarubbo (ago)
2012-12-29 17:00 Jeroen Roovers (jer)
2012-12-28 11:23 Agostino Sarubbo (ago)
2012-12-26 15:49 Agostino Sarubbo (ago)
2012-12-26 15:47 Agostino Sarubbo (ago)
2012-12-23 19:28 Agostino Sarubbo (ago)
2012-11-09 7:44 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox