summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-31 22:37:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-31 22:37:07 +0000
commitdd1a99c01ba249452f0165cdc0de4368d6fd13b0 (patch)
tree583e83e44f8a3112c67107c24cea8b0215a127eb /dev-tcltk/tclpython
parent3b3482560b1652d4207faddafdbd63660b4d1dd9 (diff)
downloadbaldeagleos-repo-dd1a99c01ba249452f0165cdc0de4368d6fd13b0.tar.gz
baldeagleos-repo-dd1a99c01ba249452f0165cdc0de4368d6fd13b0.tar.xz
baldeagleos-repo-dd1a99c01ba249452f0165cdc0de4368d6fd13b0.zip
Adding metadata
Diffstat (limited to 'dev-tcltk/tclpython')
-rw-r--r--dev-tcltk/tclpython/tclpython-5.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-tcltk/tclpython/tclpython-5.0.ebuild b/dev-tcltk/tclpython/tclpython-5.0.ebuild
deleted file mode 100644
index e429e3a5b088..000000000000
--- a/dev-tcltk/tclpython/tclpython-5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-
-inherit multilib 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}"
-}
-
-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
-}