net-misc/gmid: version bump to 1.6.1

also...
* include patch from the application developer to make a pidfile
* alter init.d script
* update a live ebuild

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
Anna Vyalkova
2021-04-27 15:17:33 +05:00
parent 9df0a1e07f
commit 6a09bfd48b
6 changed files with 117 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ SSL_DAYS=36500
inherit ssl-cert toolchain-funcs
DESCRIPTION="simple and secure Gemini server"
DESCRIPTION="Simple and secure Gemini server"
HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
if [[ ${PV} == "9999" ]] ; then
@@ -33,16 +33,6 @@ RDEPEND="${DEPEND}"
DOCS=( README.md ChangeLog )
src_prepare() {
default
# QA Notice: command not found
# remove `etags` from the "all" target
sed \
-e "s/^\(all: .*\) TAGS \(.*\)$/\1 \2/" \
-i Makefile || die
}
src_configure() {
# note: not an autoconf configure script
./configure \