Package-Manager: Portage-2.3.62, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
5daf99dfb0
commit
0e4d4032a7
12
dev-util/gitea2rss/Manifest
Normal file
12
dev-util/gitea2rss/Manifest
Normal file
@ -0,0 +1,12 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD gitea2rss-9999.ebuild 770 BLAKE2B 4ded06c985505c7ba69e4220b3e10be0f20f93366f560fc21f2c2201733805e65775ad6adc67c43defa757bea94e887d1614e0ed0c8c0587b64870c72d66a3b9 SHA512 2f6c4fd7fae06a160521e9937238834203c45d432c3e3d36c69dec6b27efe1c441a9d43cc60b6a27ae7444e176893406cdd3e497b30a027eff03739671886c29
|
||||
MISC metadata.xml 346 BLAKE2B ebb4419300105e75f6469df0bde662387458f742fbb424266d4ba29169aa21791a553ae3e1016ba1c054c639b8c27e19f29b1e001c892638790ae05b71082fb5 SHA512 12436ba51ba2dc1ea2599c58ba4ba7a1fbac833ae15d31d784b7727e4b18f08a69e42a693b283bf3e04cef42fcd282eca21fb683e8589c66559a5ffa61fd0dc0
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXLaKzAAKCRDPw5SX8bJu
|
||||
B6zaAP4jl3nUr+QOiARvgaSvoJl6NEMbvazbfcJrA9GA7/pT5gD+KIvtcRQiQ9Tk
|
||||
GhQWQZx7g7ehEcbkoJIRgjRU/GcUn2s=
|
||||
=rWSP
|
||||
-----END PGP SIGNATURE-----
|
41
dev-util/gitea2rss/gitea2rss-9999.ebuild
Normal file
41
dev-util/gitea2rss/gitea2rss-9999.ebuild
Normal file
@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Turns Gitea releases into RSS feeds."
|
||||
HOMEPAGE="https://schlomp.space/tastytea/gitea2rss"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/gitea2rss.git"
|
||||
else
|
||||
SRC_URI="https://schlomp.space/tastytea/gitea2rss/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86 ~arm"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-cpp/curlpp-0.8.1
|
||||
dev-libs/jsoncpp
|
||||
"
|
||||
DEPEND="
|
||||
dev-util/cmake
|
||||
app-text/asciidoc
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
11
dev-util/gitea2rss/metadata.xml
Normal file
11
dev-util/gitea2rss/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://schlomp.space/tastytea/gitea2rss/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user