summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-01-16 19:43:11 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:25 -0500
commit7cb543e878fcd38feda0b1dd1760560b00aa2231 (patch)
treeb38c06fd05f76d3e2ffd18f52800e4a570f47d44 /dev-gap/smallgrp
parentsci-mathematics/gap: use a bash array for econf args (diff)
downloadgentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.tar.gz
gentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.tar.bz2
gentoo-7cb543e878fcd38feda0b1dd1760560b00aa2231.zip
dev-gap/*: relocate $S directly beneath $SRC_URI
This is where skel.ebuild puts it. Suggested-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/smallgrp')
-rw-r--r--dev-gap/smallgrp/smallgrp-1.5.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/smallgrp/smallgrp-1.5.3.ebuild b/dev-gap/smallgrp/smallgrp-1.5.3.ebuild
index 087d9333870a..4908c6c75b2e 100644
--- a/dev-gap/smallgrp/smallgrp-1.5.3.ebuild
+++ b/dev-gap/smallgrp/smallgrp-1.5.3.ebuild
@@ -9,6 +9,7 @@ MY_P="SmallGrp-${PV}"
DESCRIPTION="The GAP Small Groups Library"
SLOT="0"
SRC_URI="https://github.com/gap-packages/smallgrp/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="Artistic-2"
KEYWORDS="~amd64"
@@ -16,8 +17,6 @@ KEYWORDS="~amd64"
RDEPEND="dev-gap/gapdoc"
gap-pkg_enable_tests
-S="${WORKDIR}/${MY_P}"
-
src_install() {
# Define the variable here so globbing will work
GAP_PKG_EXTRA_INSTALL=( id* small* )