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/, app-admin/cdist/files/
Date: Mon, 28 Dec 2020 15:50:18
Message-Id: 1609170596.24a06c8cac7c15de361b2c527946f241ae5f64ef.soap@gentoo
1 commit: 24a06c8cac7c15de361b2c527946f241ae5f64ef
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Dec 28 15:49:56 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 15:49:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a06c8c
7
8 app-admin/cdist: Cleanup old
9
10 Closes: https://github.com/gentoo/gentoo/pull/18741
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-admin/cdist/Manifest | 1 -
15 app-admin/cdist/cdist-6.9.2.ebuild | 29 ------------------
16 app-admin/cdist/files/cdist-6.9.2-tests.patch | 44 ---------------------------
17 3 files changed, 74 deletions(-)
18
19 diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
20 index 9f91a60e262..d800a995554 100644
21 --- a/app-admin/cdist/Manifest
22 +++ b/app-admin/cdist/Manifest
23 @@ -1,2 +1 @@
24 -DIST cdist-6.9.2.tar.gz 1358442 BLAKE2B c734e25e4ce32fcc1f8aef105d56e12a11906a9a031ce399d48a5f3c62ef05153e8fad231e8e2316fc860b66a10bc29a9ee42077947b00acc8ea7010ff41a0fe SHA512 7ff8274b1ac5fd4abac691991ab89613e39fd4170bd7580c1519b9a5ea7dac9ab933fd00a5b72306cc5c2307f4d24745cdd77ec9c21c02b3595796b8639019b1
25 DIST cdist-6.9.3.tar.gz 1358492 BLAKE2B 04ec577629924b0a4356bfc44f0fbd3c7c8f0f15197b2fe8a62cde8e2089865a06c4d49366870be712bf0bc5d8f5c47f8c5ee3af602186ecef2c33e15af1b762 SHA512 3588cb7b98c78ff1671f1932474fd9c43e06ce075cfb0fa777903687f5ea84e7382da6014ea6230edad290de5175e3f000ea487831f1584b7efd4c97b8758dc2
26
27 diff --git a/app-admin/cdist/cdist-6.9.2.ebuild b/app-admin/cdist/cdist-6.9.2.ebuild
28 deleted file mode 100644
29 index 7b119c0cb7b..00000000000
30 --- a/app-admin/cdist/cdist-6.9.2.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6..9} )
39 -DISTUTILS_USE_SETUPTOOLS=no
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A usable configuration management system"
44 -HOMEPAGE="https://www.cdi.st/ https://code.ungleich.ch/ungleich-public/cdist"
45 -SRC_URI="https://code.ungleich.ch/ungleich-public/cdist/-/archive/${PV}/cdist-${PV}.tar.gz"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme
52 -distutils_enable_tests unittest
53 -
54 -# only required for py3.6 compatibility
55 -PATCHES=( "${FILESDIR}"/${P}-tests.patch )
56 -
57 -python_prepare_all() {
58 - echo "VERSION='${PV}'" > cdist/version.py || die
59 -
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/app-admin/cdist/files/cdist-6.9.2-tests.patch b/app-admin/cdist/files/cdist-6.9.2-tests.patch
64 deleted file mode 100644
65 index df99b74d9b8..00000000000
66 --- a/app-admin/cdist/files/cdist-6.9.2-tests.patch
67 +++ /dev/null
68 @@ -1,44 +0,0 @@
69 ---- a/cdist/preos.py
70 -+++ b/cdist/preos.py
71 -@@ -7,7 +7,7 @@ import cdist
72 - import logging
73 - import cdist.argparse
74 - import cdist.configuration
75 --import cdist.exec.util as util
76 -+from cdist.exec import util
77 -
78 -
79 - _PREOS_CALL = "commandline"
80 ---- a/cdist/exec/local.py
81 -+++ b/cdist/exec/local.py
82 -@@ -34,7 +34,7 @@ import datetime
83 - import cdist
84 - import cdist.message
85 - from cdist import core
86 --import cdist.exec.util as util
87 -+from cdist.exec import util
88 -
89 - CONF_SUBDIRS_LINKED = ["explorer", "files", "manifest", "type", ]
90 -
91 ---- a/cdist/exec/remote.py
92 -+++ b/cdist/exec/remote.py
93 -@@ -27,7 +27,7 @@ import logging
94 - import multiprocessing
95 -
96 - import cdist
97 --import cdist.exec.util as util
98 -+from cdist.exec import util
99 - import cdist.util.ipaddr as ipaddr
100 - from cdist.mputil import mp_pool_run
101 -
102 ---- a/cdist/info.py
103 -+++ b/cdist/info.py
104 -@@ -22,7 +22,7 @@
105 - import cdist
106 - import cdist.configuration
107 - import cdist.core
108 --import cdist.exec.util as util
109 -+from cdist.exec import util
110 - import os
111 - import glob
112 - import fnmatch