public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/
Date: Sun, 12 Apr 2020 07:04:25 +0000 (UTC)	[thread overview]
Message-ID: <1586675050.0feed07b9fa510cca4b91496008173a68a2e2325.kensington@gentoo> (raw)

commit:     0feed07b9fa510cca4b91496008173a68a2e2325
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 07:03:33 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 07:04:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0feed07b

app-portage/tatt: remove 0.5 and 0.6

Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 app-portage/tatt/Manifest        |  2 --
 app-portage/tatt/tatt-0.5.ebuild | 38 --------------------------------------
 app-portage/tatt/tatt-0.6.ebuild | 38 --------------------------------------
 3 files changed, 78 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index c4a11f1b889..c236134700c 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,3 +1 @@
-DIST tatt-0.5.tar.gz 23249 BLAKE2B d98456bab4ec4d820bddc2ec614e02582f5b0385d806c876a5155cb09bd1468908ded3f5c879fc38f2cb4211f8415dddd640dd20b6b123c926b02387d49dced1 SHA512 0e2fa0dc12339be2ee2408a9dfa06201857bd2ef570b1c5ab46f0c4f0dc07492fc16d74c8f05cdef9232361b77843703d5f7e6752bff17a1ca2c3aa3cb1c1f29
-DIST tatt-0.6.tar.gz 21689 BLAKE2B d11bfb616cd27f1a303d4c95dec875cad42d31d72654be4649dac2c7b3f086b7c5a1886d9c9fbd0a858d9e042c9db0a7b5e2f4167c46b6291509f9d97a654097 SHA512 c12ea273af8b5bb410493f297776d730b7c36748a5f1b735c94dfb0542f9f03d28482060858951ac9fa161fc299c21473f5bdeaa4d89fb88ef61187a809dcac2
 DIST tatt-0.7.tar.gz 21802 BLAKE2B a0195f253e2777a8756fd7d1f83804bf3a4ca90fdeb07b2f8dc28dcb6f1d1f3c47fd948e0d001103f7972dc8cb8ee45a237dd24b3dc149392aa9841fe3d6532a SHA512 1f2a144512801d50585d40074553049ebd08bc5f084a0623b89d901acb9448657e7f42f2c8da5f613e0b2ff5c3fe59fbada1ad911c9693846923e256a2e97ecd

diff --git a/app-portage/tatt/tatt-0.5.ebuild b/app-portage/tatt/tatt-0.5.ebuild
deleted file mode 100644
index 347603126f6..00000000000
--- a/app-portage/tatt/tatt-0.5.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="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt"
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-	app-portage/eix
-	app-portage/gentoolkit
-	dev-python/configobj[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	www-client/pybugz
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	if use templates; then
-		insinto "/usr/share/${PN}"
-		doins -r templates
-	fi
-	doman tatt.1
-	doman tatt.5
-}

diff --git a/app-portage/tatt/tatt-0.6.ebuild b/app-portage/tatt/tatt-0.6.ebuild
deleted file mode 100644
index ead88748c27..00000000000
--- a/app-portage/tatt/tatt-0.6.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="arch testing tool"
-HOMEPAGE="https://github.com/gentoo/tatt"
-SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-	app-portage/eix
-	app-portage/gentoolkit
-	dev-python/configobj[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	www-client/pybugz
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	if use templates; then
-		insinto "/usr/share/${PN}"
-		doins -r templates
-	fi
-	doman tatt.1
-	doman tatt.5
-}


             reply	other threads:[~2020-04-12  7:04 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-12  7:04 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22 18:18 [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/ Viorel Munteanu
2025-01-22 18:18 Viorel Munteanu
2024-07-09 18:00 Arthur Zamarin
2024-05-28 12:04 Michał Górny
2024-04-22 16:52 Viorel Munteanu
2024-04-22 16:52 Viorel Munteanu
2023-05-25  7:56 Arthur Zamarin
2023-04-25  3:50 Sam James
2023-03-25  4:18 Michael Palimaka
2023-02-17 11:23 Sam James
2023-01-15 22:41 Sam James
2023-01-08 17:15 Arthur Zamarin
2023-01-03  6:14 Sam James
2022-12-17  6:41 WANG Xuerui
2022-11-06  6:04 Sam James
2022-10-12 19:38 Sam James
2022-10-12 19:38 Sam James
2022-07-03  2:40 Sam James
2022-05-19  3:05 Sam James
2022-03-08 11:16 Jakov Smolić
2022-01-24  4:37 Sam James
2021-10-31 22:16 Sam James
2021-06-04  7:23 Michael Palimaka
2021-04-25  9:31 Sam James
2021-04-07  6:24 Sam James
2021-02-14  3:23 Sam James
2021-01-07 23:19 Michał Górny
2020-12-02 22:45 Sam James
2020-12-02 22:39 Sam James
2020-09-11 16:09 Sam James
2020-09-04  0:30 Sam James
2020-09-04  0:30 Sam James
2020-08-29 14:51 Thomas Deutschmann
2020-08-06  2:40 Sam James
2020-07-04 21:55 Mart Raudsepp
2020-06-21  6:23 Michał Górny
2020-05-04 12:15 Michael Palimaka
2020-05-04 12:15 Michael Palimaka
2020-04-26 23:46 Thomas Deutschmann
2020-04-21  9:01 Michael Palimaka
2020-04-04 15:56 Sergei Trofimovich
2020-04-04 13:34 Agostino Sarubbo
2020-04-04 13:27 Agostino Sarubbo
2020-03-03 10:33 Michael Palimaka
2020-03-03 10:33 Michael Palimaka
2020-02-10 11:16 Michał Górny
2020-02-04 21:11 Sergei Trofimovich
2019-09-19  9:19 Michael Palimaka
2019-09-19  9:19 Michael Palimaka
2018-01-25 14:14 Michael Palimaka
2017-12-25 11:42 Markus Meier
2017-12-19 21:52 Thomas Deutschmann
2017-12-06 10:43 Michael Palimaka
2017-11-15 11:48 Michael Palimaka
2017-10-18 15:26 Sergei Trofimovich
2017-10-18 15:26 Sergei Trofimovich
2017-10-09 14:31 Sergei Trofimovich
2017-07-30  8:47 Michał Górny
2017-06-04 10:50 Michael Palimaka
2017-06-04 10:34 Agostino Sarubbo
2017-04-22  9:56 Pacho Ramos
2017-03-18  5:26 Michael Palimaka
2017-03-18  5:26 Michael Palimaka
2016-12-22 23:21 Aaron Bauman
2016-12-22  6:57 Michael Palimaka
2016-12-22  6:57 Michael Palimaka
2016-12-22  6:57 Michael Palimaka
2016-07-11 19:45 Anthony G. Basile
2016-05-28  9:32 Pacho Ramos
2016-05-24  8:50 Johannes Huber

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=1586675050.0feed07b9fa510cca4b91496008173a68a2e2325.kensington@gentoo \
    --to=kensington@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