net-misc/gmid: add 1.7.3, update live

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-09-20 15:28:42 +05:00
parent a6d001c9b2
commit 742dee1ea5
4 changed files with 116 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
SSL_DAYS=36500
SSL_CERT_MANDATORY=1
@@ -11,24 +11,25 @@ DESCRIPTION="Simple and secure Gemini server"
HOMEPAGE="https://gmid.omarpolo.com"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git https://git.omarpolo.com/${PN}"
EGIT_REPO_URI="https://git.omarpolo.com/${PN} https://github.com/omar-polo/${PN}.git"
inherit git-r3
else
SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="BSD ISC MIT"
SLOT="0"
IUSE="+seccomp test"
IUSE="seccomp test"
RESTRICT="!test? ( test )"
DEPEND="
!elibc_Darwin? ( dev-libs/libbsd )
acct-user/gemini
dev-libs/imsg-compat
dev-libs/libbsd
dev-libs/libevent
dev-libs/libevent:=
dev-libs/libretls
dev-libs/openssl:=
"
BDEPEND="
virtual/pkgconfig