Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-3.0.2-r1.ebuild ChangeLog
Date: Thu, 23 Jul 2015 22:49:56
Message-Id: 20150723224945.41F31BB@oystercatcher.gentoo.org
1 prometheanfire 15/07/23 22:49:45
2
3 Modified: facter-3.0.2-r1.ebuild ChangeLog
4 Log:
5 signing, also, previous commit fixed bug 555624
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.2 dev-ruby/facter/facter-3.0.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: facter-3.0.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- facter-3.0.2-r1.ebuild 23 Jul 2015 22:47:41 -0000 1.1
23 +++ facter-3.0.2-r1.ebuild 23 Jul 2015 22:49:45 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v 1.1 2015/07/23 22:47:41 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v 1.2 2015/07/23 22:49:45 prometheanfire Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
32
33 inherit cmake-utils ruby-ng
34
35 -DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems"
36 +DESCRIPTION="A cross-platform ruby library for retrieving facts from operating systems"
37 HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
38 SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz"
39 S="${S}/all/${P}"
40
41
42
43 1.143 dev-ruby/facter/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.143&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.143&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.142&r2=1.143
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
52 retrieving revision 1.142
53 retrieving revision 1.143
54 diff -u -r1.142 -r1.143
55 --- ChangeLog 23 Jul 2015 22:47:41 -0000 1.142
56 +++ ChangeLog 23 Jul 2015 22:49:45 -0000 1.143
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-ruby/facter
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.142 2015/07/23 22:47:41 prometheanfire Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.143 2015/07/23 22:49:45 prometheanfire Exp $
62 +
63 + 23 Jul 2015; Matthew Thode <prometheanfire@g.o> facter-3.0.2-r1.ebuild:
64 + signing, also, previous commit fixed bug 555624
65
66 *facter-3.0.2-r1 (23 Jul 2015)