commit:     bc86881d64608b16274b4df3f5cd1de6cee108c8
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:44:44 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:46:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc86881d

dev-tcltk/tclpython: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tclpython/tclpython-5.0-r1.ebuild | 44 -----------------------------
 dev-tcltk/tclpython/tclpython-5.0-r2.ebuild |  3 +-
 2 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild 
b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
deleted file mode 100644
index 8fb61a8065b1..000000000000
--- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="Python package for Tcl"
-HOMEPAGE="http://jfontain.free.fr/tclpython.htm";
-SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-       dev-lang/tcl:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_compile() {
-       emake PKG_NAME=tclpython3 CC="$(tc-getCC)" \
-               MYCFLAGS="${CFLAGS}" \
-               MYLDFLAGS="${LDFLAGS} $(python_get_library_path)"
-}
-
-src_test() {
-       emake PKG_NAME=tclpython3 CC="$(tc-getCC)" test
-}
-
-src_install() {
-       insinto /usr/$(get_libdir)
-       doins -r build/tclpython3/tclpython3
-       fperms 775 /usr/$(get_libdir)/tclpython3/tclpython3.so.${PV}
-       dosym tclpython3.so.${PV} /usr/$(get_libdir)/tclpython3/tclpython3.so
-
-       dodoc README.md VERSION.md
-}

diff --git a/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild 
b/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
index 8bdb8a174f15..26060b8ec2d6 100644
--- a/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
+++ b/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,6 @@ 
SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

Reply via email to