From 09ce8cb9a0244ee81960e74936fa05a91680eabe Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 28 Oct 2023 16:51:07 -0700 Subject: [PATCH] app-emulation/x16-emulator: fix absolute symlink This exists in ::guru now. --- app-crypt/pinentry-bemenu/Manifest | 1 - app-crypt/pinentry-bemenu/metadata.xml | 11 -------- .../pinentry-bemenu-0.12.0.ebuild | 28 ------------------- .../pinentry-bemenu-9999.ebuild | 28 ------------------- 4 files changed, 68 deletions(-) delete mode 100644 app-crypt/pinentry-bemenu/Manifest delete mode 100644 app-crypt/pinentry-bemenu/metadata.xml delete mode 100644 app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild delete mode 100644 app-crypt/pinentry-bemenu/pinentry-bemenu-9999.ebuild diff --git a/app-crypt/pinentry-bemenu/Manifest b/app-crypt/pinentry-bemenu/Manifest deleted file mode 100644 index 531c5f2..0000000 --- a/app-crypt/pinentry-bemenu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pinentry-bemenu-0.12.0.tar.gz 34781 BLAKE2B 58268a7c6bbe9d49a93f4d0b0bc7c2caa5a8cac2a6d54243d42f533b18bad36bf6177d742f4525a2199fe9f5d891ebd1cdb8c24880e13ef0283cf0b7d997760d SHA512 243b0572ae80f9fe95269545f13f71a85a84afd75f212872ccb7f34c078b86ba92faca2cdf772e333390bd1367b9e5272247ba1dfb40fc86a1bbd0efb5da2991 diff --git a/app-crypt/pinentry-bemenu/metadata.xml b/app-crypt/pinentry-bemenu/metadata.xml deleted file mode 100644 index 30eef20..0000000 --- a/app-crypt/pinentry-bemenu/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - t-8ch/pinentry-bemenu - - diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild deleted file mode 100644 index ca3e200..0000000 --- a/app-crypt/pinentry-bemenu/pinentry-bemenu-0.12.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/t-8ch/pinentry-bemenu.git" -else - SRC_URI="https://github.com/t-8ch/pinentry-bemenu/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="" -fi - -DESCRIPTION="Pinentry based on bemenu" -HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu" -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-libs/libassuan - dev-libs/libgpg-error - dev-libs/popt - >=dev-libs/bemenu-0.6.5 -" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/app-crypt/pinentry-bemenu/pinentry-bemenu-9999.ebuild b/app-crypt/pinentry-bemenu/pinentry-bemenu-9999.ebuild deleted file mode 100644 index ca3e200..0000000 --- a/app-crypt/pinentry-bemenu/pinentry-bemenu-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/t-8ch/pinentry-bemenu.git" -else - SRC_URI="https://github.com/t-8ch/pinentry-bemenu/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="" -fi - -DESCRIPTION="Pinentry based on bemenu" -HOMEPAGE="https://github.com/t-8ch/pinentry-bemenu" -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-libs/libassuan - dev-libs/libgpg-error - dev-libs/popt - >=dev-libs/bemenu-0.6.5 -" -RDEPEND="${DEPEND}" -BDEPEND=""