From f53ec058086f40522efb14a48d5e2c2aa1f12ea6 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Mon, 20 Jun 2022 05:08:56 +0200 Subject: [PATCH] dev-python/clickgen: treeclean Signed-off-by: Alexey Zapparov --- dev-python/clickgen/Manifest | 1 - dev-python/clickgen/clickgen-1.1.9.ebuild | 40 ------------------- .../clickgen/files/clickgen-flags.patch | 17 -------- dev-python/clickgen/metadata.xml | 13 ------ 4 files changed, 71 deletions(-) delete mode 100644 dev-python/clickgen/Manifest delete mode 100644 dev-python/clickgen/clickgen-1.1.9.ebuild delete mode 100644 dev-python/clickgen/files/clickgen-flags.patch delete mode 100644 dev-python/clickgen/metadata.xml diff --git a/dev-python/clickgen/Manifest b/dev-python/clickgen/Manifest deleted file mode 100644 index 5bad634546..0000000000 --- a/dev-python/clickgen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clickgen-1.1.9.tar.gz 1616607 BLAKE2B f16dabff6ded51833b79de5441753959643e1542ae56b979f2a88532e29e3a37d1454d3317027e265774ac4140f957b56d7d8c373991485e27f546d208893e4f SHA512 6823733a73cc4f023641325d4b53ea54b579b8168906680d2e5b071a27974b63dac9828c13d14fc73ae8c16844f47f1ed477e8de76352522bfd9abe4de53ffd3 diff --git a/dev-python/clickgen/clickgen-1.1.9.ebuild b/dev-python/clickgen/clickgen-1.1.9.ebuild deleted file mode 100644 index 29dc4b6a58..0000000000 --- a/dev-python/clickgen/clickgen-1.1.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 toolchain-funcs - -DESCRIPTION="X11 & Windows cursor building API" -HOMEPAGE="https://github.com/ful1e5/clickgen https://pypi.org/project/clickgen/" -SRC_URI="https://github.com/ful1e5/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - media-libs/libpng - x11-libs/libX11 - x11-libs/libXcursor -" -RDEPEND="${DEPEND} - dev-python/pillow[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}"/${PN}-flags.patch ) - -distutils_enable_tests pytest - -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme - -src_configure() { - distutils-r1_src_configure - tc-export CC -} - -python_compile() { - emake -C xcursorgen - distutils-r1_python_compile -} diff --git a/dev-python/clickgen/files/clickgen-flags.patch b/dev-python/clickgen/files/clickgen-flags.patch deleted file mode 100644 index 427f7beb74..0000000000 --- a/dev-python/clickgen/files/clickgen-flags.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/xcursorgen/makefile -+++ b/xcursorgen/makefile -@@ -1,12 +1,12 @@ - all: xcursorgen.so - --CC= gcc -+CC ?= gcc - LIBS= -lX11 -lXcursor -lpng -lz - OUT_DIR= ../clickgen - CP= cp -f - - xcursorgen.so: xcursorgen.c -- $(CC) -Wl,-zdefs -shared -o xcursorgen.so -fPIC xcursorgen.c $(LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-zdefs -shared -o xcursorgen.so -fPIC xcursorgen.c $(LIBS) - $(CP) xcursorgen.so $(OUT_DIR)/xcursorgen.so - - clean: diff --git a/dev-python/clickgen/metadata.xml b/dev-python/clickgen/metadata.xml deleted file mode 100644 index a695b755c7..0000000000 --- a/dev-python/clickgen/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - alexey@zapparov.com - Alexey Zapparov - - - https://github.com/ful1e5/clickgen/issues - https://github.com/ful1e5/clickgen/blob/main/CHANGELOG.md - ful1e5/clickgen - -