diff options
Diffstat (limited to 'www-apps/meta-srht')
-rw-r--r-- | www-apps/meta-srht/Manifest | 1 | ||||
-rw-r--r-- | www-apps/meta-srht/meta-srht-0.54.4.ebuild | 59 |
2 files changed, 1 insertions, 59 deletions
diff --git a/www-apps/meta-srht/Manifest b/www-apps/meta-srht/Manifest index 87adeb7..0be26b6 100644 --- a/www-apps/meta-srht/Manifest +++ b/www-apps/meta-srht/Manifest @@ -1 +1,2 @@ DIST meta-srht-0.54.4.tar.gz 585911 BLAKE2B 46face01a619d793e4645d5d41809370cab6e2685c6facc29a8ec9b3a1f37996d6fae6d0c2249dc281e7411cf5fd8a63dfe7ecf71921a28bc34d32d641164fcd SHA512 b9943addfdd14c55ed55378ea9b4be182c36b72c6f314ed4a59e2379fe9316bc3e1fa94d2bf654dcb2f65d8af9e4823a468282ae7ea9de90dfdfc4f490f38ad3 +DIST meta-srht-0.63.5.tar.gz 740640 BLAKE2B 46d696e13d5cae2a732712d49acfd654cf074558f00ab5dce5531e82862a5bba70987a76ac21e193b6f82cfb295e718628305a5b3f3af1cd0208ec9cba1f8c93 SHA512 9680ea121b43dafa336df75bc037004af5055d2767be038729ba3e0c93323f34fe0ff375a21b9d42bacd0baacc7f2dae53ace0f8cd15441cb79f70c417f2b842 diff --git a/www-apps/meta-srht/meta-srht-0.54.4.ebuild b/www-apps/meta-srht/meta-srht-0.54.4.ebuild deleted file mode 100644 index bf72bfc..0000000 --- a/www-apps/meta-srht/meta-srht-0.54.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 go-module optfeature systemd - -BOOTSTRAPVER="4.1.1" -DESCRIPTION="The central authentication and account service for sr.ht" -HOMEPAGE="https://git.sr.ht/~sircmpwn/meta.sr.ht" -SRC_URI="http://git.sr.ht/~sircmpwn/meta.sr.ht/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="network-sandbox" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-db/redis - dev-python/dnspython[${PYTHON_USEDEP}] - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/qrcode[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] - dev-python/python-srht[${PYTHON_USEDEP}] - dev-python/python-sshpubkeys[${PYTHON_USEDEP}] - dev-python/zxcvbn[${PYTHON_USEDEP}] - www-servers/gunicorn[${PYTHON_USEDEP}] -" -BDEPEND="net-libs/nodejs - dev-lang/sassc - dev-lang/go -" - -S="${WORKDIR}/meta.sr.ht-${PV}" - -src_unpack() { - default_src_unpack -} - -src_compile() { - distutils-r1_src_compile - cd "${S}/api" || die - ego build -o metasrht-api -} - -src_install() { - distutils-r1_src_install - dobin "${S}/api/metasrht-api" - dodir "/etc/sr.ht" - insinto "/etc/sr.ht/" - newins "${S}/config.example.ini" "config.ini" -} - -plg_postinst() { - optfeature "billing support" "dev-python/stripe dev-python/weasyprint" -} |