public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: ChangeLog facter-1.5.8.ebuild
@ 2010-09-18 15:50 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-18 15:50 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/18 15:50:07

  Modified:             ChangeLog
  Added:                facter-1.5.8.ebuild
  Log:
  Version bump with various bug fixes. Drop all 1.5.7 patches because all changes appear to be incorporated in 1.5.8. Run specs and drop hppa because of the new dependency this introduces: bug 337956.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 dev-ruby/facter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	29 Jul 2010 08:43:54 -0000	1.29
+++ ChangeLog	18 Sep 2010 15:50:07 -0000	1.30
@@ -1,6 +1,14 @@
 # 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.29 2010/07/29 08:43:54 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.30 2010/09/18 15:50:07 graaff Exp $
+
+*facter-1.5.8 (18 Sep 2010)
+
+  18 Sep 2010; Hans de Graaff <graaff@gentoo.org> +facter-1.5.8.ebuild,
+  +files/facter-1.5.8-freebsd-spec.patch:
+  Version bump with various bug fixes. Drop all 1.5.7 patches because all
+  changes appear to be incorporated in 1.5.8. Run specs and drop hppa
+  because of the new dependency this introduces: bug 337956.
 
   29 Jul 2010; Guy Martin <gmsoft@gentoo.org> facter-1.5.7-r1.ebuild:
   Added ~hppa to KEYWORDS.



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

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

Index: facter-1.5.8.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.8.ebuild,v 1.1 2010/09/18 15:50:07 graaff Exp $

EAPI="2"
# jruby failed to install
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="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=( "${P}-freebsd-spec.patch" )

ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: ChangeLog facter-1.5.8.ebuild
@ 2010-10-25  2:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-25  2:09 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/25 02:09:25

  Modified:             ChangeLog facter-1.5.8.ebuild
  Log:
  Marked ~hppa (bug #337956).
  
  (Portage version: 2.2.0_alpha1/cvs/Linux i686)

Revision  Changes    Path
1.32                 dev-ruby/facter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	20 Sep 2010 20:07:40 -0000	1.31
+++ ChangeLog	25 Oct 2010 02:09:25 -0000	1.32
@@ -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.31 2010/09/20 20:07:40 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.32 2010/10/25 02:09:25 jer Exp $
+
+  25 Oct 2010; Jeroen Roovers <jer@gentoo.org> facter-1.5.8.ebuild:
+  Marked ~hppa (bug #337956).
 
   20 Sep 2010; Guy Martin <gmsoft@gentoo.org> facter-1.5.7-r1.ebuild:
   hppa stable.



1.2                  dev-ruby/facter/facter-1.5.8.ebuild

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

Index: facter-1.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- facter-1.5.8.ebuild	18 Sep 2010 15:50:07 -0000	1.1
+++ facter-1.5.8.ebuild	25 Oct 2010 02:09:25 -0000	1.2
@@ -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.8.ebuild,v 1.1 2010/09/18 15:50:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.5.8.ebuild,v 1.2 2010/10/25 02:09:25 jer 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=( "${P}-freebsd-spec.patch" )
 






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

end of thread, other threads:[~2010-10-25  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 15:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: ChangeLog facter-1.5.8.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-25  2:09 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox