diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-09-15 07:42:27 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-24 23:07:29 +0100 |
commit | 07cc7d0ebb918e9e02b126bcc62e695126824ad5 (patch) | |
tree | 4e8432218528663c7d3b0a609e6f7adba26e551d /app-crypt | |
parent | app-arch/patool: add 1.12_p20230424 (diff) | |
download | gentoo-07cc7d0ebb918e9e02b126bcc62e695126824ad5.tar.gz gentoo-07cc7d0ebb918e9e02b126bcc62e695126824ad5.tar.bz2 gentoo-07cc7d0ebb918e9e02b126bcc62e695126824ad5.zip |
app-crypt/asekey: remove HOMEPAGE, mirror distfile in gentoo namespace
* Athena Smartcard LIMITED stopped existing as an entity in 2015 when
NXP Semiconducters aquired them. Now their domain has been aquired
by an unrelated domain squatter.
https://find-and-update.company-information.service.gov.uk/company/05881097/filing-history
https://www.nxp.com/company/about-nxp/nxp-acquires-athena-scs:NW-ACQUIRES-ATHENA-SCS
Closes: https://bugs.gentoo.org/680720
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/asekey/asekey-3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/asekey/asekey-3.7.ebuild b/app-crypt/asekey/asekey-3.7.ebuild index e7f6dbe08462..a6c2a097c9bc 100644 --- a/app-crypt/asekey/asekey-3.7.ebuild +++ b/app-crypt/asekey/asekey-3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit udev DESCRIPTION="ASEKey USB SIM Card Reader" -HOMEPAGE="https://www.athena-scs.com/" -SRC_URI="http://www.athena-scs.com/docs/reader-drivers/${PN}-${PV/./-}-tar.bz2 -> ${P}.tar.bz2" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~sam/distfiles/app-crypt/asekey/${P}.tar.bz2" LICENSE="BSD LGPL-2.1" SLOT="0" |