diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-01-16 19:43:11 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-01-22 06:29:25 -0500 |
commit | 7cb543e878fcd38feda0b1dd1760560b00aa2231 (patch) | |
tree | b38c06fd05f76d3e2ffd18f52800e4a570f47d44 /dev-gap/transgrp | |
parent | sci-mathematics/gap: use a bash array for econf args (diff) | |
download | gentoo-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/transgrp')
-rw-r--r-- | dev-gap/transgrp/transgrp-3.6.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/transgrp/transgrp-3.6.4.ebuild b/dev-gap/transgrp/transgrp-3.6.4.ebuild index 7ce80afe9b39..f18c4de8ff0b 100644 --- a/dev-gap/transgrp/transgrp-3.6.4.ebuild +++ b/dev-gap/transgrp/transgrp-3.6.4.ebuild @@ -8,14 +8,13 @@ inherit gap-pkg DESCRIPTION="GAP transitive groups library" SLOT="0" SRC_URI="https://www.math.colostate.edu/~hulpke/${PN}/${PN}${PV}.tar.gz" +S="${WORKDIR}/${PN}" # Data format is licensed Artistic-2 # Code is licensed GPL-3 LICENSE="GPL-3 Artistic-2" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}" - # This is one of the four required packages whose dependencies are all # listed explicitly. BDEPEND="test? ( dev-gap/gapdoc )" |