diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 11:35:45 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 12:12:37 +0200 |
commit | 72b05275b8f389ba421d0171a82207d97d321c8c (patch) | |
tree | 2c3d4c6528589f072ac04ba71447638ec5865a59 /sci-visualization | |
parent | dev-util/maturin: Stabilize 1.7.0 x86, #936968 (diff) | |
download | gentoo-72b05275b8f389ba421d0171a82207d97d321c8c.tar.gz gentoo-72b05275b8f389ba421d0171a82207d97d321c8c.tar.bz2 gentoo-72b05275b8f389ba421d0171a82207d97d321c8c.zip |
sci-visualization/xyscan: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37837
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/xyscan/xyscan-4.3.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild index 0d14b12e89a4..571e6042a598 100644 --- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild +++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,11 +9,11 @@ inherit desktop qmake-utils DESCRIPTION="Tool for extracting data points from graphs" HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/" SRC_URI="http://rhig.physics.yale.edu/~ullrich/software/${PN}/Distributions/${MY_PV}/${PN}-${MY_PV}-src.tgz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=" app-text/poppler[qt5] @@ -26,8 +26,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}" - src_prepare() { default sed -i \ |