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/gapdoc | |
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/gapdoc')
-rw-r--r-- | dev-gap/gapdoc/gapdoc-1.6.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/gapdoc/gapdoc-1.6.6.ebuild b/dev-gap/gapdoc/gapdoc-1.6.6.ebuild index 3d61575cb76f..29ef04cc2723 100644 --- a/dev-gap/gapdoc/gapdoc-1.6.6.ebuild +++ b/dev-gap/gapdoc/gapdoc-1.6.6.ebuild @@ -10,6 +10,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="GAP documentation structure and tooling" SLOT="0" SRC_URI="https://github.com/frankluebeck/${MY_PN}/archive/relv${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-relv${PV}" LICENSE="GPL-2+" KEYWORDS="~amd64" @@ -21,8 +22,6 @@ RESTRICT=test DOCS=( CHANGES README.md ) -S="${WORKDIR}/${MY_PN}-relv${PV}" - GAP_PKG_EXTRA_INSTALL=( bibxmlext.dtd gapdoc.dtd |