Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/cdist: ChangeLog cdist-3.0.2.ebuild cdist-3.0.1.ebuild cdist-3.0.0.ebuild
Date: Sun, 26 Jan 2014 12:12:37
Message-Id: 20140126121234.444052004C@flycatcher.gentoo.org
1 pinkbyte 14/01/26 12:12:34
2
3 Modified: ChangeLog cdist-3.0.1.ebuild
4 Added: cdist-3.0.2.ebuild
5 Removed: cdist-3.0.0.ebuild
6 Log:
7 Version bump, wrt bug #498702, thanks to Daniel Heule <nerve AT ipwar.ch>. Drop reduntant dependencies for docs building - man and html pages comes prebuilt in release tarballs. Drop old version
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
10
11 Revision Changes Path
12 1.3 app-admin/cdist/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 14 Jan 2014 21:43:23 -0000 1.2
25 +++ ChangeLog 26 Jan 2014 12:12:33 -0000 1.3
26 @@ -1,6 +1,14 @@
27 # ChangeLog for app-admin/cdist
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.2 2014/01/14 21:43:23 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.3 2014/01/26 12:12:33 pinkbyte Exp $
31 +
32 +*cdist-3.0.2 (26 Jan 2014)
33 +
34 + 26 Jan 2014; Sergey Popov <pinkbyte@g.o> -cdist-3.0.0.ebuild,
35 + cdist-3.0.1.ebuild, +cdist-3.0.2.ebuild:
36 + Version bump, wrt bug #498702, thanks to Daniel Heule <nerve AT ipwar.ch>.
37 + Drop reduntant dependencies for docs building - man and html pages comes
38 + prebuilt in release tarballs. Drop old version
39
40 *cdist-3.0.1 (14 Jan 2014)
41
42
43
44
45 1.2 app-admin/cdist/cdist-3.0.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild?r1=1.1&r2=1.2
50
51 Index: cdist-3.0.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- cdist-3.0.1.ebuild 14 Jan 2014 21:43:23 -0000 1.1
58 +++ cdist-3.0.1.ebuild 26 Jan 2014 12:12:33 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild,v 1.1 2014/01/14 21:43:23 tomwij Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild,v 1.2 2014/01/26 12:12:33 pinkbyte Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{3_2,3_3} )
67 @@ -15,10 +15,7 @@
68 KEYWORDS="~amd64 ~x86"
69 IUSE="doc"
70
71 -DEPEND="app-text/asciidoc dev-libs/libxslt"
72 -RDEPEND="${PYTHON_DEPS}"
73 -
74 -DOCS="README"
75 +DOCS=( README )
76
77 src_prepare() {
78 rm cdist/conf/.gitignore || die "rm failed"
79 @@ -27,7 +24,7 @@
80
81 src_install() {
82 if use doc; then
83 - HTML_DOCS="docs/man/man1/*.html docs/man/man7/*.html"
84 + HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html )
85 fi
86 distutils-r1_src_install
87 doman docs/man/man1/*.1 docs/man/man7/*.7
88
89
90
91 1.1 app-admin/cdist/cdist-3.0.2.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.0.2.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.0.2.ebuild?rev=1.1&content-type=text/plain
95
96 Index: cdist-3.0.2.ebuild
97 ===================================================================
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.2.ebuild,v 1.1 2014/01/26 12:12:33 pinkbyte Exp $
101
102 EAPI=5
103 PYTHON_COMPAT=( python{3_2,3_3} )
104 inherit distutils-r1
105
106 DESCRIPTION="A usable configuration management system"
107 HOMEPAGE="http://www.nico.schottelius.org/software/cdist/"
108 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
109
110 LICENSE="GPL-3"
111 SLOT="0"
112 KEYWORDS="~amd64 ~x86"
113 IUSE="doc"
114
115 DOCS=( README )
116
117 python_install_all() {
118 if use doc; then
119 HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html )
120 fi
121 distutils-r1_python_install_all
122 doman docs/man/man1/*.1 docs/man/man7/*.7
123 }