public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/
Date: Sun, 11 Jul 2021 18:41:05 +0000 (UTC)	[thread overview]
Message-ID: <1626028863.9abebf25b3b6875e448adc7ea4d2a5dc13bb171b.slashbeast@gentoo> (raw)

commit:     9abebf25b3b6875e448adc7ea4d2a5dc13bb171b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 18:40:42 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 18:41:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abebf25

app-portage/pkg-testing-tools: new package.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 app-portage/pkg-testing-tools/Manifest                |  1 +
 app-portage/pkg-testing-tools/metadata.xml            | 11 +++++++++++
 .../pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild  | 19 +++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/app-portage/pkg-testing-tools/Manifest b/app-portage/pkg-testing-tools/Manifest
new file mode 100644
index 00000000000..936e7ff08c1
--- /dev/null
+++ b/app-portage/pkg-testing-tools/Manifest
@@ -0,0 +1 @@
+DIST pkg-testing-tools-0.1.0.tar.gz 6131 BLAKE2B 6d8dddb81e57159df9f2e1897718433d29f330286afb868a1111db4e0bb7a53823df57a5d7084a24fd5807787f169fff137f5c6c0bdcddeec2c59090d9b90775 SHA512 05165d3790b4d38c939226d1149c0c44cd62fe222a199bce8f1e108d12475710f8482f82e2e2e45223ba24fd1b50451dea8b3761c8f474a59e660b9a67bf8ab4

diff --git a/app-portage/pkg-testing-tools/metadata.xml b/app-portage/pkg-testing-tools/metadata.xml
new file mode 100644
index 00000000000..4a891574f8c
--- /dev/null
+++ b/app-portage/pkg-testing-tools/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">slashbeast/pkg-testing-tools</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
new file mode 100644
index 00000000000..a6616c03208
--- /dev/null
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Packages testing tools for Gentoo"
+HOMEPAGE="https://github.com/slashbeast/pkg-testing-tools"
+SRC_URI="https://github.com/slashbeast/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	sys-apps/portage[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2021-07-11 18:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-11 18:41 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-27  5:10 [gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/ Agostino Sarubbo
2021-08-27  5:12 Agostino Sarubbo
2021-10-19  2:35 Sam James
2022-03-10  2:37 Yixun Lan
2023-03-01 22:34 Piotr Karbowski
2023-03-02 17:48 Piotr Karbowski
2023-04-19  1:32 Sam James
2023-04-19  3:01 Sam James
2023-12-05 14:31 Joonas Niilola
2023-12-05 14:31 Joonas Niilola
2024-01-05 21:23 Petr Vaněk
2024-02-05 17:51 Sam James
2024-02-05 17:51 Sam James
2024-02-06 11:55 Joonas Niilola
2024-02-13  8:05 Joonas Niilola
2024-02-17 17:13 Joonas Niilola
2024-03-16  8:38 Joonas Niilola
2024-03-22 13:19 Joonas Niilola
2024-04-19  8:57 Joonas Niilola
2024-05-15 10:22 Andrew Ammerlaan
2024-05-28 12:35 Sam James
2024-05-28 18:20 Arthur Zamarin
2024-09-13  7:42 Joonas Niilola

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=1626028863.9abebf25b3b6875e448adc7ea4d2a5dc13bb171b.slashbeast@gentoo \
    --to=slashbeast@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