forked from tastytea/overlay
www-apps/libravatarserv: Version bump 0.7.4.
This commit is contained in:
parent
2b18f191cc
commit
f9bc810116
@ -1 +1,2 @@
|
||||
DIST libravatarserv-0.7.2.tar.gz 21603 BLAKE2B 0e693b8c819658eb781c3b921bd022c7e03768293b64bc530bc10822658c136522242636dd1a39c19963a5291309ac777fb5143debd30351df2c00e795ef131e SHA512 78e2788af5d812989ddc1e655f2c997ae72fbb2f8de45f0954165802592fd82680a35e3a1a93f6d179c636d17d76cb5cca9803cc158f2f79f89e93039167225c
|
||||
DIST libravatarserv-0.7.4.tar.gz 24176 BLAKE2B 1df28b20ed384c8d589da4ad20f9ab69666945c69dc28731523b405e3859dbd4cd11b09ec4a14fee80160a2e6b3888561737383d1fb2bdc18347bab8a0d3c4ce SHA512 0cb7f8c17e31ae1f95f96c23da8d2e753c77e755d9b30547fdde603304212f69924a6af3791f3e693c7da23719e8e6904e0801134fcd7d4ed94e76c495930295
|
||||
|
42
www-apps/libravatarserv/libravatarserv-0.7.4.ebuild
Normal file
42
www-apps/libravatarserv/libravatarserv-0.7.4.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Simple libravatar server"
|
||||
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
|
||||
else
|
||||
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/crypto++
|
||||
media-gfx/imagemagick
|
||||
dev-libs/libxdg-basedir
|
||||
dev-cpp/identiconpp
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=("README.md" "doc/nginx-example.conf")
|
||||
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user