Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/setconf/
Date: Fri, 09 Oct 2020 08:05:10
Message-Id: 1602230565.2874f8647d8a10d99bf3dc1525dbc566ea0297fb.mgorny@gentoo
1 commit: 2874f8647d8a10d99bf3dc1525dbc566ea0297fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 08:02:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 08:02:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2874f864
7
8 dev-util/setconf: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/737386
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/setconf/Manifest | 2 --
14 dev-util/setconf/metadata.xml | 8 -------
15 dev-util/setconf/setconf-0.6.6.ebuild | 39 -----------------------------------
16 dev-util/setconf/setconf-0.6.7.ebuild | 39 -----------------------------------
17 profiles/package.mask | 1 -
18 5 files changed, 89 deletions(-)
19
20 diff --git a/dev-util/setconf/Manifest b/dev-util/setconf/Manifest
21 deleted file mode 100644
22 index 37609e9d18c..00000000000
23 --- a/dev-util/setconf/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST setconf-0.6.6.tar.xz 12620 BLAKE2B 2882c50430a65e6947135808f87674c19bb8a57d0f5ecbb9d3e316b203b359bb79503b1e68931bfac04e52d3d0686fc11f0c74aa4d84797a0d44f8989c26b4cf SHA512 28f62b4dbc5883763cd11480ca059dd8ba120d6dfd964bbf1746ec5cb23fb0f0fd949249f77673d150cb6abd0039ff6f34d79ad744f8abcc765e0af37fbb85ff
27 -DIST setconf-0.6.7.tar.xz 12700 BLAKE2B 9dd3625f3fa2345ba6f9cb21fffae770a257928c2287e1772f92d831e9b6c09d8c5b09118a146b6704bb5003dd02fb0793ecabc7d8a2410f4f3941bd687b3a14 SHA512 8b247de9f7ac06f77e6251e95c045886cde5b6ca21b0152cb6fdc1456381aacd9051d5221c9fc8149608555e14f85ee2b51acbe65f78d129b1c8b732e093236d
28
29 diff --git a/dev-util/setconf/metadata.xml b/dev-util/setconf/metadata.xml
30 deleted file mode 100644
31 index 3cf14bf7463..00000000000
32 --- a/dev-util/setconf/metadata.xml
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <maintainer type="project">
39 - <email>shell-tools@g.o</email>
40 - <name>Gentoo Shell Tools Project</name>
41 - </maintainer>
42 -</pkgmetadata>
43
44 diff --git a/dev-util/setconf/setconf-0.6.6.ebuild b/dev-util/setconf/setconf-0.6.6.ebuild
45 deleted file mode 100644
46 index 28c40e11ff3..00000000000
47 --- a/dev-util/setconf/setconf-0.6.6.ebuild
48 +++ /dev/null
49 @@ -1,39 +0,0 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -PYTHON_COMPAT=( python2_7 )
55 -inherit python-single-r1
56 -
57 -DESCRIPTION="A small python based utility used to change configuration files"
58 -HOMEPAGE="http://setconf.roboticoverlords.org/"
59 -SRC_URI="http://${PN}.roboticoverlords.org/${P}.tar.xz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="~amd64 ~x86"
64 -
65 -RDEPEND=${PYTHON_DEPS}
66 -
67 -# "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny
68 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
69 -
70 -pkg_setup() {
71 - python-single-r1_pkg_setup
72 -}
73 -
74 -src_unpack() {
75 - unpack ${A}
76 - cd "${S}" || die
77 - unpack "./${PN}.1.gz"
78 -}
79 -
80 -src_prepare() {
81 - python_fix_shebang -f "${PN}.py"
82 -}
83 -
84 -src_install() {
85 - python_doscript "${PN}.py"
86 - dosym "${PN}.py" "/usr/bin/${PN}"
87 - doman "${PN}.1"
88 -}
89
90 diff --git a/dev-util/setconf/setconf-0.6.7.ebuild b/dev-util/setconf/setconf-0.6.7.ebuild
91 deleted file mode 100644
92 index 9152802536d..00000000000
93 --- a/dev-util/setconf/setconf-0.6.7.ebuild
94 +++ /dev/null
95 @@ -1,39 +0,0 @@
96 -# Copyright 1999-2020 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=5
100 -PYTHON_COMPAT=( python3_6 )
101 -inherit python-single-r1
102 -
103 -DESCRIPTION="A small python based utility used to change configuration files"
104 -HOMEPAGE="http://setconf.roboticoverlords.org/"
105 -SRC_URI="http://${PN}.roboticoverlords.org/${P}.tar.xz"
106 -
107 -LICENSE="GPL-2"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -
111 -RDEPEND=${PYTHON_DEPS}
112 -
113 -# "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny
114 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
115 -
116 -pkg_setup() {
117 - python-single-r1_pkg_setup
118 -}
119 -
120 -src_unpack() {
121 - unpack ${A}
122 - cd "${S}" || die
123 - unpack "./${PN}.1.gz"
124 -}
125 -
126 -src_prepare() {
127 - python_fix_shebang -f "${PN}.py"
128 -}
129 -
130 -src_install() {
131 - python_doscript "${PN}.py"
132 - dosym "${PN}.py" "/usr/bin/${PN}"
133 - doman "${PN}.1"
134 -}
135
136 diff --git a/profiles/package.mask b/profiles/package.mask
137 index 0f60a163694..e2cacb3b9c9 100644
138 --- a/profiles/package.mask
139 +++ b/profiles/package.mask
140 @@ -488,7 +488,6 @@ app-vim/conque
141 dev-python/redlock-py
142 dev-python/root_numpy
143 dev-python/rootpy
144 -dev-util/setconf
145
146 # Michał Górny <mgorny@g.o> (2020-09-09)
147 # These packages (or package versions) still require Python 2.7.