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/toric
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/toric')
-rw-r--r--dev-gap/toric/toric-1.9.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/toric/toric-1.9.5.ebuild b/dev-gap/toric/toric-1.9.5.ebuild
index a292282033b6..6cdfa8db665d 100644
--- a/dev-gap/toric/toric-1.9.5.ebuild
+++ b/dev-gap/toric/toric-1.9.5.ebuild
@@ -9,11 +9,10 @@ MY_PN="Toric"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="GAP package for computing with toric varieties"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}/${MY_P}"
-
gap-pkg_enable_tests