commit: 99a6e46590aeef0487882c3b52fdef26fbcfdfdb Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com> AuthorDate: Wed Feb 17 20:26:00 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 17 20:26:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99a6e465
net-misc/rtv: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com> net-misc/rtv/Manifest | 1 + net-misc/rtv/metadata.xml | 8 ++++++++ net-misc/rtv/rtv-1.27.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/net-misc/rtv/Manifest b/net-misc/rtv/Manifest new file mode 100644 index 00000000..9de9576d --- /dev/null +++ b/net-misc/rtv/Manifest @@ -0,0 +1 @@ +DIST 1.27.0.tar.gz 17277593 BLAKE2B 25d504a7715cbab926d5dc612baee223d9fa192828763edffb3a8fa09861b2c6bf6835adda638b1300ecebbc2e1822709971dd9e63ea7e05b6a7eebc0d5dbda7 SHA512 38a136af0b9a4e693e9db119ebdee332a20002622029107c1860dc32f15fe2d4a0b68d1a45e6817e9c00a3aaece3dfcd604f04de71a6dec4bbf1c23df2bf6605 diff --git a/net-misc/rtv/metadata.xml b/net-misc/rtv/metadata.xml new file mode 100644 index 00000000..ad8cead2 --- /dev/null +++ b/net-misc/rtv/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/rtv/rtv-1.27.0.ebuild b/net-misc/rtv/rtv-1.27.0.ebuild new file mode 100644 index 00000000..eab7d639 --- /dev/null +++ b/net-misc/rtv/rtv-1.27.0.ebuild @@ -0,0 +1,24 @@ +# 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="Browse Reddit from your terminal" +HOMEPAGE="https://github.com/michael-lazar/rtv" +SRC_URI="https://github.com/michael-lazar/rtv/archive/v${PV}.tar.gz -> + ${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}] +dev-python/decorator[${PYTHON_USEDEP}] +dev-python/requests[${PYTHON_USEDEP}] +dev-python/six[${PYTHON_USEDEP}] +dev-python/kitchen[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}"
