commit: 132655e5d59f1cfd20bdd41278ef86552b47316c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jun 3 16:02:33 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jun 15 08:49:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132655e5
sci-electronics/puff: update HOMEPAGE, add missing braces Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31289 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-electronics/puff/puff-20100127-r1.ebuild | 8 ++++---- sci-electronics/puff/puff-20181104.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-electronics/puff/puff-20100127-r1.ebuild b/sci-electronics/puff/puff-20100127-r1.ebuild index 3ec8bccda1fa..1c2f5621d272 100644 --- a/sci-electronics/puff/puff-20100127-r1.ebuild +++ b/sci-electronics/puff/puff-20100127-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="microwave CAD software" -HOMEPAGE="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/" -SRC_URI="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz" +HOMEPAGE="https://www.pa3fwm.nl/software/puff/" +SRC_URI="https://www.pa3fwm.nl/software/${PN}/${P}.tgz" LICENSE="GPL-3" SLOT="0" @@ -21,7 +21,7 @@ src_prepare() { default # fix lib path for X11 and dont ignore LDFLAGS # respect CC and LD - eapply -p0 "${FILESDIR}"/$P-Makefile.patch + eapply -p0 "${FILESDIR}"/${P}-Makefile.patch eapply_user } diff --git a/sci-electronics/puff/puff-20181104.ebuild b/sci-electronics/puff/puff-20181104.ebuild index 80838dd3c7ef..3931f1297a2f 100644 --- a/sci-electronics/puff/puff-20181104.ebuild +++ b/sci-electronics/puff/puff-20181104.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="microwave CAD software" -HOMEPAGE="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/" -SRC_URI="https://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz" +HOMEPAGE="https://www.pa3fwm.nl/software/puff/" +SRC_URI="https://www.pa3fwm.nl/software/${PN}/${P}.tgz" LICENSE="GPL-3" SLOT="0" @@ -22,7 +22,7 @@ src_prepare() { # fix lib path for X11 and dont ignore LDFLAGS # respect CC and LD # additional drop explicite format option for linker (bug #831569) - eapply -p0 "${FILESDIR}"/$P-Makefile.patch + eapply -p0 "${FILESDIR}"/${P}-Makefile.patch # add missing LDPATH for libX11.so sed -i -e "s:-lX11:-L/usr/$(get_libdir) -lX11:g" Makefile || die # drop no longer needed and now unsupported paramter '-T' (bug #8802225)
