summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-10-23 23:18:42 +0100
committerSam James <sam@gentoo.org>2023-10-23 23:49:12 +0100
commitd44dbedc214710db24fdcc119f2d4f8339430c2d (patch)
tree02bb7f80e2a962536b7d3a78250ac93be337c555 /sys-libs
parentdev-php/pecl-memcached: add snapshot (diff)
downloadgentoo-d44dbedc214710db24fdcc119f2d4f8339430c2d.tar.gz
gentoo-d44dbedc214710db24fdcc119f2d4f8339430c2d.tar.bz2
gentoo-d44dbedc214710db24fdcc119f2d4f8339430c2d.zip
sys-libs/fortify-headers: update HOMEPAGE
Bug: https://bugs.gentoo.org/546692 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32473 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/fortify-headers/fortify-headers-9999.ebuild14
-rw-r--r--sys-libs/fortify-headers/metadata.xml3
2 files changed, 7 insertions, 10 deletions
diff --git a/sys-libs/fortify-headers/fortify-headers-9999.ebuild b/sys-libs/fortify-headers/fortify-headers-9999.ebuild
index 5347e1e57683..27b835004a56 100644
--- a/sys-libs/fortify-headers/fortify-headers-9999.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-9999.ebuild
@@ -1,19 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-if [[ ${PV} == *9999* ]] ; then
- EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
- inherit git-r3
-else
- #SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz"
- SRC_URI="https://dl.2f30.org/releases/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
-fi
+EGIT_REPO_URI="https://github.com/jvoisin/fortify-headers"
+inherit git-r3
DESCRIPTION="A standalone implementation of fortify source"
-HOMEPAGE="http://git.2f30.org/fortify-headers/"
+HOMEPAGE="https://github.com/jvoisin/fortify-headers"
LICENSE="ISC"
SLOT="0"
diff --git a/sys-libs/fortify-headers/metadata.xml b/sys-libs/fortify-headers/metadata.xml
index 489e730c1c90..dd8b1ddfa342 100644
--- a/sys-libs/fortify-headers/metadata.xml
+++ b/sys-libs/fortify-headers/metadata.xml
@@ -5,4 +5,7 @@
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">jvoisin/fortify-headers</remote-id>
+ </upstream>
</pkgmetadata>