commit:     1caf6b1ffc6b4343baebd74347b65e78c2f6f3ef
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 17:34:38 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 17:34:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caf6b1f

app-misc/yq: Remove old versions

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-misc/yq/Manifest           |  3 ---
 app-misc/yq/yq-2.7.1-r1.ebuild | 38 --------------------------------------
 app-misc/yq/yq-2.7.2.ebuild    | 38 --------------------------------------
 app-misc/yq/yq-2.8.0.ebuild    | 38 --------------------------------------
 app-misc/yq/yq-2.9.2.ebuild    | 38 --------------------------------------
 5 files changed, 155 deletions(-)

diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index b8889f89b56..2dff83726c5 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1,4 +1 @@
-DIST yq-2.7.1.tar.gz 13794 BLAKE2B 
87fe4961974ab41fc14efb7b85c3db5c13577593253eb236c445f59e4034ce5211173cbdd1680e8b83394068ebcc99962f9f3b7c1cd36a4554aa2769b0a5ce66
 SHA512 
ad76f6102cdb7b0cc82d57c8120dfe10221b7d7456c4c3dd6e5ed0630d9ab178099f4ee8bfc075f15eb4b35aaef4237fcb0ef01a769a612632b4ef774da2b50a
-DIST yq-2.7.2.tar.gz 14010 BLAKE2B 
ec01d25c5ad1ca5fb38b2a4b412306d0ddf157a6a6fdbf2b55452a487bade60ebdd1bddba231e8f0d8db60994c44322c85918221cc64ea346e36d38ca73c185f
 SHA512 
0671d0f5d5dbd7eee42efef7b8469d2177c2459144afc679bcf1f04165ba1e4ae0e396d9a3fa9ecb3db373671152fa51c835ca6fd2622fa8a243b21bfa547e43
-DIST yq-2.8.0.tar.gz 14434 BLAKE2B 
1389a4e5df3a5e23fb9d9fad17f7f62b7ce85af917b5a29169ccad71c47d856658ac2fe649df4e98a9980e2548b1170ef468d150d6d84b121f093bd374746e69
 SHA512 
aca4aea16d80947d030c4c98cfdb431bc8bb25cbbcd388decac84842f7107617b31ef5dd25f409b90094a28452e6623734f7293c16ed75f0e8758b2d53820a09
 DIST yq-2.9.2.tar.gz 19177 BLAKE2B 
038d813679d3583eb863577f317d834f78f614d6be595c96601a06b40c3af5d9b04234381529012328a45984b183376e0647a6b09b8a87642f8e688e39ec7a7f
 SHA512 
a526407f4f34e9c2a0acccaf38207bbe328468419450efaf30171493123b7715c2e6dd6799679220b07bfa7bc9081ac5f758f833ddf05dfb5e1fe14286baf45c

diff --git a/app-misc/yq/yq-2.7.1-r1.ebuild b/app-misc/yq/yq-2.7.1-r1.ebuild
deleted file mode 100644
index 2559bf50e6b..00000000000
--- a/app-misc/yq/yq-2.7.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
-HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.org/project/yq/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-misc/jq
-       >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/toml[${PYTHON_USEDEP}]
-               dev-python/wheel[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-               -i test/test.py || die
-}
-
-python_test() {
-       ./test/test.py || die "tests failed under ${EPYTHON}"
-}

diff --git a/app-misc/yq/yq-2.7.2.ebuild b/app-misc/yq/yq-2.7.2.ebuild
deleted file mode 100644
index f091efa9098..00000000000
--- a/app-misc/yq/yq-2.7.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
-HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.org/project/yq/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-misc/jq
-       >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/toml[${PYTHON_USEDEP}]
-               dev-python/wheel[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-               -i test/test.py || die
-}
-
-python_test() {
-       ./test/test.py || die "tests failed under ${EPYTHON}"
-}

diff --git a/app-misc/yq/yq-2.8.0.ebuild b/app-misc/yq/yq-2.8.0.ebuild
deleted file mode 100644
index f091efa9098..00000000000
--- a/app-misc/yq/yq-2.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
-HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.org/project/yq/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-misc/jq
-       >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/toml[${PYTHON_USEDEP}]
-               dev-python/wheel[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-               -i test/test.py || die
-}
-
-python_test() {
-       ./test/test.py || die "tests failed under ${EPYTHON}"
-}

diff --git a/app-misc/yq/yq-2.9.2.ebuild b/app-misc/yq/yq-2.9.2.ebuild
deleted file mode 100644
index f091efa9098..00000000000
--- a/app-misc/yq/yq-2.9.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
-HOMEPAGE="https://yq.readthedocs.io/ https://github.com/kislyuk/yq/ 
https://pypi.org/project/yq/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-misc/jq
-       >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/toml[${PYTHON_USEDEP}]
-               dev-python/wheel[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-               -i test/test.py || die
-}
-
-python_test() {
-       ./test/test.py || die "tests failed under ${EPYTHON}"
-}

Reply via email to