From 80a512317dac9e26be293b7fddb4633fec6d5ff9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 3 Jun 2024 12:18:52 +0100 Subject: Revert "dev-java/javatoolkit: migrated to pep517" This reverts commit 5c70bf44a9aa9973e6e08941c9b0bcdb7c8d4560. The PEP517 port ends up not installing files to /usr/bin etc. Bug: https://bugs.gentoo.org/909906 Closes: https://bugs.gentoo.org/933409 CLoses: https://bugs.gentoo.org/933467 Signed-off-by: Sam James --- dev-java/javatoolkit/javatoolkit-0.6.7.ebuild | 28 --------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-java/javatoolkit/javatoolkit-0.6.7.ebuild (limited to 'dev-java/javatoolkit/javatoolkit-0.6.7.ebuild') diff --git a/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild b/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild deleted file mode 100644 index c7f6e71045b2..000000000000 --- a/dev-java/javatoolkit/javatoolkit-0.6.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="xml(+)" -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 prefix - -DESCRIPTION="Collection of Gentoo-specific tools for Java" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java" -SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -python_prepare_all() { - hprefixify src/py/buildparser src/py/findclass setup.py - distutils-r1_python_prepare_all -} - -python_install() { - distutils-r1_python_install \ - --install-scripts="${EPREFIX}"/usr/libexec/${PN} -} -- cgit v1.2.3