* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-1.5.7-r2.ebuild ChangeLog
@ 2010-06-11 0:41 Matsuu Takuto (matsuu)
0 siblings, 0 replies; 3+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-06-11 0:41 UTC (permalink / raw
To: gentoo-commits
matsuu 10/06/11 00:41:41
Modified: ChangeLog
Added: facter-1.5.7-r2.ebuild
Log:
Convert to ruby-fakegem. Fixed to work with ruby19.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 30 Apr 2010 07:16:17 -0000 1.25
+++ ChangeLog 11 Jun 2010 00:41:41 -0000 1.26
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.25 2010/04/30 07:16:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.26 2010/06/11 00:41:41 matsuu Exp $
+
+*facter-1.5.7-r2 (11 Jun 2010)
+
+ 11 Jun 2010; MATSUU Takuto <matsuu@gentoo.org> +facter-1.5.7-r2.ebuild,
+ +files/facter-1.5.7-ruby19.patch:
+ Convert to ruby-fakegem. Fixed to work with ruby19.
30 Apr 2010; Hans de Graaff <graaff@gentoo.org> facter-1.5.7-r1.ebuild:
Update HOMEPAGE.
1.1 dev-ruby/facter/facter-1.5.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.1&content-type=text/plain
Index: facter-1.5.7-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v 1.1 2010/06/11 00:41:41 matsuu Exp $
EAPI="2"
# jruby failed to install
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG ChangeLog README* TODO"
RUBY_FAKEGEM_BINWRAP="facter"
inherit ruby-fakegem
DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems"
HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
RUBY_PATCHES=(
"${FILESDIR}/${P}-fqdn.patch"
"${FILESDIR}/${P}-virtual.patch"
"${FILESDIR}/${P}-ruby19.patch"
)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-1.5.7-r2.ebuild ChangeLog
@ 2010-06-19 1:15 Matsuu Takuto (matsuu)
0 siblings, 0 replies; 3+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-06-19 1:15 UTC (permalink / raw
To: gentoo-commits
matsuu 10/06/19 01:15:57
Modified: facter-1.5.7-r2.ebuild ChangeLog
Log:
Fixed doc handling, bug #324341.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/facter/facter-1.5.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?r1=1.1&r2=1.2
Index: facter-1.5.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- facter-1.5.7-r2.ebuild 11 Jun 2010 00:41:41 -0000 1.1
+++ facter-1.5.7-r2.ebuild 19 Jun 2010 01:15:57 -0000 1.2
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v 1.1 2010/06/11 00:41:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v 1.2 2010/06/19 01:15:57 matsuu Exp $
EAPI="2"
# jruby failed to install
USE_RUBY="ruby18 ruby19 ree18"
+RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG ChangeLog README* TODO"
RUBY_FAKEGEM_BINWRAP="facter"
1.27 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 11 Jun 2010 00:41:41 -0000 1.26
+++ ChangeLog 19 Jun 2010 01:15:57 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.26 2010/06/11 00:41:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.27 2010/06/19 01:15:57 matsuu Exp $
+
+ 19 Jun 2010; MATSUU Takuto <matsuu@gentoo.org> facter-1.5.7-r2.ebuild:
+ Fixed doc handling, bug #324341.
*facter-1.5.7-r2 (11 Jun 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-1.5.7-r2.ebuild ChangeLog
@ 2010-06-21 15:39 Guy Martin (gmsoft)
0 siblings, 0 replies; 3+ messages in thread
From: Guy Martin (gmsoft) @ 2010-06-21 15:39 UTC (permalink / raw
To: gentoo-commits
gmsoft 10/06/21 15:39:32
Modified: facter-1.5.7-r2.ebuild ChangeLog
Log:
added ~hppa to KEYWORDS
(Portage version: 2.1.8.3/cvs/Linux parisc64)
Revision Changes Path
1.3 dev-ruby/facter/facter-1.5.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild?r1=1.2&r2=1.3
Index: facter-1.5.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- facter-1.5.7-r2.ebuild 19 Jun 2010 01:15:57 -0000 1.2
+++ facter-1.5.7-r2.ebuild 21 Jun 2010 15:39:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v 1.2 2010/06/19 01:15:57 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.7-r2.ebuild,v 1.3 2010/06/21 15:39:32 gmsoft Exp $
EAPI="2"
# jruby failed to install
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
RUBY_PATCHES=(
"${FILESDIR}/${P}-fqdn.patch"
1.28 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 19 Jun 2010 01:15:57 -0000 1.27
+++ ChangeLog 21 Jun 2010 15:39:32 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.27 2010/06/19 01:15:57 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.28 2010/06/21 15:39:32 gmsoft Exp $
+
+ 21 Jun 2010; Guy Martin <gmsoft@gentoo.org> facter-1.5.7-r2.ebuild:
+ added ~hppa to KEYWORDS
19 Jun 2010; MATSUU Takuto <matsuu@gentoo.org> facter-1.5.7-r2.ebuild:
Fixed doc handling, bug #324341.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-21 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 15:39 [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-1.5.7-r2.ebuild ChangeLog Guy Martin (gmsoft)
-- strict thread matches above, loose matches on Subject: below --
2010-06-19 1:15 Matsuu Takuto (matsuu)
2010-06-11 0:41 Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox