public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Tue,  7 Apr 2020 10:42:57 +0000 (UTC)	[thread overview]
Message-ID: <1586256143.610ef0493a7eae0a55f1882b7de773c24fcecdec.mgorny@gentoo> (raw)

commit:     610ef0493a7eae0a55f1882b7de773c24fcecdec
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  7 10:42:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  7 10:42:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610ef049

app-portage/nattka: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/nattka/Manifest            |  4 ----
 app-portage/nattka/nattka-0.0.2.ebuild | 27 ---------------------------
 app-portage/nattka/nattka-0.0.3.ebuild | 28 ----------------------------
 app-portage/nattka/nattka-0.0.4.ebuild | 28 ----------------------------
 app-portage/nattka/nattka-0.0.5.ebuild | 28 ----------------------------
 5 files changed, 115 deletions(-)

diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest
index 1e3fbdec4e0..8d9805c43f1 100644
--- a/app-portage/nattka/Manifest
+++ b/app-portage/nattka/Manifest
@@ -1,5 +1 @@
-DIST nattka-0.0.2.tar.gz 48458 BLAKE2B 56d20e62b9b56125562afc783ea1344fabb3b3743c1f50a10f6c9cf4f95c83081e7da88b67fbe2bbd3e79ec4542a1ef5bbc712bc644e8a8ab352dc30fd8a63f6 SHA512 186978d2131c686f07e7d193a2532a5b91b7fb389269ec97a5a23ac7e149451f40df6f4afa3be4a633d659ae4a923c62384b71861b5b9a674adffbb44ac67cdd
-DIST nattka-0.0.3.tar.gz 57811 BLAKE2B 68d2fe2b300a4189d4dc7c31c15a41ab86bd3019254cfff55d8aee6543d4ee9bdc1e311640f0d70d4d380993bc170855ee597b8eab2312bf0bbc11c4eac9a942 SHA512 b47837ddf323ed5329c97db326dfef54a4cb604f7b54b1555dd8a4cc43d2f35f04974077e1189c88b04979b9ff1279db2e706571406374dd180061c43efe98e8
-DIST nattka-0.0.4.tar.gz 58691 BLAKE2B ecc35cad1298414b75f5fe46ea05f50ef08ea1945f892563fbecc082edd4d135c92b7b0253cb28feb1df2b6637588b0efe1640a321dfad5b3d6dfc0ffa6a8c6d SHA512 c84721ad3055f9780bc855fd31da5a87b4542249a6068d97647836403828c9acc5145bbcae0bb1d109dabe3dc9c3abd0f33719215354806a3e9258c9b77fc0c5
-DIST nattka-0.0.5.tar.gz 58839 BLAKE2B 971461a5c49d838a50ccf7b652ac1304f8beee70adb9938fb77bbfa238927b80fca23038a4aea0c1f4f181eba5317b928c6dcb9ffe60ac3a9dfa79cc80e87eb1 SHA512 1a89832654dcc976841eacffa6880832ebc17546fc45e8dcf96d2bc4b73c322ecf244342da9dc80de74e8750a05ea294cacab134e13a4f59953ede1a067a66b1
 DIST nattka-0.0.6.tar.gz 60753 BLAKE2B cd6d843c34411d4cd3dea32a416dc4d3ade0de3331606cb141804eaaf3ef2f2f0d83160927c701c9266c0bb604180d28631d5c809b11a2332829b1510ddaee18 SHA512 b0a5f0d11f0469358464e73dd813b07568bbdccfc66e2c85db8510c7a335b289c7bb51ee2f11fbca84f73453e9f45349882d812859c54ae725afd9580a320135

