From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/
Date: Thu, 6 May 2021 14:40:24 +0000 (UTC) [thread overview]
Message-ID: <1620312016.d0c13d4f7e149e6f415962cec81a83d2ba95a0a3.nicolasbock@gentoo> (raw)
commit: d0c13d4f7e149e6f415962cec81a83d2ba95a0a3
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 14:38:54 2021 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu May 6 14:40:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c13d4f
dev-python/ebuildtester: Drop old version
Closes: https://bugs.gentoo.org/748363
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
dev-python/ebuildtester/Manifest | 1 -
.../ebuildtester/ebuildtester-0.1.16-r1.ebuild | 34 ----------------------
dev-python/ebuildtester/ebuildtester-0.1.16.ebuild | 33 ---------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index 3b77065a4bd..ff785bf2f5d 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -1,4 +1,3 @@
-DIST ebuildtester-0.1.16.tar.gz 15564 BLAKE2B ae9c304fcdb9450c0b99eb75128d7e17790b87c541c87ef484a04eb1e74b18df44996e6a2d2ecfea11568f1e028d9279ac708bfa61978b4d8f176dd0183b8a69 SHA512 3e30894f6260b82a97e0000e65ab6a556c2055ab50ebbc7140b6716166b783574b87f333738d87e3ff11672f1b055df2acf483384e616e7bd9ffa42467c79743
DIST ebuildtester-0.1.27.tar.gz 17347 BLAKE2B 4b4b97235b073bfa1fc78dd3e4f5d03a2e64b277a8675669061beef3185e87c01f882ae830fc5c11b1ba97ea5deb50e93b7cc02b78cef5a0046bb7f2c7ac3433 SHA512 f50fb020e47750c318d0198628721adf166ee3d8544be50169b2012ad72370f063b1367e521af842df0574e491d469e5c2a6aba1576a9f364c95e72a9579950d
DIST ebuildtester-0.1.29.tar.gz 17446 BLAKE2B d0dccc4e290e9907b90d93ecd87cb263e842ee60944ea9e8a0cb3864029595a5979c16e3c13d59dfd6d5bdc989a6211bf56262b88bbf2f28a86b236f1c305fd9 SHA512 4093df87f85fc581dc1b286b7377929f111d0f1efc960d7623ff3cbd833ef997174b0508422567de819490c30a8246a431d6a29bf71f1e828064b3987bd129a4
DIST ebuildtester-0.1.30.tar.gz 17436 BLAKE2B 264a10b1f61fcb9ef0ef232118ab1f830da4754ddf724d9797beaabbbd03b6d8a6c790150847dde2f8a0436a71ea0351b547ea3996709da41abcaad02cdfcac8 SHA512 0138b220bfc109ea05a8052150150ca38e6612e7089926d88f5a8dc99f7c27b16adce10cce1779f981eb8bb4ee05a2aac381d5a875ef38ffa83243a2945d3666
diff --git a/dev-python/ebuildtester/ebuildtester-0.1.16-r1.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.16-r1.ebuild
deleted file mode 100644
index 12b43d2e818..00000000000
--- a/dev-python/ebuildtester/ebuildtester-0.1.16-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container"
-HOMEPAGE="https://ebuildtester.readthedocs.io/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-emulation/docker
- sys-fs/fuse
-"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
- newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
-}
diff --git a/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild
deleted file mode 100644
index 29ea741703d..00000000000
--- a/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container"
-HOMEPAGE="https://ebuildtester.readthedocs.io/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-emulation/docker
-"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
- newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
-}
next reply other threads:[~2021-05-06 14:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-06 14:40 Nicolas Bock [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-20 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/ Nicolas Bock
2021-04-14 18:57 Nicolas Bock
2021-02-17 20:00 Nicolas Bock
2020-12-16 17:44 Nicolas Bock
2020-03-27 12:13 Nicolas Bock
2020-03-26 12:44 Nicolas Bock
2018-10-08 16:23 Nicolas Bock
2018-10-08 16:21 Nicolas Bock
2018-10-04 18:12 Nicolas Bock
2018-09-26 11:41 Nicolas Bock
2018-06-08 10:37 Nicolas Bock
2018-06-08 10:29 Nicolas Bock
2018-03-01 20:13 Nicolas Bock
2018-02-26 10:26 Michał Górny
2018-02-22 13:26 Nicolas Bock
2018-02-22 1:39 Nicolas Bock
2018-02-21 20:58 Mike Gilbert
2018-02-20 19:41 Nicolas Bock
2018-02-15 21:50 Nicolas Bock
2018-02-15 14:54 Nicolas Bock
2018-02-11 18:33 Nicolas Bock
2018-02-11 13:30 Nicolas Bock
2018-02-09 13:38 Nicolas Bock
2018-02-09 13:02 Nicolas Bock
2018-02-08 13:12 Nicolas Bock
2018-02-08 0:45 Nicolas Bock
2018-02-08 0:44 Nicolas Bock
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=1620312016.d0c13d4f7e149e6f415962cec81a83d2ba95a0a3.nicolasbock@gentoo \
--to=nicolasbock@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