mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/gmid: bump to 1.7.1, update live
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST gmid-1.7.tar.gz 78157 BLAKE2B a48cd98621874f1a725b0c4b4ee70af45ebfec56734d00478e52d194f3d5a090ea3c4f8001159863149fdc400619685a1e355ab695b81e76d3b483d0101ef5a4 SHA512 d7aaddcc14ea48b4f8377ca841905071f4d82ce96168a39c38e2896b0d1253e31450a9a3794f6a2699afbbb266ffce2e301adc4acf41075a10e11eb878732ad4
|
||||
DIST gmid-1.7.1.tar.gz 78237 BLAKE2B 99e425d40f6787156dffbff9fb5b94f0522ed2810e2090aa1eafee82fe34dc9b3ec1fad8b0ca2196c8486354fe3e42549712fa81eced7e9d181f927ce6bc4c45 SHA512 450614dab361d1a55a8a5d089ca681f00845efa86c59e89c84044cf62b7856061e190b5e4580043e42a7b2e58e0bf098c5b67ec511c036ca1361531117a11e05
|
||||
|
||||
@@ -7,7 +7,7 @@ SSL_DAYS=36500
|
||||
inherit ssl-cert toolchain-funcs
|
||||
|
||||
DESCRIPTION="Simple and secure Gemini server"
|
||||
HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
|
||||
HOMEPAGE="https://gmid.omarpolo.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git https://git.omarpolo.com/${PN}"
|
||||
@@ -37,13 +37,6 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.md ChangeLog )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# QA Notice: make jobserver unavailable
|
||||
sed 's/make -C regress/${MAKE} -C regress/' -i Makefile || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local conf_args
|
||||
tc-export CC
|
||||
@@ -4,10 +4,10 @@
|
||||
EAPI=7
|
||||
|
||||
SSL_DAYS=36500
|
||||
inherit ssl-cert toolchain-funcs
|
||||
inherit ssl-cert systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="Simple and secure Gemini server"
|
||||
HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
|
||||
HOMEPAGE="https://gmid.omarpolo.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git https://git.omarpolo.com/${PN}"
|
||||
@@ -35,7 +35,13 @@ BDEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.md ChangeLog )
|
||||
DOCS=( README.md ChangeLog contrib/README )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed "s:/etc/gmid.conf:/etc/gmid/gmid.conf:" -i contrib/gmid.service || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local conf_args
|
||||
@@ -72,6 +78,10 @@ src_install() {
|
||||
insinto /etc/gmid
|
||||
doins "${FILESDIR}"/gmid.conf
|
||||
|
||||
insinto /usr/share/vim/vimfiles
|
||||
doins -r contrib/vim/*
|
||||
|
||||
systemd_dounit contrib/gmid.service
|
||||
newinitd "${FILESDIR}"/gmid.initd gmid
|
||||
newconfd "${FILESDIR}"/gmid.confd gmid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user