www-apps/libravatarserv: update live ebuild
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
442aaf79f0
commit
ac76b6f2eb
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 2018-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
@ -11,32 +11,23 @@ fi
|
|||||||
|
|
||||||
DESCRIPTION="Simple libravatar server"
|
DESCRIPTION="Simple libravatar server"
|
||||||
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
|
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
if [[ ${PV} == *9999* ]]; then
|
||||||
EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
|
EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
|
||||||
else
|
else
|
||||||
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz
|
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz
|
||||||
-> ${P}.tar.gz"
|
-> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}/${PN}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
|
||||||
KEYWORDS=""
|
|
||||||
else
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-libs/crypto++
|
|
||||||
media-gfx/imagemagick
|
|
||||||
dev-libs/libxdg-basedir
|
|
||||||
dev-cpp/identiconpp
|
dev-cpp/identiconpp
|
||||||
|
dev-libs/crypto++:=
|
||||||
|
media-gfx/imagemagick:=
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
DOCS=("README.md" "doc/nginx-example.conf")
|
DOCS=("README.md" "doc/nginx-example.conf")
|
||||||
|
|
||||||
if [[ "${PV}" != "9999" ]]; then
|
|
||||||
S="${WORKDIR}/${PN}"
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user