1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-25 06:03:33 +01:00

Removed tuir, as reddit broke the api

This commit is contained in:
2023-02-22 10:23:29 +01:00
parent dc43a19971
commit 29028eee5f
4 changed files with 0 additions and 66 deletions

View File

@@ -1,2 +0,0 @@
DIST kitchen-1.2.6.tar.gz 255369 BLAKE2B 9d51cc0fa99c795b550f12edebdbe1df252a56dcb7087a36015224144bad6480c47e83986aac8499005456047b297f1097ac8813501b42d145b6d9bb8398b911 SHA512 215d9e1f64b2f10362ecc434999b27607ecf091c8abe317f47b8607d82a45a63ba2cdfaef8b560e38c82a5e4ab270bb9b5283f957e8a66423fd93e9b83ed0123
EBUILD kitchen-1.2.6.ebuild 643 BLAKE2B 68d1a26da8434a832493804617946bdd31091c3e601e8591fafb7b6e70dd21e8799009df918f97e64f4677763599f1bf36aced0547886b3de8e98b8e750d2ed8 SHA512 fd3b23f11116cc9b3241f39d2ca251d69978b163d35e326b1a89179ec807403e6f31acd2c2e9aeeecf02acbb4a4ff1cc384010e11c0dacaa1524048d6dcd7c98

View File

@@ -1,32 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Useful snippets of python code"
HOMEPAGE="
https://web.archive.org/web/20150926033708/https://fedorahosted.org/kitchen/
https://github.com/fedora-infra/kitchen
https://pypi.org/project/kitchen/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="test"
RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose
)
"

View File

@@ -1,2 +0,0 @@
DIST tuir-v1.29.0.tar.bz2 17261008 BLAKE2B bbd621c4ccbd1f257eb14956c225e1a2dc3fb594a91cf739deb32ee67b2c6c823eb8d6ec190a941384b3e230f2afd7747be26cea6f0d98edb7e4b80d2acf02a5 SHA512 a95834e569e6c4d8327ac8e7a4aa69ed47fbd2e82d7bc80f74a2f20b26ddd2ee3f4b00179c8df5ad1917f44f9c20ee39ff04189b9179b583722d6f53a15fd2b5
EBUILD tuir-1.29.0.ebuild 593 BLAKE2B 1546b5e08a1f65c1bb694a372f821545083f0d323ff0a1ffb1738c917c31be4fac8d0d61da8bf4ff8eed937d396fccfcf4848accc687bb46619353c0e84b9e5d SHA512 8a416fea8e94943bd659a98cbc0eb4bb4aa0ac4a8a593802a2caffeae88bc794c782a03294656dc142518c46cfb9b0ddf2b9dea9ac74a5fb3e7764540dc7a98f

View File

@@ -1,30 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Browse Reddit from your terminal"
HOMEPAGE="https://gitlab.com/ajak/tuir"
SRC_URI="https://gitlab.com/ajak/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/beautifulsoup4
dev-python/decorator
dev-python/kitchen
dev-python/requests
dev-python/six
"
RDEPEND="${DEPEND}"
BDEPEND=""
RESTRICT="test"
S=${WORKDIR}/${PN}-v${PV}