1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
f58202554b
x11-libs/redkite: treeclean
The upstream has removed the original repository and moved redkite into
geonkick.

https://github.com/Geonkick-Synthesizer/geonkick/tree/main/src/redkite
2023-10-28 17:05:47 -07:00
09ce8cb9a0
app-emulation/x16-emulator: fix absolute symlink
This exists in ::guru now.
2023-10-28 17:05:47 -07:00
8 changed files with 0 additions and 130 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=""

View File

@ -1 +0,0 @@
DIST redkite-1.3.1.tar.gz 143623 BLAKE2B 10ce951dde00c3a13fc039aa9e83e1fbe5d9f7d24bd255cf06d3b959df3503f84002125653ea5886b0157b1cebf0311143c3fb60bf335b0d83f5a3749675ca36 SHA512 2dfbed8c1543460cbaef09b0f3d0bd42def620797d7d6cc334926e34a04cdfbd21cf49a4b68fbe7aadc49bea128cfc3f77d492488dc6b22aa4ede2013ccbfd82

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">iurie-sw/redkite</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,27 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/iurie-sw/redkite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/iurie-sw/redkite.git"
fi
DESCRIPTION="A small GUI toolkit"
HOMEPAGE="https://github.com/iurie-sw/redkite"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
x11-libs/cairo
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-util/cmake-3.8
"

View File

@ -1,23 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/iurie-sw/redkite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/iurie-sw/redkite.git"
fi
DESCRIPTION="A small GUI toolkit"
HOMEPAGE="https://github.com/iurie-sw/redkite"
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""