public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2014-08-30  2:09 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Thode (prometheanfire) @ 2014-08-30  2:09 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    14/08/30 02:09:59

  Modified:             ChangeLog
  Added:                facter-2.2.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.105                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	19 Aug 2014 11:18:06 -0000	1.104
+++ ChangeLog	30 Aug 2014 02:09:59 -0000	1.105
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.104 2014/08/19 11:18:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.105 2014/08/30 02:09:59 prometheanfire Exp $
+
+*facter-2.2.0 (30 Aug 2014)
+
+  30 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> +facter-2.2.0.ebuild:
+  bup
 
   19 Aug 2014; Raúl Porcel <armin76@gentoo.org> facter-2.0.2.ebuild,
   facter-2.1.0.ebuild:



1.1                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: facter-2.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.1 2014/08/30 02:09:59 prometheanfire Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 jruby"
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"
KEYWORDS="~amd64 ~hppa ~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_PATCHES=( ${P}-fix-proc-self-status.patch )

ruby_add_bdepend "test? ( >=dev-ruby/mocha-0.10.5:0.10 )"

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", "~>0.10.5"' spec/spec_helper.rb || die

	#removing because tests try to access outside stuffs
	#1) Facter::Util::Loader should load facts on the facter search path only once
	#     Failure/Error: Facter::Util::Loader.new.load_all
	#     Errno::EACCES:
	#       Permission denied - /sys/block/

	rm spec/unit/util/loader_spec.rb || die

	sed -i -e '1irequire "rspec-expectations"' spec/puppetlabs_spec/matchers.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.2.0.ebuild ChangeLog
@ 2014-12-26 19:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-26 19:14 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/26 19:14:45

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #533588
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.3&r2=1.4

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- facter-2.2.0.ebuild	26 Dec 2014 09:56:55 -0000	1.3
+++ facter-2.2.0.ebuild	26 Dec 2014 19:14:45 -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/facter/facter-2.2.0.ebuild,v 1.3 2014/12/26 09:56:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.4 2014/12/26 19:14:45 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.111                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	26 Dec 2014 09:56:55 -0000	1.110
+++ ChangeLog	26 Dec 2014 19:14:45 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.110 2014/12/26 09:56:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.111 2014/12/26 19:14:45 ago Exp $
+
+  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
+  Stable for amd64, wrt bug #533588
 
   26 Dec 2014; Hans de Graaff <graaff@gentoo.org> facter-2.0.2.ebuild,
   facter-2.1.0.ebuild, facter-2.2.0.ebuild, facter-2.3.0.ebuild:





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2014-12-28  9:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-28  9:26 UTC (permalink / raw
  To: gentoo-commits

jer         14/12/28 09:26:49

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #533588).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.4&r2=1.5

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- facter-2.2.0.ebuild	26 Dec 2014 19:14:45 -0000	1.4
+++ facter-2.2.0.ebuild	28 Dec 2014 09:26:49 -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/facter/facter-2.2.0.ebuild,v 1.4 2014/12/26 19:14:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.5 2014/12/28 09:26:49 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.112                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	26 Dec 2014 19:14:45 -0000	1.111
+++ ChangeLog	28 Dec 2014 09:26:49 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.111 2014/12/26 19:14:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.112 2014/12/28 09:26:49 jer Exp $
+
+  28 Dec 2014; Jeroen Roovers <jer@gentoo.org> facter-2.2.0.ebuild:
+  Stable for HPPA (bug #533588).
 
   26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
   Stable for amd64, wrt bug #533588





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2014-12-28 10:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 10:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 10:20:43

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #533588
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.5&r2=1.6

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- facter-2.2.0.ebuild	28 Dec 2014 09:26:49 -0000	1.5
+++ facter-2.2.0.ebuild	28 Dec 2014 10:20:43 -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/facter/facter-2.2.0.ebuild,v 1.5 2014/12/28 09:26:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.6 2014/12/28 10:20:43 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.113                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	28 Dec 2014 09:26:49 -0000	1.112
+++ ChangeLog	28 Dec 2014 10:20:43 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.112 2014/12/28 09:26:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.113 2014/12/28 10:20:43 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
+  Stable for x86, wrt bug #533588
 
   28 Dec 2014; Jeroen Roovers <jer@gentoo.org> facter-2.2.0.ebuild:
   Stable for HPPA (bug #533588).





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2014-12-31 16:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 16:26 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/31 16:26:54

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #533588
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.6&r2=1.7

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- facter-2.2.0.ebuild	28 Dec 2014 10:20:43 -0000	1.6
+++ facter-2.2.0.ebuild	31 Dec 2014 16:26:54 -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/facter/facter-2.2.0.ebuild,v 1.6 2014/12/28 10:20:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.7 2014/12/31 16:26:54 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.114                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	28 Dec 2014 10:20:43 -0000	1.113
+++ ChangeLog	31 Dec 2014 16:26:54 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.113 2014/12/28 10:20:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.114 2014/12/31 16:26:54 ago Exp $
+
+  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
+  Stable for ppc, wrt bug #533588
 
   28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
   Stable for x86, wrt bug #533588





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2015-01-02 12:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:41 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/02 12:41:00

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #533588
  
  (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.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.7&r2=1.8

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- facter-2.2.0.ebuild	31 Dec 2014 16:26:54 -0000	1.7
+++ facter-2.2.0.ebuild	2 Jan 2015 12:41:00 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.2.0.ebuild,v 1.7 2014/12/31 16:26:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.8 2015/01/02 12:41:00 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.115                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.114&r2=1.115

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	31 Dec 2014 16:26:54 -0000	1.114
+++ ChangeLog	2 Jan 2015 12:41:00 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.114 2014/12/31 16:26:54 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.115 2015/01/02 12:41:00 ago Exp $
+
+  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
+  Stable for sparc, wrt bug #533588
 
   31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
   Stable for ppc, wrt bug #533588





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog
@ 2015-01-08 11:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-08 11:30 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/08 11:30:09

  Modified:             facter-2.2.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #533588
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/facter/facter-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild?r1=1.8&r2=1.9

Index: facter-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- facter-2.2.0.ebuild	2 Jan 2015 12:41:00 -0000	1.8
+++ facter-2.2.0.ebuild	8 Jan 2015 11:30:09 -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.2.0.ebuild,v 1.8 2015/01/02 12:41:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-2.2.0.ebuild,v 1.9 2015/01/08 11:30:09 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE="+dmi +pciutils +virt"
 #KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
 
 CDEPEND="
 	app-emulation/virt-what



1.116                dev-ruby/facter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	2 Jan 2015 12:41:00 -0000	1.115
+++ ChangeLog	8 Jan 2015 11:30:09 -0000	1.116
@@ -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.115 2015/01/02 12:41:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.116 2015/01/08 11:30:09 ago Exp $
+
+  08 Jan 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
+  Stable for ppc64, wrt bug #533588
 
   02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> facter-2.2.0.ebuild:
   Stable for sparc, wrt bug #533588





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-08 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 16:26 [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-2.2.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-08 11:30 Agostino Sarubbo (ago)
2015-01-02 12:41 Agostino Sarubbo (ago)
2014-12-28 10:20 Agostino Sarubbo (ago)
2014-12-28  9:26 Jeroen Roovers (jer)
2014-12-26 19:14 Agostino Sarubbo (ago)
2014-08-30  2:09 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