commit: 528a0340b2504ae205bf70dd53c521912d382fa0 Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com> AuthorDate: Mon Feb 15 21:43:40 2021 +0000 Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com> CommitDate: Mon Feb 15 21:52:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528a0340
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 <AT> protonmail.com> dev-python/kitchen/Manifest | 1 + dev-python/kitchen/kitchen-1.2.6.ebuild | 18 ++++++++++++++++++ dev-python/kitchen/metadata.xml | 8 ++++++++ net-misc/tuir/Manifest | 1 + net-misc/tuir/metadata.xml | 8 ++++++++ net-misc/tuir/tuir-1.29.0.ebuild | 26 ++++++++++++++++++++++++++ 6 files changed, 62 insertions(+) diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest new file mode 100644 index 00000000..7af3047e --- /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 00000000..2b58ff54 --- /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 00000000..ad8cead2 --- /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>[email protected]</email> + <name>Simon van der Maas</name> + </maintainer> +</pkgmetadata> diff --git a/net-misc/tuir/Manifest b/net-misc/tuir/Manifest new file mode 100644 index 00000000..7f0c32ed --- /dev/null +++ b/net-misc/tuir/Manifest @@ -0,0 +1 @@ +DIST tuir-v1.29.0.tar.gz 17689935 BLAKE2B 8bd2c046a350804eaa02f83ab71b8c3e838411dc5b78929b873f95808dd09cd3b2634a377747a8094e896f02875f3af75e239a1cd7713a295bc573b0aa79b605 SHA512 254dcbb825011d0651f4a899d2fbfbd7f4366f68aad95dcc9790876c0af63d5b2ced4d50f36d98e683b2d53d7e5819110ec3e5964fb92b9c69f40b3d43f04e1b diff --git a/net-misc/tuir/metadata.xml b/net-misc/tuir/metadata.xml new file mode 100644 index 00000000..ad8cead2 --- /dev/null +++ b/net-misc/tuir/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>[email protected]</email> + <name>Simon van der Maas</name> + </maintainer> +</pkgmetadata> diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild new file mode 100644 index 00000000..07564543 --- /dev/null +++ b/net-misc/tuir/tuir-1.29.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_REQ_USE="ncurses" +inherit distutils-r1 + +DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit from your terminal" +HOMEPAGE="https://github.com/proycon/tuir" +SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v1.29.0/tuir-v1.29.0.tar.gz" + +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="MIT" + +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="dev-python/beautifulsoup +dev-python/decorator +dev-python/requests +dev-python/six +dev-python/kitchen"
