mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-misc/gitea2rss: update EAPI 7 -> 8, update HOMEPAGE and SRC_URI
old git forge closed, re-upload to codeberg.org by original author (me) Closes: https://bugs.gentoo.org/958409 Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST gitea2rss-0.7.0.tar.gz 25234 BLAKE2B 74a0e97c9bca2f3a1d49f02cbacaa52fd8a5d9bac2d6d8242d70c8fc3c3c86b98783695122adf5190231aaad422f87b49664ece85c6313c7a2b2211b38e36d38 SHA512 94a55a676bfe441d6f5aac2137b34e571a7394324a9adc5f3438fa30ff4a1fa7070a46c6506f9c69f172c52b315fba2a54c64deee0ffcdf92d4a99dd3f5de7af
|
||||
DIST gitea2rss-0.7.0.tar.gz 25135 BLAKE2B f39e59aaa1381155ba1ec9c7bf831120a3c1504458515854d66e38cdc5d76bd436aeb055c85136c7010b22a65e87482d604f3542a6cf9f00cf9b6a906afa8cfc SHA512 1041897d3e1cbe60f75330403abf27b990923f2f47ea5c9d513dcf50a4e92a457ab2989067e4d29b8bbe16b4be39fdb74e87b337f49825607831c5e4090a0a80
|
||||
|
||||
@@ -1,22 +1,14 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Generates RSS feeds from Gitea releases, tags and commits"
|
||||
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"
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
||||
HOMEPAGE="https://codeberg.org/tastytea/gitea2rss"
|
||||
SRC_URI="https://codeberg.org/tastytea/gitea2rss/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tea+gentoo@cuddleslut.fr</email>
|
||||
<name>tea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://schlomp.space/tastytea/gitea2rss/issues</bugs-to>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>tea+gentoo@cuddleslut.fr</email>
|
||||
<name>tea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="codeberg">tastytea/gitea2rss</remote-id>
|
||||
<bugs-to>https://codeberg.org/tastytea/gitea2rss/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user