* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/setconf/
@ 2020-10-09 8:05 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-10-09 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 2874f8647d8a10d99bf3dc1525dbc566ea0297fb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 08:02:45 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 08:02:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2874f864
dev-util/setconf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/737386
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/setconf/Manifest | 2 --
dev-util/setconf/metadata.xml | 8 -------
dev-util/setconf/setconf-0.6.6.ebuild | 39 -----------------------------------
dev-util/setconf/setconf-0.6.7.ebuild | 39 -----------------------------------
profiles/package.mask | 1 -
5 files changed, 89 deletions(-)
diff --git a/dev-util/setconf/Manifest b/dev-util/setconf/Manifest
deleted file mode 100644
index 37609e9d18c..00000000000
--- a/dev-util/setconf/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST setconf-0.6.6.tar.xz 12620 BLAKE2B 2882c50430a65e6947135808f87674c19bb8a57d0f5ecbb9d3e316b203b359bb79503b1e68931bfac04e52d3d0686fc11f0c74aa4d84797a0d44f8989c26b4cf SHA512 28f62b4dbc5883763cd11480ca059dd8ba120d6dfd964bbf1746ec5cb23fb0f0fd949249f77673d150cb6abd0039ff6f34d79ad744f8abcc765e0af37fbb85ff
-DIST setconf-0.6.7.tar.xz 12700 BLAKE2B 9dd3625f3fa2345ba6f9cb21fffae770a257928c2287e1772f92d831e9b6c09d8c5b09118a146b6704bb5003dd02fb0793ecabc7d8a2410f4f3941bd687b3a14 SHA512 8b247de9f7ac06f77e6251e95c045886cde5b6ca21b0152cb6fdc1456381aacd9051d5221c9fc8149608555e14f85ee2b51acbe65f78d129b1c8b732e093236d
diff --git a/dev-util/setconf/metadata.xml b/dev-util/setconf/metadata.xml
deleted file mode 100644
index 3cf14bf7463..00000000000
--- a/dev-util/setconf/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-util/setconf/setconf-0.6.6.ebuild b/dev-util/setconf/setconf-0.6.6.ebuild
deleted file mode 100644
index 28c40e11ff3..00000000000
--- a/dev-util/setconf/setconf-0.6.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
-
-DESCRIPTION="A small python based utility used to change configuration files"
-HOMEPAGE="http://setconf.roboticoverlords.org/"
-SRC_URI="http://${PN}.roboticoverlords.org/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=${PYTHON_DEPS}
-
-# "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
- unpack "./${PN}.1.gz"
-}
-
-src_prepare() {
- python_fix_shebang -f "${PN}.py"
-}
-
-src_install() {
- python_doscript "${PN}.py"
- dosym "${PN}.py" "/usr/bin/${PN}"
- doman "${PN}.1"
-}
diff --git a/dev-util/setconf/setconf-0.6.7.ebuild b/dev-util/setconf/setconf-0.6.7.ebuild
deleted file mode 100644
index 9152802536d..00000000000
--- a/dev-util/setconf/setconf-0.6.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-inherit python-single-r1
-
-DESCRIPTION="A small python based utility used to change configuration files"
-HOMEPAGE="http://setconf.roboticoverlords.org/"
-SRC_URI="http://${PN}.roboticoverlords.org/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=${PYTHON_DEPS}
-
-# "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
- unpack "./${PN}.1.gz"
-}
-
-src_prepare() {
- python_fix_shebang -f "${PN}.py"
-}
-
-src_install() {
- python_doscript "${PN}.py"
- dosym "${PN}.py" "/usr/bin/${PN}"
- doman "${PN}.1"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 0f60a163694..e2cacb3b9c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,7 +488,6 @@ app-vim/conque
dev-python/redlock-py
dev-python/root_numpy
dev-python/rootpy
-dev-util/setconf
# Michał Górny <mgorny@gentoo.org> (2020-09-09)
# These packages (or package versions) still require Python 2.7.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-09 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 8:05 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/setconf/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox