Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/puppet: puppet-0.24.8.ebuild ChangeLog puppet-0.24.4.ebuild puppet-0.24.7-r1.ebuild
Date: Tue, 07 Apr 2009 00:04:58
Message-Id: E1LqyoC-0005TE-BH@stork.gentoo.org
1 matsuu 09/04/07 00:04:56
2
3 Modified: puppet-0.24.8.ebuild ChangeLog puppet-0.24.4.ebuild
4 puppet-0.24.7-r1.ebuild
5 Log:
6 Fixed HOMEPAGE, bug #264950.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-admin/puppet/puppet-0.24.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild?r1=1.2&r2=1.3
15
16 Index: puppet-0.24.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- puppet-0.24.8.ebuild 6 Apr 2009 23:49:59 -0000 1.2
23 +++ puppet-0.24.8.ebuild 7 Apr 2009 00:04:56 -0000 1.3
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild,v 1.2 2009/04/06 23:49:59 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.8.ebuild,v 1.3 2009/04/07 00:04:56 matsuu Exp $
29
30 EAPI="2"
31 inherit elisp-common eutils ruby
32
33 DESCRIPTION="A system automation and configuration management software"
34 -HOMEPAGE="http://reductivelabs.com/projects/puppet/index.html"
35 +HOMEPAGE="http://reductivelabs.com/projects/puppet"
36 SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz"
37
38 LICENSE="GPL-2"
39
40
41
42 1.37 app-admin/puppet/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.37&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.37&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/ChangeLog?r1=1.36&r2=1.37
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
51 retrieving revision 1.36
52 retrieving revision 1.37
53 diff -u -r1.36 -r1.37
54 --- ChangeLog 6 Apr 2009 23:49:59 -0000 1.36
55 +++ ChangeLog 7 Apr 2009 00:04:56 -0000 1.37
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-admin/puppet
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.36 2009/04/06 23:49:59 matsuu Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.37 2009/04/07 00:04:56 matsuu Exp $
61 +
62 + 07 Apr 2009; MATSUU Takuto <matsuu@g.o> puppet-0.24.4.ebuild,
63 + puppet-0.24.7-r1.ebuild, puppet-0.24.8.ebuild:
64 + Fixed HOMEPAGE, bug #264950.
65
66 06 Apr 2009; MATSUU Takuto <matsuu@g.o> puppet-0.24.8.ebuild:
67 virtual/ruby[ssl] -> dev-lang/ruby[ssl]
68
69
70
71 1.11 app-admin/puppet/puppet-0.24.4.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild?rev=1.11&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild?rev=1.11&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild?r1=1.10&r2=1.11
76
77 Index: puppet-0.24.4.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild,v
80 retrieving revision 1.10
81 retrieving revision 1.11
82 diff -u -r1.10 -r1.11
83 --- puppet-0.24.4.ebuild 2 Dec 2008 16:46:09 -0000 1.10
84 +++ puppet-0.24.4.ebuild 7 Apr 2009 00:04:56 -0000 1.11
85 @@ -1,11 +1,11 @@
86 -# Copyright 1999-2008 Gentoo Foundation
87 +# Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild,v 1.10 2008/12/02 16:46:09 matsuu Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.4.ebuild,v 1.11 2009/04/07 00:04:56 matsuu Exp $
91
92 inherit elisp-common eutils ruby
93
94 DESCRIPTION="A system automation and configuration management software"
95 -HOMEPAGE="http://reductivelabs.com/projects/puppet/index.html"
96 +HOMEPAGE="http://reductivelabs.com/projects/puppet"
97 SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz"
98
99 LICENSE="GPL-2"
100
101
102
103 1.2 app-admin/puppet/puppet-0.24.7-r1.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild?r1=1.1&r2=1.2
108
109 Index: puppet-0.24.7-r1.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- puppet-0.24.7-r1.ebuild 23 Dec 2008 16:49:41 -0000 1.1
116 +++ puppet-0.24.7-r1.ebuild 7 Apr 2009 00:04:56 -0000 1.2
117 @@ -1,11 +1,11 @@
118 -# Copyright 1999-2008 Gentoo Foundation
119 +# Copyright 1999-2009 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild,v 1.1 2008/12/23 16:49:41 matsuu Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.7-r1.ebuild,v 1.2 2009/04/07 00:04:56 matsuu Exp $
123
124 inherit elisp-common eutils ruby
125
126 DESCRIPTION="A system automation and configuration management software"
127 -HOMEPAGE="http://reductivelabs.com/projects/puppet/index.html"
128 +HOMEPAGE="http://reductivelabs.com/projects/puppet"
129 SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz"
130
131 LICENSE="GPL-2"