1
0

app-emulation/x16-emulator: fix absolute symlink

This exists in ::guru now.
This commit is contained in:
Ryan Fox 2023-10-28 16:51:07 -07:00
parent a3d8ba6513
commit 09ce8cb9a0
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 68 deletions

View File

@ -1 +0,0 @@
DIST pinentry-bemenu-0.12.0.tar.gz 34781 BLAKE2B 58268a7c6bbe9d49a93f4d0b0bc7c2caa5a8cac2a6d54243d42f533b18bad36bf6177d742f4525a2199fe9f5d891ebd1cdb8c24880e13ef0283cf0b7d997760d SHA512 243b0572ae80f9fe95269545f13f71a85a84afd75f212872ccb7f34c078b86ba92faca2cdf772e333390bd1367b9e5272247ba1dfb40fc86a1bbd0efb5da2991

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">t-8ch/pinentry-bemenu</remote-id>
</upstream>
</pkgmetadata>

View File

@ -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=""

View File

@ -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=""