* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-11 7:51 Matt Thode (prometheanfire)
0 siblings, 0 replies; 7+ messages in thread
From: Matt Thode (prometheanfire) @ 2015-02-11 7:51 UTC (permalink / raw
To: gentoo-commits
prometheanfire 15/02/11 07:51:54
Modified: ChangeLog
Added: facter-2.4.1.ebuild
Log:
bup
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path
1.119 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 28 Jan 2015 06:45:53 -0000 1.118
+++ ChangeLog 11 Feb 2015 07:51:54 -0000 1.119
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.118 2015/01/28 06:45:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.119 2015/02/11 07:51:54 prometheanfire Exp $
+
+*facter-2.4.1 (11 Feb 2015)
+
+ 11 Feb 2015; Matthew Thode <prometheanfire@gentoo.org> +facter-2.4.1.ebuild:
+ bup
*facter-2.4.0 (28 Jan 2015)
1.1 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.1&content-type=text/plain
Index: facter-2.4.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.1 2015/02/11 07:51:54 prometheanfire Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_EXTRADOC="README.md"
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="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
CDEPEND="
app-emulation/virt-what
sys-apps/net-tools
sys-apps/lsb-release
dmi? ( sys-apps/dmidecode )
pciutils? ( sys-apps/pciutils )"
RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"
ruby_add_bdepend "test? ( dev-ruby/mocha:1.0 )"
all_ruby_prepare() {
# Provide explicit path since /sbin is not in the default PATH on
# Gentoo.
sed -i -e 's:arp -an:/sbin/arp -an:' lib/facter/util/ec2.rb spec/unit/util/ec2_spec.rb || die
# Ensure the correct version of mocha is used without using bundler.
sed -i -e '1igem "mocha", "~>1.0"' spec/spec_helper.rb || die
# Avoid because tests try to access outside stuff, e.g. /sys/block
sed -i -e '/should load facts on the facter search path only once/,/^ end/ s:^:#:' spec/unit/util/loader_spec.rb || die
# Allow specs to work with newer rspec 2.x versions.
sed -i -e '1irequire "rspec-expectations"' spec/puppetlabs_spec/matchers.rb || die
# Avoid specs specific to macosx requiring cfpropertylist which is
# not available anymore.
rm spec/unit/util/macosx_spec.rb || die
sed -i -e '/macosx/ s:^:#:' \
-e '/on Darwin/,/^ end/ s:^:#:' spec/unit/virtual_spec.rb || die
sed -i -e '/Facter::Processors::Darwin/,/^end/ s:^:#:' spec/unit/processors/os_spec.rb || die
}
all_ruby_install() {
all_fakegem_install
# Create the directory for custom facts.
keepdir /etc/facter/facts.d
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-17 8:44 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-17 8:44 UTC (permalink / raw
To: gentoo-commits
jer 15/02/17 08:44:02
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #540260).
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.3&r2=1.4
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- facter-2.4.1.ebuild 17 Feb 2015 06:57:07 -0000 1.3
+++ facter-2.4.1.ebuild 17 Feb 2015 08:44:02 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.3 2015/02/17 06:57:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.4 2015/02/17 08:44:02 jer Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
CDEPEND="
app-emulation/virt-what
1.123 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 17 Feb 2015 06:59:17 -0000 1.122
+++ ChangeLog 17 Feb 2015 08:44:02 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.122 2015/02/17 06:59:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.123 2015/02/17 08:44:02 jer Exp $
+
+ 17 Feb 2015; Jeroen Roovers <jer@gentoo.org> facter-2.4.1.ebuild:
+ Stable for HPPA (bug #540260).
17 Feb 2015; Hans de Graaff <graaff@gentoo.org> -facter-2.3.0.ebuild,
-facter-2.4.0.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-18 8:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-18 8:48 UTC (permalink / raw
To: gentoo-commits
ago 15/02/18 08:48:42
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #540260
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.4&r2=1.5
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- facter-2.4.1.ebuild 17 Feb 2015 08:44:02 -0000 1.4
+++ facter-2.4.1.ebuild 18 Feb 2015 08:48:42 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.4 2015/02/17 08:44:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.5 2015/02/18 08:48:42 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ppc64 ~sparc ~x86"
CDEPEND="
app-emulation/virt-what
1.124 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 17 Feb 2015 08:44:02 -0000 1.123
+++ ChangeLog 18 Feb 2015 08:48:42 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.123 2015/02/17 08:44:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.124 2015/02/18 08:48:42 ago Exp $
+
+ 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
+ Stable for ppc64, wrt bug #540260
17 Feb 2015; Jeroen Roovers <jer@gentoo.org> facter-2.4.1.ebuild:
Stable for HPPA (bug #540260).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-18 9:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-18 9:16 UTC (permalink / raw
To: gentoo-commits
ago 15/02/18 09:16:37
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #540260
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.5&r2=1.6
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- facter-2.4.1.ebuild 18 Feb 2015 08:48:42 -0000 1.5
+++ facter-2.4.1.ebuild 18 Feb 2015 09:16:37 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.5 2015/02/18 08:48:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.6 2015/02/18 09:16:37 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="~amd64 hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 hppa ppc ppc64 ~sparc ~x86"
CDEPEND="
app-emulation/virt-what
1.125 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 18 Feb 2015 08:48:42 -0000 1.124
+++ ChangeLog 18 Feb 2015 09:16:37 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.124 2015/02/18 08:48:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.125 2015/02/18 09:16:37 ago Exp $
+
+ 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
+ Stable for ppc, wrt bug #540260
18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
Stable for ppc64, wrt bug #540260
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-19 10:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19 10:40 UTC (permalink / raw
To: gentoo-commits
ago 15/02/19 10:40:01
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #540260
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.6&r2=1.7
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- facter-2.4.1.ebuild 18 Feb 2015 09:16:37 -0000 1.6
+++ facter-2.4.1.ebuild 19 Feb 2015 10:40:01 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.6 2015/02/18 09:16:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.7 2015/02/19 10:40:01 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="~amd64 hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ppc ppc64 ~sparc ~x86"
CDEPEND="
app-emulation/virt-what
1.126 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 18 Feb 2015 09:16:37 -0000 1.125
+++ ChangeLog 19 Feb 2015 10:40:01 -0000 1.126
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.125 2015/02/18 09:16:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.126 2015/02/19 10:40:01 ago Exp $
+
+ 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
+ Stable for amd64, wrt bug #540260
18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
Stable for ppc, wrt bug #540260
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-23 10:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 10:57 UTC (permalink / raw
To: gentoo-commits
ago 15/02/23 10:57:39
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #540260
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.7&r2=1.8
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- facter-2.4.1.ebuild 19 Feb 2015 10:40:01 -0000 1.7
+++ facter-2.4.1.ebuild 23 Feb 2015 10:57:39 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.7 2015/02/19 10:40:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.8 2015/02/23 10:57:39 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="amd64 hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc ~x86"
CDEPEND="
app-emulation/virt-what
1.127 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 19 Feb 2015 10:40:01 -0000 1.126
+++ ChangeLog 23 Feb 2015 10:57:39 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.126 2015/02/19 10:40:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.127 2015/02/23 10:57:39 ago Exp $
+
+ 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
+ Stable for sparc, wrt bug #540260
19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
Stable for amd64, wrt bug #540260
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog
@ 2015-02-23 10:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 10:57 UTC (permalink / raw
To: gentoo-commits
ago 15/02/23 10:57:53
Modified: facter-2.4.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #540260
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-ruby/facter/facter-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild?r1=1.8&r2=1.9
Index: facter-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- facter-2.4.1.ebuild 23 Feb 2015 10:57:39 -0000 1.8
+++ facter-2.4.1.ebuild 23 Feb 2015 10:57:53 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.8 2015/02/23 10:57:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.4.1.ebuild,v 1.9 2015/02/23 10:57:53 ago Exp $
EAPI=5
@@ -18,7 +18,7 @@
LICENSE="Apache-2.0"
SLOT="0"
IUSE="+dmi +pciutils +virt"
-KEYWORDS="amd64 hppa ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
CDEPEND="
app-emulation/virt-what
1.128 dev-ruby/facter/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 23 Feb 2015 10:57:39 -0000 1.127
+++ ChangeLog 23 Feb 2015 10:57:53 -0000 1.128
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/facter
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.127 2015/02/23 10:57:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.128 2015/02/23 10:57:53 ago Exp $
+
+ 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
+ Stable for x86, wrt bug #540260
23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.4.1.ebuild:
Stable for sparc, wrt bug #540260
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-23 10:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 9:16 [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.4.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-02-23 10:57 Agostino Sarubbo (ago)
2015-02-23 10:57 Agostino Sarubbo (ago)
2015-02-19 10:40 Agostino Sarubbo (ago)
2015-02-18 8:48 Agostino Sarubbo (ago)
2015-02-17 8:44 Jeroen Roovers (jer)
2015-02-11 7:51 Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox