commit: c179eec27d832342a5ca9a2864b0020cb2855b6f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 08:48:12 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 08:53:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c179eec2
app-eselect/eselect-cblas: Bump to EAPI 7 Bug: https://bugs.gentoo.org/697390 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild b/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild index a2a381da68a..d4305a80030 100644 --- a/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild +++ b/app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="C-language BLAS module for eselect" -HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="" +S=${WORKDIR} LICENSE="GPL-2" SLOT="0" @@ -14,12 +15,9 @@ IUSE="" # Need skel.bash lib RDEPEND=">=app-admin/eselect-1.0.5" -DEPEND="${RDEPEND}" src_install() { - local MODULEDIR="/usr/share/eselect/modules" - local MODULE="cblas" - insinto ${MODULEDIR} - newins "${FILESDIR}"/${MODULE}.eselect-${PVR} ${MODULE}.eselect + insinto /usr/share/eselect/modules + newins "${FILESDIR}"/cblas.eselect-${PVR} cblas.eselect doman "${FILESDIR}"/cblas.eselect.5 }
