commit: 1524fac1652443605c17c7b2f1e22c339a0b9876 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 23:53:46 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 12:47:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1524fac1
sci-mathematics/pari-data: fix cosmetic pkgcheck warnings Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/pari-data/pari-data-20191216.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-mathematics/pari-data/pari-data-20191216.ebuild b/sci-mathematics/pari-data/pari-data-20191216.ebuild index b960475037e2..f2676521d946 100644 --- a/sci-mathematics/pari-data/pari-data-20191216.ebuild +++ b/sci-mathematics/pari-data/pari-data-20191216.ebuild @@ -10,17 +10,15 @@ HOMEPAGE="https://pari.math.u-bordeaux.fr/packages.html" # with new versions. When that happens, we need to bump this # package to a new version so that any mirrored tarballs will # get re-fetched to a new name. -SRC_URI="" for p in elldata galpol seadata nftables galdata; do SRC_URI+="https://pari.math.u-bordeaux.fr/pub/pari/packages/${p}.tgz \ -> ${p}-${PV}.tgz " done +S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" -S="${WORKDIR}" src_install() { insinto /usr/share/pari
