diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-19 21:22:49 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-19 21:22:49 +0200 |
commit | b7626f0563d0234745c7ba9027336389aea3ea4b (patch) | |
tree | 1468dc0a0aa57fc92e590447e256f167d7c88104 /app-portage | |
parent | packages: Add sec-keys/openpgp-keys-gentoo-release to @system (diff) | |
download | gentoo-b7626f0563d0234745c7ba9027336389aea3ea4b.tar.gz gentoo-b7626f0563d0234745c7ba9027336389aea3ea4b.tar.bz2 gentoo-b7626f0563d0234745c7ba9027336389aea3ea4b.zip |
app-portage/getuto: drop 1.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/getuto/Manifest | 1 | ||||
-rw-r--r-- | app-portage/getuto/getuto-1.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-portage/getuto/Manifest b/app-portage/getuto/Manifest index bf27dbb478d9..34bbbb6ac0da 100644 --- a/app-portage/getuto/Manifest +++ b/app-portage/getuto/Manifest @@ -1,3 +1,2 @@ -DIST getuto-1.0.tar.gz 8218 BLAKE2B 9579bce48cb746db6aabe13b1e809ec73ddd1ea6ed859bbe5b6b860659a2e3747dc8f408c67531854ba6b7f4aa6fc31ac788122eb30d2100213176777d2ca4b3 SHA512 b6de03eef95802d678504321f37093a491a17673ae31b03834bc29a85815aab593fd7e2fe396ac21b83e804939932557c99e69d94d0599e2dbbfb410e1708e2e DIST getuto-1.1.tar.gz 9394 BLAKE2B 50a129826a98d1a43e1bee68f4d12707334de6e7dd0408685e4e5b727affe86560199745a65bc810d857afc972ef0e2aab6b712c67061e1379add1b48494c4b5 SHA512 94f88b6562d763aa2b5cea407409e617d9c1bc89db5779fe12cebabf3db22873d60f36e98ca90ce8bbbc4a1f06bb734a1ee059b5735f54cdba24db9f041cc13c DIST libc-1-r1-1.gpkg.tar 20480 BLAKE2B b2c184e20c1a29ff66240e992f9f81219285f525eb63cea081372685cf03a2e231a2edb528259617e74c655fbe61b6e0d8fc0bbdbd8452b6098de58432f019d7 SHA512 ce52f398ea8979ec16161381803740d49a4294c77303880f54090c379ba5eb8e545a3d3550f229cacc18c7763dc3adf7936561ba1c64b43c87692ec66084e4e6 diff --git a/app-portage/getuto/getuto-1.0.ebuild b/app-portage/getuto/getuto-1.0.ebuild deleted file mode 100644 index 21beb1eae2ed..000000000000 --- a/app-portage/getuto/getuto-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SRC_URI="https://github.com/akhuettel/${PN}/archive/refs/tags/${P}.tar.gz" -DESCRIPTION="Stand-alone gentoo install trust anchor generation tool" -HOMEPAGE=" - https://github.com/akhuettel/getuto/ -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - app-crypt/gnupg - dev-libs/openssl - sec-keys/openpgp-keys-gentoo-release -" - -S=${WORKDIR}/${PN}-${P} - -src_install() { - dobin getuto -} |