diff --git a/app-portage/nattka/nattka-0.0.2.ebuild b/app-portage/nattka/nattka-0.0.2.ebuild
deleted file mode 100644
index 93d9d93ce65..00000000000
--- a/app-portage/nattka/nattka-0.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
-HOMEPAGE="https://github.com/mgorny/nattka/"
-SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-util/pkgcheck[${PYTHON_USEDEP}]
-	dev-vcs/git
-	sys-apps/pkgcore[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/app-portage/nattka/nattka-0.0.3.ebuild b/app-portage/nattka/nattka-0.0.3.ebuild
deleted file mode 100644
index cf9543a7ac6..00000000000
--- a/app-portage/nattka/nattka-0.0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
-HOMEPAGE="https://github.com/mgorny/nattka/"
-SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-util/pkgcheck[${PYTHON_USEDEP}]
-	dev-vcs/git
-	sys-apps/pkgcore[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest

diff --git a/app-portage/nattka/nattka-0.0.4.ebuild b/app-portage/nattka/nattka-0.0.4.ebuild
deleted file mode 100644
index cf9543a7ac6..00000000000
--- a/app-portage/nattka/nattka-0.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
-HOMEPAGE="https://github.com/mgorny/nattka/"
-SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-util/pkgcheck[${PYTHON_USEDEP}]
-	dev-vcs/git
-	sys-apps/pkgcore[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest

diff --git a/app-portage/nattka/nattka-0.0.5.ebuild b/app-portage/nattka/nattka-0.0.5.ebuild
deleted file mode 100644
index cf9543a7ac6..00000000000
--- a/app-portage/nattka/nattka-0.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
-HOMEPAGE="https://github.com/mgorny/nattka/"
-SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	dev-util/pkgcheck[${PYTHON_USEDEP}]
-	dev-vcs/git
-	sys-apps/pkgcore[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest


             reply	other threads:[~2020-04-07 10:43 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 10:42 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/ Michał Górny
2024-03-23 11:58 Michał Górny
2024-03-06  8:32 Michał Górny
2024-01-06 12:02 Michał Górny
2024-01-06 11:54 Sam James
2024-01-04 11:29 WANG Xuerui
2023-12-09 16:39 Arthur Zamarin
2023-11-22 12:27 Michał Górny
2023-02-03 12:32 Michał Górny
2023-02-03 12:13 Arthur Zamarin
2022-12-31 12:37 Michał Górny
2022-12-31 12:11 Sam James
2022-12-31 10:55 Michał Górny
2022-12-17  6:41 WANG Xuerui
2022-11-06  5:51 Sam James
2022-10-22 17:04 Arthur Zamarin
2022-10-22 17:04 Arthur Zamarin
2022-08-10 14:20 Michał Górny
2022-07-28 12:06 Sam James
2022-07-28 12:00 Sam James
2022-04-27 12:27 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-03-18  8:44 Michał Górny
2022-02-27 22:34 Michał Górny
2022-02-27 22:34 Michał Górny
2021-08-30  5:57 Michał Górny
2021-08-30  1:23 Sam James
2021-08-15 20:51 Michał Górny
2021-07-29 18:47 Michał Górny
2021-07-29 18:47 Michał Górny
2021-07-29 17:07 Michał Górny
2021-07-29 10:41 Michał Górny
2021-07-29  9:26 Michał Górny
2021-07-09 14:44 Michał Górny
2021-07-03  6:21 Michał Górny
2021-07-03  1:28 Sam James
2021-07-02 18:59 Michał Górny
2021-05-31 10:43 Marek Szuba
2021-05-09 14:24 Michał Górny
2021-04-16 14:20 Michał Górny
2021-04-16 12:07 Michał Górny
2021-04-01 21:04 Michał Górny
2021-03-02  8:53 Michał Górny
2021-03-02  4:38 Sam James
2021-02-20 20:53 Michał Górny
2021-01-08 12:40 Michał Górny
2021-01-08 10:44 Sam James
2021-01-08 10:42 Sam James
2021-01-08 10:34 Sam James
2021-01-08  1:00 Sam James
2021-01-08  0:58 Sam James
2021-01-07 23:19 Michał Górny
2021-01-07 23:19 Michał Górny
2020-11-28  7:43 Sam James
2020-11-27 10:17 Michał Górny
2020-09-24  6:46 Agostino Sarubbo
2020-09-22  6:33 Sergei Trofimovich
2020-09-20 21:52 Thomas Deutschmann
2020-09-20  8:40 Sergei Trofimovich
2020-09-19  2:53 Sam James
2020-09-19  0:07 Sam James
2020-09-18 15:09 Agostino Sarubbo
2020-09-18 15:07 Agostino Sarubbo
2020-09-18  9:38 Michał Górny
2020-09-13 12:02 Michał Górny
2020-09-04  8:57 Sergei Trofimovich
2020-07-16 12:50 Sam James
2020-07-16  4:18 Sam James
2020-07-05 12:09 Michał Górny
2020-06-15  7:23 Michał Górny
2020-06-14 20:51 Michał Górny
2020-06-14 18:55 Michał Górny
2020-06-14 13:57 Michał Górny
2020-06-14 13:57 Michał Górny
2020-06-04 14:10 Sergei Trofimovich
2020-06-01  6:59 Sergei Trofimovich
2020-05-31 23:46 Matt Turner
2020-05-30  7:40 Michał Górny
2020-05-30  7:16 Michał Górny
2020-05-08 21:30 Aaron Bauman
2020-05-06  7:12 Michał Górny
2020-05-05 14:24 Michał Górny
2020-05-03 12:47 Michał Górny
2020-05-02 13:30 Mart Raudsepp
2020-05-02  6:43 Michał Górny
2020-04-30  9:45 Michał Górny
2020-04-21 20:01 Michał Górny
2020-04-21 20:01 Michał Górny
2020-04-20 11:05 Michał Górny
2020-04-17 14:10 Michał Górny
2020-04-17  9:07 Michał Górny
2020-04-15 16:11 Michał Górny
2020-04-15 16:11 Michał Górny
2020-04-14 13:16 Michał Górny
2020-04-14 11:46 Michał Górny
2020-04-14  7:59 Michał Górny
2020-04-13 10:32 Michał Górny
2020-04-12 20:21 Michał Górny
2020-04-12 17:47 Michał Górny
2020-04-11  7:49 Michał Górny
2020-04-11  7:49 Michał Górny
2020-04-10 15:29 Michał Górny
2020-04-10 15:29 Michał Górny
2020-04-09 19:42 Michał Górny
2020-04-08 15:53 Michał Górny
2020-04-08 15:53 Michał Górny
2020-04-08 13:37 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-08 13:28 Agostino Sarubbo
2020-04-08 12:46 Agostino Sarubbo
2020-04-07 19:00 Michał Górny
2020-04-07 10:42 Michał Górny
2020-04-07  7:07 Georgy Yakovlev
2020-04-07  7:03 Georgy Yakovlev
2020-04-06 13:34 Michał Górny
2020-04-06 12:02 Michał Górny
2020-04-05 20:35 Michał Górny
2020-04-05 20:27 Michał Górny
2020-04-03 20:25 Michał Górny
2020-04-03 17:16 Michał Górny
2020-04-02 14:18 Michał Górny
2020-04-02 11:41 Michał Górny
2020-04-01 13:10 Michał Górny

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=1586256143.610ef0493a7eae0a55f1882b7de773c24fcecdec.mgorny@gentoo \
    --to=mgorny@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