* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2012-02-25 13:12 Diego Petteno (flameeyes)
0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-02-25 13:12 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/02/25 13:12:59
Modified: ChangeLog
Added: hpricot-0.8.6-r1.ebuild
Log:
Fix install with JRuby; add missing dependency.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.36 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 25 Jan 2012 01:21:18 -0000 1.35
+++ ChangeLog 25 Feb 2012 13:12:59 -0000 1.36
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.35 2012/01/25 01:21:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.36 2012/02/25 13:12:59 flameeyes Exp $
+
+*hpricot-0.8.6-r1 (25 Feb 2012)
+
+ 25 Feb 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hpricot-0.8.6-r1.ebuild:
+ Fix install with JRuby; add missing dependency.
*hpricot-0.8.6 (25 Jan 2012)
1.1 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: hpricot-0.8.6-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.1 2012/02/25 13:12:59 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
inherit ruby-fakegem eutils
DESCRIPTION="A fast and liberal HTML parser for Ruby."
HOMEPAGE="http://wiki.github.com/hpricot/hpricot"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
dev-ruby/rake-compiler
test? ( virtual/ruby-test-unit )"
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
USE_RUBY="${USE_RUBY/jruby/}" \
ruby_add_rdepend "dev-ruby/fast_xs"
# Probably needs the same jdk as JRuby but I'm not sure how to express
# that just yet.
DEPEND+="
dev-util/ragel
ruby_targets_jruby? ( >=virtual/jdk-1.5 )"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
# Fix encoding assumption of environment for Ruby 1.9.
# https://github.com/hpricot/hpricot/issues/52
# sed -i -e '1 iEncoding.default_external=Encoding::UTF_8 if RUBY_VERSION =~ /1.9/' test/load_files.rb || die
}
each_ruby_prepare() {
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
[[ ${RUBY} == */jruby ]] && return
pushd .. &>/dev/null
epatch "${FILESDIR}"/${P}-fast_xs.patch
popd .. &>/dev/null
}
each_ruby_configure() {
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
[[ ${RUBY} == */jruby ]] && return
${RUBY} -Cext/hpricot_scan extconf.rb || die "hpricot_scan/extconf.rb failed"
}
each_ruby_compile() {
local modname=$(get_modname)
# dev-ruby/fast_xs does not cover JRuby so still bundle it here for now
if [[ ${RUBY} == */jruby ]]; then
${RUBY} -S rake compile_java || die "rake compile_java failed"
return
fi
emake -Cext/hpricot_scan CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "make hpricot_scan failed"
cp ext/hpricot_scan/hpricot_scan${modname} lib/ || die
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2013-01-15 5:17 Richard Farina (zerochaos)
0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15 5:17 UTC (permalink / raw
To: gentoo-commits
zerochaos 13/01/15 05:17:20
Modified: hpricot-0.8.6-r1.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.7 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.6&r2=1.7
Index: hpricot-0.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hpricot-0.8.6-r1.ebuild 28 Oct 2012 18:14:58 -0000 1.6
+++ hpricot-0.8.6-r1.ebuild 15 Jan 2013 05:17:20 -0000 1.7
@@ -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/hpricot/hpricot-0.8.6-r1.ebuild,v 1.6 2012/10/28 18:14:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.7 2013/01/15 05:17:20 zerochaos Exp $
EAPI=4
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
1.44 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 28 Oct 2012 18:14:58 -0000 1.43
+++ ChangeLog 15 Jan 2013 05:17:20 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.43 2012/10/28 18:14:58 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.44 2013/01/15 05:17:20 zerochaos Exp $
+
+ 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> hpricot-0.8.6-r1.ebuild:
+ adding ~arm keywords to net-analyzer/metasploit rdeps
28 Oct 2012; Raúl Porcel <armin76@gentoo.org> hpricot-0.8.4.ebuild,
hpricot-0.8.6.ebuild, hpricot-0.8.6-r1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2014-02-01 4:37 Akinori Hattori (hattya)
0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori (hattya) @ 2014-02-01 4:37 UTC (permalink / raw
To: gentoo-commits
hattya 14/02/01 04:37:23
Modified: hpricot-0.8.6-r1.ebuild ChangeLog
Log:
ia64 stable wrt bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Revision Changes Path
1.12 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.11&r2=1.12
Index: hpricot-0.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hpricot-0.8.6-r1.ebuild 2 Jan 2014 08:09:29 -0000 1.11
+++ hpricot-0.8.6-r1.ebuild 1 Feb 2014 04:37:23 -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/hpricot/hpricot-0.8.6-r1.ebuild,v 1.11 2014/01/02 08:09:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.12 2014/02/01 04:37:23 hattya Exp $
EAPI=4
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
1.51 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 2 Jan 2014 08:09:29 -0000 1.50
+++ ChangeLog 1 Feb 2014 04:37:23 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.50 2014/01/02 08:09:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.51 2014/02/01 04:37:23 hattya Exp $
+
+ 01 Feb 2014; Akinori Hattori <hattya@gentoo.org> hpricot-0.8.6-r1.ebuild:
+ ia64 stable wrt bug #493780
02 Jan 2014; Hans de Graaff <graaff@gentoo.org> hpricot-0.8.6-r1.ebuild,
hpricot-0.8.6-r2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2014-07-21 13:57 Tobias Klausmann (klausman)
0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-21 13:57 UTC (permalink / raw
To: gentoo-commits
klausman 14/07/21 13:57:16
Modified: hpricot-0.8.6-r1.ebuild ChangeLog
Log:
Stable on alpha, bug #493780
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.14 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.13&r2=1.14
Index: hpricot-0.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hpricot-0.8.6-r1.ebuild 5 Apr 2014 18:01:34 -0000 1.13
+++ hpricot-0.8.6-r1.ebuild 21 Jul 2014 13:57:15 -0000 1.14
@@ -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/hpricot/hpricot-0.8.6-r1.ebuild,v 1.13 2014/04/05 18:01:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.14 2014/07/21 13:57:15 klausman Exp $
EAPI=4
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
1.55 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 14 May 2014 18:13:59 -0000 1.54
+++ ChangeLog 21 Jul 2014 13:57:15 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.54 2014/05/14 18:13:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.55 2014/07/21 13:57:15 klausman Exp $
+
+ 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org> hpricot-0.8.6-r1.ebuild:
+ Stable on alpha, bug #493780
*hpricot-0.8.6-r3 (14 May 2014)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2014-11-16 18:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-16 18:13 UTC (permalink / raw
To: gentoo-commits
ago 14/11/16 18:13:28
Modified: hpricot-0.8.6-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #493780
(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.17 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.16&r2=1.17
Index: hpricot-0.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hpricot-0.8.6-r1.ebuild 15 Aug 2014 17:38:44 -0000 1.16
+++ hpricot-0.8.6-r1.ebuild 16 Nov 2014 18:13:28 -0000 1.17
@@ -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/hpricot/hpricot-0.8.6-r1.ebuild,v 1.16 2014/08/15 17:38:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.17 2014/11/16 18:13:28 ago Exp $
EAPI=4
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
1.61 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 9 Sep 2014 19:06:18 -0000 1.60
+++ ChangeLog 16 Nov 2014 18:13:28 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.60 2014/09/09 19:06:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.61 2014/11/16 18:13:28 ago Exp $
+
+ 16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> hpricot-0.8.6-r1.ebuild:
+ Stable for ppc, wrt bug #493780
09 Sep 2014; Markus Meier <maekke@gentoo.org> hpricot-0.8.6-r2.ebuild:
arm stable, bug #503570
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog
@ 2014-11-16 18:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-16 18:14 UTC (permalink / raw
To: gentoo-commits
ago 14/11/16 18:14:48
Modified: hpricot-0.8.6-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #493780
(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.18 dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild?r1=1.17&r2=1.18
Index: hpricot-0.8.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hpricot-0.8.6-r1.ebuild 16 Nov 2014 18:13:28 -0000 1.17
+++ hpricot-0.8.6-r1.ebuild 16 Nov 2014 18:14:48 -0000 1.18
@@ -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/hpricot/hpricot-0.8.6-r1.ebuild,v 1.17 2014/11/16 18:13:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.18 2014/11/16 18:14:48 ago Exp $
EAPI=4
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake
1.62 dev-ruby/hpricot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hpricot/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 16 Nov 2014 18:13:28 -0000 1.61
+++ ChangeLog 16 Nov 2014 18:14:48 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.61 2014/11/16 18:13:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.62 2014/11/16 18:14:48 ago Exp $
+
+ 16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> hpricot-0.8.6-r1.ebuild:
+ Stable for ppc64, wrt bug #493780
16 Nov 2014; Agostino Sarubbo <ago@gentoo.org> hpricot-0.8.6-r1.ebuild:
Stable for ppc, wrt bug #493780
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-11-16 18:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25 13:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/hpricot: hpricot-0.8.6-r1.ebuild ChangeLog Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2013-01-15 5:17 Richard Farina (zerochaos)
2014-02-01 4:37 Akinori Hattori (hattya)
2014-07-21 13:57 Tobias Klausmann (klausman)
2014-11-16 18:13 Agostino Sarubbo (ago)
2014-11-16 18:14 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox