diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 01:25:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 01:28:43 +0100 |
commit | 4f7205a68cb930b4e29f613ffb95d6681bed3469 (patch) | |
tree | 580601fc9ef9f881f71e5fe39bbf271653ecb25b /app-crypt | |
parent | dev-python/js2py: patch for py3.12 (diff) | |
download | gentoo-4f7205a68cb930b4e29f613ffb95d6681bed3469.tar.gz gentoo-4f7205a68cb930b4e29f613ffb95d6681bed3469.tar.bz2 gentoo-4f7205a68cb930b4e29f613ffb95d6681bed3469.zip |
app-crypt/gpa: update HOMEPAGE
The old HOMEPAGE says:
> **Archive up to 2011** The GNU Privacy Assistant is a GUI for GnuPG. GPA
> utilizes GTK+ and compiles for various platforms. Development and everything
> has moved to a different plattform in 2011, see https://gnupg.org/software/gpa/index.html
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpa/gpa-0.10.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gpa/gpa-0.10.0-r1.ebuild b/app-crypt/gpa/gpa-0.10.0-r1.ebuild index 41a134a6faf0..52059a6633ed 100644 --- a/app-crypt/gpa/gpa-0.10.0-r1.ebuild +++ b/app-crypt/gpa/gpa-0.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools xdg DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG" -HOMEPAGE="http://gpa.wald.intevation.org" +HOMEPAGE="https://gnupg.org/software/gpa/" SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" # Backport of upstream changes to 0.10.0 SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-autoconf.patch.xz" |