diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:58:02 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:08 +0200 |
commit | 3b2e438f14045880e74f93ef57a2ea81e18e44cb (patch) | |
tree | d080c017f6d8043d2e552081d38cc23894611380 /media-sound/substract_wave | |
parent | media-sound/streamripper: use HTTPS, fix LICENSE (diff) | |
download | gentoo-3b2e438f14045880e74f93ef57a2ea81e18e44cb.tar.gz gentoo-3b2e438f14045880e74f93ef57a2ea81e18e44cb.tar.bz2 gentoo-3b2e438f14045880e74f93ef57a2ea81e18e44cb.zip |
media-sound/substract_wave: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/substract_wave')
-rw-r--r-- | media-sound/substract_wave/substract_wave-0.3-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild index 775a29a2bd93..b79eda1bff07 100644 --- a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild +++ b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs DESCRIPTION="Substracts 2 mono wave files from each other by a factor specified" -HOMEPAGE="http://panteltje.com/panteltje/dvd/" -SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz" +HOMEPAGE="https://www.panteltje.nl/panteltje/dvd/" +SRC_URI="https://www.panteltje.nl/panteltje/dvd/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" PATCHES=( "${FILESDIR}/${P}-Makefile.patch" |