diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest deleted file mode 100644 index f85f72b42a..0000000000 --- a/x11-misc/sxcs/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST sxcs-0.7.2.tar.gz 21933 BLAKE2B 8a514f5cec0dd772ba28633e25ae769ffae739b8976ec96cfabb177c656bd323798cddf2d4873f1a6306fb11506a39f94cd187a30ad354c26be32cd95c19d0d7 SHA512 6d5b57d0ae56da062ce75dabbf53e372042abb2e883ef3bc33f6d655d2d39e122530a46d10ecdee832575402262ded0118a006cd30584f1afc0ae79e56a77767 -DIST sxcs-0.7.3.tar.gz 22204 BLAKE2B 04bb29188c89622dd2bc348dbc334963a807691ce6fda2f6a6eafedc860be5855d614aeab801dd6cba916dae67a5af92d37317420a04345f1aa8d9203cc44510 SHA512 dbd11ecae74e7a50a346efd0d919952cdd138ebcf75a369888c9f889fcc2752923152b07bcec5f7d4f259672e3af11762d88d9a0b7fe37342f9f5880ecd724ec diff --git a/x11-misc/sxcs/metadata.xml b/x11-misc/sxcs/metadata.xml deleted file mode 100644 index 5722b900ce..0000000000 --- a/x11-misc/sxcs/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - nrk@disroot.org - - - - - diff --git a/x11-misc/sxcs/sxcs-0.7.2.ebuild b/x11-misc/sxcs/sxcs-0.7.2.ebuild deleted file mode 100644 index 2edccfcaee..0000000000 --- a/x11-misc/sxcs/sxcs-0.7.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Color picker and magnifier for X11." -HOMEPAGE="https://codeberg.org/NRK/sxcs" - -SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -KEYWORDS="~amd64" -LICENSE="GPL-3+" -SLOT="0" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXcursor -" -DEPEND="${RDEPEND}" - -src_compile() { - $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor -} - -src_install() { - dobin sxcs - doman sxcs.1 - dodoc README.md -} diff --git a/x11-misc/sxcs/sxcs-0.7.3.ebuild b/x11-misc/sxcs/sxcs-0.7.3.ebuild deleted file mode 100644 index 2edccfcaee..0000000000 --- a/x11-misc/sxcs/sxcs-0.7.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Color picker and magnifier for X11." -HOMEPAGE="https://codeberg.org/NRK/sxcs" - -SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -KEYWORDS="~amd64" -LICENSE="GPL-3+" -SLOT="0" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXcursor -" -DEPEND="${RDEPEND}" - -src_compile() { - $(tc-getCC) -o sxcs sxcs.c ${CFLAGS} ${LDFLAGS} -l X11 -l Xcursor -} - -src_install() { - dobin sxcs - doman sxcs.1 - dodoc README.md -}