public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/
Date: Thu,  6 Dec 2018 20:26:25 +0000 (UTC)	[thread overview]
Message-ID: <1544127898.adc7324f1f00dbaa624b6f88f6abff9912eb63a2.zmedico@gentoo> (raw)

commit:     adc7324f1f00dbaa624b6f88f6abff9912eb63a2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  6 20:24:58 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Dec  6 20:24:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc7324f

app-misc/yq: remove old versions

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

 app-misc/yq/Manifest        |  3 ---
 app-misc/yq/yq-2.1.2.ebuild | 24 ------------------------
 app-misc/yq/yq-2.3.0.ebuild | 24 ------------------------
 app-misc/yq/yq-2.3.3.ebuild | 24 ------------------------
 4 files changed, 75 deletions(-)

diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index 039d59e8225..2b126905f9c 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1,4 +1 @@
-DIST yq-2.1.2.tar.gz 4704 BLAKE2B 980f0025ed397d620cf4883b3603411e7d969d641a50b6ad7f8be2ed9cb326772b0d79b36b0fe1c1f168e9b859bab63be3c0a6e267fef9ae15e8aa66574dbd67 SHA512 88f32e58aacd82deb06deee6910f5a145e54d20829f438cd47248d560119dd8112e0813ea8d55708664ac29ef011bbc3fd6b882e1c538ef44aaa9aa119584e99
-DIST yq-2.3.0.tar.gz 5165 BLAKE2B 5d317d78e4e9e0fbe3064c004b33cb267fe0947d011ea3f12b873a2a31b16695c57bd932b2f2e5145afa22f9cccb43bed0a34847c4975f83bf63651e6b3b5372 SHA512 f256d1766b697f6bcb88bb8129e587bb99929154e13167f179bff1669b08b5444af90d7a17382b4f434092110ddb9e578c1f374b56aba03b4a4406fc25b76d6a
-DIST yq-2.3.3.tar.gz 5486 BLAKE2B fa02b7466d54dbb5ddd4090329e1dd1d3826aa12d647563296236122fa34a85e7ee3e7f06edc227264db8fc18a215f39a5b171c18e498132bf701ef25def7936 SHA512 58461c74f907be241047197967ec316ea6ffe2accd99c8b97a158369d06f32c758c56edaeea30d3e4988e295a58fabeb47d960097b136c6b0bf16c2792b7f75d
 DIST yq-2.3.4.tar.gz 5657 BLAKE2B d7e6a37ed157ff2a23b648a54cf729cda1413a627f1169ba938ae89d4bd175270cdc5fa39ca5ea3c31d55d562439296bcce391cb22cd2faccc5f545f2577a12d SHA512 ea530d3f501a8697474b1b77644fdf439326e49fbae158a862e58fba6f939ee5f3ba50f82cc5e990b1ed05c4e7aa9c205635290e6d2507d46e53b68ee467d5e1

diff --git a/app-misc/yq/yq-2.1.2.ebuild b/app-misc/yq/yq-2.1.2.ebuild
deleted file mode 100644
index 1508219d3b3..00000000000
--- a/app-misc/yq/yq-2.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,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=""
-
-RDEPEND="app-misc/jq
-	>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	./test/test.py || die
-}

diff --git a/app-misc/yq/yq-2.3.0.ebuild b/app-misc/yq/yq-2.3.0.ebuild
deleted file mode 100644
index ab7d35d6967..00000000000
--- a/app-misc/yq/yq-2.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,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=""
-
-RDEPEND="app-misc/jq
-	>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	./test/test.py || die
-}

diff --git a/app-misc/yq/yq-2.3.3.ebuild b/app-misc/yq/yq-2.3.3.ebuild
deleted file mode 100644
index ab7d35d6967..00000000000
--- a/app-misc/yq/yq-2.3.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,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=""
-
-RDEPEND="app-misc/jq
-	>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	./test/test.py || die
-}


             reply	other threads:[~2018-12-06 20:26 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-06 20:26 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 18:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/ Arthur Zamarin
2025-02-28 18:22 Arthur Zamarin
2024-10-26 18:39 Arthur Zamarin
2024-10-25 22:53 Sam James
2024-10-25 22:09 Sam James
2024-08-05 11:07 WANG Xuerui
2024-05-27  1:28 Zac Medico
2024-04-18 22:28 Patrick McLean
2024-03-09 21:05 Sam James
2024-03-09 21:05 Sam James
2024-03-09 21:05 Sam James
2023-09-11 23:20 Patrick McLean
2023-05-11  4:43 Sam James
2023-04-25 18:52 Patrick McLean
2023-04-10 21:16 Patrick McLean
2023-04-10 21:16 Patrick McLean
2022-11-02 17:03 Patrick McLean
2022-07-24 21:27 Zac Medico
2022-07-06 17:50 Patrick McLean
2022-02-21 20:05 Zac Medico
2022-02-21 20:04 Zac Medico
2021-02-06  1:44 Patrick McLean
2020-10-03 17:38 Zac Medico
2020-10-03 17:38 Zac Medico
2020-01-30 21:26 Michał Górny
2019-12-03  2:47 Patrick McLean
2019-12-03  2:45 Patrick McLean
2019-11-05 19:20 Zac Medico
2019-11-05 18:50 Zac Medico
2019-10-26  2:15 Zac Medico
2019-05-08  0:50 Zac Medico
2019-05-08  0:50 Zac Medico
2018-12-07  0:48 Zac Medico
2018-12-06 21:21 Zac Medico
2018-01-24 17:17 Manuel Rüger
2017-10-13 11:46 Manuel Rüger
2017-09-15 12:54 Manuel Rüger
2017-06-27 20:27 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544127898.adc7324f1f00dbaa624b6f88f6abff9912eb63a2.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox