Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Mon, 30 Nov 2020 21:40:19
Message-Id: 1606772376.a11ecb4afc30dc40c31a1741217b16dd40990c0d.soap@gentoo
1 commit: a11ecb4afc30dc40c31a1741217b16dd40990c0d
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Nov 30 21:39:36 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 21:39:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11ecb4a
7
8 app-admin/cdist: cleanup old versions
9
10 Closes: https://github.com/gentoo/gentoo/pull/18442
11 Package-Manager: Portage-3.0.9, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 app-admin/cdist/Manifest | 4 ----
16 app-admin/cdist/cdist-5.1.3.ebuild | 24 ------------------------
17 app-admin/cdist/cdist-6.0.0.ebuild | 24 ------------------------
18 app-admin/cdist/cdist-6.5.4.ebuild | 25 -------------------------
19 app-admin/cdist/cdist-6.5.6.ebuild | 25 -------------------------
20 5 files changed, 102 deletions(-)
21
22 diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
23 index 4ddefa33b7f..43073649cf5 100644
24 --- a/app-admin/cdist/Manifest
25 +++ b/app-admin/cdist/Manifest
26 @@ -1,5 +1 @@
27 -DIST cdist-5.1.3.tar.gz 915245 BLAKE2B 5fce58f6fcbd48852e1c0c5568b72c360e74fd49b5321e2aedfdc8e48fd090cbdd7bab87a94e76d087f04f5a706bf2c7b1bebdc5a80867e26d8cc6e28afdeab3 SHA512 8330a5af80dfc07da722675ae1d402ebae4ba0aada451a02d782365d68d1d43a643609f3326f5ed793d2902838ee29071c0255c9d8a9d38c1e8a7c92a24cef46
28 -DIST cdist-6.0.0.tar.gz 934813 BLAKE2B 3cb18ebb3059fc9a37beb1567c691e1d34a9cde5d49081e8798b5ba86ea8da3b6c964d2c8bea7bf2f04f986b0b4a8766c8ea53ce48fb4bc024264e72efec1fcb SHA512 e846060f3020d6281d41e97b9cc33250cd1d4ae0d110a2792fc2447af110fef91199fc0382d5a1e501f487fda42f703957ff5a39cf28061338609a600290d792
29 -DIST cdist-6.5.4.tar.gz 898002 BLAKE2B b4565cd8112ce1bff6ac74625a5920886a708fec827f70c3a3a2df156408761badebff4e161900cd09685bfbbb4954927c9771f6516c54a510b582ebec075e76 SHA512 3f1405e1b28d7568ef3ae543d59e760b2dc1fc8004be031550ba52d3aa2d8911cef4325865fb9ed5df053ec1609a076bb31a520b100bad5811f0de9cd73f416e
30 -DIST cdist-6.5.6.tar.gz 950790 BLAKE2B f13927009eb8c0172ecc0d59c1eb90fccd17542beed21033f17cec0746f6a41d5f9b39103942ffadf5a45251f49d97bc10ac82ff94bd5cd05d86c48f5d4f839f SHA512 b62a62feca742be233af9602b9216408c68cc66f114d9e581619f564359ccddc23a54257f16d70105476b76f6ba19ecd8937253f01dc479f806609e11fde8741
31 DIST cdist-6.9.2.tar.gz 1358442 BLAKE2B c734e25e4ce32fcc1f8aef105d56e12a11906a9a031ce399d48a5f3c62ef05153e8fad231e8e2316fc860b66a10bc29a9ee42077947b00acc8ea7010ff41a0fe SHA512 7ff8274b1ac5fd4abac691991ab89613e39fd4170bd7580c1519b9a5ea7dac9ab933fd00a5b72306cc5c2307f4d24745cdd77ec9c21c02b3595796b8639019b1
32
33 diff --git a/app-admin/cdist/cdist-5.1.3.ebuild b/app-admin/cdist/cdist-5.1.3.ebuild
34 deleted file mode 100644
35 index bb88eabb601..00000000000
36 --- a/app-admin/cdist/cdist-5.1.3.ebuild
37 +++ /dev/null
38 @@ -1,24 +0,0 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -
44 -PYTHON_COMPAT=( python{3_6,3_7} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="A usable configuration management system"
49 -HOMEPAGE="https://www.nico.schottelius.org/software/cdist/"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="GPL-3+"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE="doc"
56 -
57 -python_install_all() {
58 - use doc && HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html )
59 - distutils-r1_python_install_all
60 -
61 - doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
62 -}
63
64 diff --git a/app-admin/cdist/cdist-6.0.0.ebuild b/app-admin/cdist/cdist-6.0.0.ebuild
65 deleted file mode 100644
66 index d88a8c2d5eb..00000000000
67 --- a/app-admin/cdist/cdist-6.0.0.ebuild
68 +++ /dev/null
69 @@ -1,24 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -PYTHON_COMPAT=( python{3_6,3_7} )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="A usable configuration management system"
80 -HOMEPAGE="https://www.nico.schottelius.org/software/cdist/"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="GPL-3+"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE="doc"
87 -
88 -python_install_all() {
89 - use doc && local HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html )
90 - distutils-r1_python_install_all
91 -
92 - doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
93 -}
94
95 diff --git a/app-admin/cdist/cdist-6.5.4.ebuild b/app-admin/cdist/cdist-6.5.4.ebuild
96 deleted file mode 100644
97 index ed4bd09b8c9..00000000000
98 --- a/app-admin/cdist/cdist-6.5.4.ebuild
99 +++ /dev/null
100 @@ -1,25 +0,0 @@
101 -# Copyright 1999-2020 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=7
105 -
106 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
107 -DISTUTILS_USE_SETUPTOOLS=no
108 -
109 -inherit distutils-r1
110 -
111 -DESCRIPTION="A usable configuration management system"
112 -HOMEPAGE="https://www.cdi.st/ https://code.ungleich.ch/ungleich-public/cdist"
113 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
114 -
115 -LICENSE="GPL-3+"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~x86"
118 -IUSE="doc"
119 -
120 -python_install_all() {
121 - use doc && local HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html )
122 - distutils-r1_python_install_all
123 -
124 - doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
125 -}
126
127 diff --git a/app-admin/cdist/cdist-6.5.6.ebuild b/app-admin/cdist/cdist-6.5.6.ebuild
128 deleted file mode 100644
129 index ed4bd09b8c9..00000000000
130 --- a/app-admin/cdist/cdist-6.5.6.ebuild
131 +++ /dev/null
132 @@ -1,25 +0,0 @@
133 -# Copyright 1999-2020 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=7
137 -
138 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
139 -DISTUTILS_USE_SETUPTOOLS=no
140 -
141 -inherit distutils-r1
142 -
143 -DESCRIPTION="A usable configuration management system"
144 -HOMEPAGE="https://www.cdi.st/ https://code.ungleich.ch/ungleich-public/cdist"
145 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
146 -
147 -LICENSE="GPL-3+"
148 -SLOT="0"
149 -KEYWORDS="~amd64 ~x86"
150 -IUSE="doc"
151 -
152 -python_install_all() {
153 - use doc && local HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html )
154 - distutils-r1_python_install_all
155 -
156 - doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
157 -}