mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
net-misc/gmcapsule: drop 0.7.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
f31728a0ca
commit
38134166ae
@ -1,2 +1 @@
|
||||
DIST gmcapsule-0.7.0.tar.gz 29510 BLAKE2B 15bf36eced7cdc0cc82ab6cab7d22c287799ecd2b1cfc3eba5edfd8526261ce03c8f926357d1e2481608a1564b61981a078648e52f5a2f1419a25081c79278b7 SHA512 c03acd8500dc43bac7884705dfbb050b1d4024729b7167d325f9a45c3fb7ff93e8d873841a66be3bac0efd83025f67bd8f5215bc46d0aa200a40c0a7f997926d
|
||||
DIST gmcapsule-0.9.7.tar.gz 33387 BLAKE2B f911e377b9fe4fac9dee78491d4be53de82e667ab6b5ec65716de8e0432cbdeabbd21c596315ca1130bc72d2feda776d9c7c1ff6c10bed2c9470cd23d3dad09e SHA512 d2cf6f74cc0413e7b18ed229d89f94862117b28104f13502d76d6fa063329002f8a5633b0d1b6a225e6111c9414c19f8a1fc40b09e1f6d1cedcc1ed87e510076
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} pypy3 )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
inherit distutils-r1 pypi systemd
|
||||
|
||||
DESCRIPTION="Extensible Gemini/Titan server"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/gmcapsule/
|
||||
https://git.skyjake.fi/gemini/gmcapsule
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
acct-user/gemini
|
||||
>=dev-python/pyopenssl-21
|
||||
"
|
||||
|
||||
distutils_enable_tests import-check
|
||||
|
||||
python_install() {
|
||||
rm "${BUILD_DIR}/install$(python_get_sitedir)"/*.ini || die
|
||||
distutils-r1_python_install
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
newinitd "${FILESDIR}"/gmcapsuled.initd gmcapsuled
|
||||
newconfd "${FILESDIR}"/gmcapsuled.confd gmcapsuled
|
||||
systemd_dounit "${FILESDIR}"/gmcapsuled.service
|
||||
|
||||
insinto /etc/gmcapsule
|
||||
newins example.ini config.example.ini
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user