diff options
author | 2021-02-15 22:43:40 +0100 | |
---|---|---|
committer | 2021-02-15 22:52:53 +0100 | |
commit | 528a0340b2504ae205bf70dd53c521912d382fa0 (patch) | |
tree | 0cd4d6140460d379226f47d3abd1254309160bb0 /dev-python/kitchen | |
parent | net-misc/xmrig{,-mo}: drop old (diff) | |
download | guru-528a0340b2504ae205bf70dd53c521912d382fa0.tar.gz guru-528a0340b2504ae205bf70dd53c521912d382fa0.tar.bz2 guru-528a0340b2504ae205bf70dd53c521912d382fa0.zip |
net-misc/tuir: Added "tuir" and library "kitchen"
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
Diffstat (limited to 'dev-python/kitchen')
-rw-r--r-- | dev-python/kitchen/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kitchen/kitchen-1.2.6.ebuild | 18 | ||||
-rw-r--r-- | dev-python/kitchen/metadata.xml | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest new file mode 100644 index 000000000..7af3047eb --- /dev/null +++ b/dev-python/kitchen/Manifest @@ -0,0 +1 @@ +DIST 1.2.6.tar.gz 258124 BLAKE2B 7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf SHA512 d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7 diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild b/dev-python/kitchen/kitchen-1.2.6.ebuild new file mode 100644 index 000000000..2b58ff540 --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Kitchen contains a cornucopia of useful code" +HOMEPAGE="https://github.com/fedora-infra/kitchen" +SRC_URI="https://github.com/fedora-infra/kitchen/archive/1.2.6.tar.gz" + +S="${WORKDIR}" + +LICENSE="LGPL-2.1" + +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="dev-lang/python" diff --git a/dev-python/kitchen/metadata.xml b/dev-python/kitchen/metadata.xml new file mode 100644 index 000000000..ad8cead24 --- /dev/null +++ b/dev-python/kitchen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>svdm-gentoo@protonmail.com</email> + <name>Simon van der Maas</name> + </maintainer> +</pkgmetadata> |