diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:57:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:08 +0200 |
commit | 94b4573e1895bfd554ead998e9d207d2bd7e850f (patch) | |
tree | e3dd24b4347aa554a71dc948b5635bed472c8ca9 /media-sound/streamripper | |
parent | media-sound/splay: use HTTPS (diff) | |
download | gentoo-94b4573e1895bfd554ead998e9d207d2bd7e850f.tar.gz gentoo-94b4573e1895bfd554ead998e9d207d2bd7e850f.tar.bz2 gentoo-94b4573e1895bfd554ead998e9d207d2bd7e850f.zip |
media-sound/streamripper: 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/streamripper')
-rw-r--r-- | media-sound/streamripper/streamripper-1.64.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/streamripper/streamripper-1.64.6.ebuild b/media-sound/streamripper/streamripper-1.64.6.ebuild index eeb00af1c86a..feaf63421613 100644 --- a/media-sound/streamripper/streamripper-1.64.6.ebuild +++ b/media-sound/streamripper/streamripper-1.64.6.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,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams" -HOMEPAGE="http://streamripper.sourceforge.net" +HOMEPAGE="https://streamripper.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="vorbis" |