diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-06-15 09:01:58 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-06-15 09:01:58 +0000 |
commit | 9dc74bcb41442d55f1c065a4d29d2e08c7b58faf (patch) | |
tree | 245d5df17eb6fefdf288bd87f8c2cc07ae3f8ac2 | |
parent | 2023-06-15 08:46:59 UTC (diff) | |
parent | sci-electronics/puff: update HOMEPAGE, add missing braces (diff) | |
download | gentoo-9dc74bcb41442d55f1c065a4d29d2e08c7b58faf.tar.gz gentoo-9dc74bcb41442d55f1c065a4d29d2e08c7b58faf.tar.bz2 gentoo-9dc74bcb41442d55f1c065a4d29d2e08c7b58faf.zip |
Merge updates from master
-rw-r--r-- | sci-electronics/puff/puff-20100127-r1.ebuild | 8 | ||||
-rw-r--r-- | 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) |