app-eselect/eselect-cblas: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 08:48:12 +0000 (09:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 10 Nov 2019 08:53:04 +0000 (09:53 +0100)
Bug: https://bugs.gentoo.org/697390
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-eselect/eselect-cblas/eselect-cblas-0.1.ebuild

index a2a381da68adfdf53e38a388a85e55303f9757db..d4305a80030787e38a8b68eececc6883dd3c03ca 100644 (file)
@@ -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
 }