commit: fd3a4b271654eeb5cb7e9c078125a1f81cf3708d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 01:51:52 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 01:55:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3a4b27
sci-libs/scikits: Remove old (py3.6) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sci-libs/scikits/scikits-0.1-r1.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild deleted file mode 100644 index cc7e7689164..00000000000 --- a/sci-libs/scikits/scikits-0.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit python-r1 - -DESCRIPTION="Common files for python scikits" -HOMEPAGE="http://projects.scipy.org/scipy/scikits" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}.example/${PN}.example-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install() { - python_moduleinto scikits - python_foreach_impl python_domodule scikits.example*/scikits/__init__.py - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r scikits.example*/* - fi -}
