diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-03 18:07:29 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-03 18:07:29 -0500 |
commit | e7879e82f52376d42bdb2fdbadd124c098786d68 (patch) | |
tree | d0ec54a7c41f9ea74b3ae38c72b1a65f2e5a45c0 /www-apps/meta-srht/meta-srht-0.54.4.ebuild | |
parent | 785caf4bc232418f871be8742b5b726d2762b156 (diff) | |
download | MrRoy-Overlay-e7879e82f52376d42bdb2fdbadd124c098786d68.tar.gz MrRoy-Overlay-e7879e82f52376d42bdb2fdbadd124c098786d68.tar.bz2 MrRoy-Overlay-e7879e82f52376d42bdb2fdbadd124c098786d68.zip |
Update manifest, drop 0.54.4
Diffstat (limited to 'www-apps/meta-srht/meta-srht-0.54.4.ebuild')
-rw-r--r-- | www-apps/meta-srht/meta-srht-0.54.4.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
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" -} |