summaryrefslogtreecommitdiff
path: root/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-03 09:20:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-03 09:20:57 +0100
commit8d8735134b6bb6e159162e531cccb456691a4ed4 (patch)
tree7de189548ab429e5684318a71880f458c7a43dd9 /sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
parent83cfc3cac0511042177fc061cc188c99bf900be9 (diff)
gentoo auto-resync : 03:08:2022 - 09:20:57
Diffstat (limited to 'sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild')
-rw-r--r--sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild b/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
deleted file mode 100644
index b9d37ec84a44..000000000000
--- a/sec-keys/openpgp-keys-foxboron/openpgp-keys-foxboron-20220802.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="OpenPGP keys used by Morten Linderund"
-HOMEPAGE="https://linderud.dev/about/"
-SRC_URI="
- https://linderud.dev/gpg.asc ->
- C100346676634E80C940FB9E9C02FF419FECBE16.asc"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-S="${WORKDIR}"
-
-src_install() {
- local files=( ${A} )
- insinto /usr/share/openpgp-keys
- newins - foxboron.asc < <(cat "${files[@]/#/${DISTDIR}/}")
-}