1
0

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
This commit is contained in:
Ryan Fox 2023-10-28 17:01:14 -07:00
parent 09ce8cb9a0
commit f58202554b
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 62 deletions

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