diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-09 10:02:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-09 10:02:45 +0200 |
commit | 2874f8647d8a10d99bf3dc1525dbc566ea0297fb (patch) | |
tree | ac36471a16e05978458d84d5b0e26717db7f9833 /dev-util | |
parent | app-misc/mswinurl_launcher: Remove last-rited pkg (diff) | |
download | gentoo-2874f8647d8a10d99bf3dc1525dbc566ea0297fb.tar.gz gentoo-2874f8647d8a10d99bf3dc1525dbc566ea0297fb.tar.bz2 gentoo-2874f8647d8a10d99bf3dc1525dbc566ea0297fb.zip |
dev-util/setconf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/737386
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/setconf/Manifest | 2 | ||||
-rw-r--r-- | dev-util/setconf/metadata.xml | 8 | ||||
-rw-r--r-- | dev-util/setconf/setconf-0.6.6.ebuild | 39 | ||||
-rw-r--r-- | dev-util/setconf/setconf-0.6.7.ebuild | 39 |
4 files changed, 0 insertions, 88 deletions
diff --git a/dev-util/setconf/Manifest b/dev-util/setconf/Manifest deleted file mode 100644 index 37609e9d18c8..000000000000 --- 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 3cf14bf74636..000000000000 --- 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 28c40e11ff30..000000000000 --- 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 9152802536d1..000000000000 --- 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" -} |