diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:05:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:05 +0200 |
commit | 363709d673b04da5946415fb982047f715e60c00 (patch) | |
tree | 8251fc76a0b7b16de5a03ab35f2eb5d9e2aad88a /media-sound/mpg321 | |
parent | media-sound/mp3wrap: use HTTPS, fix LICENSE (diff) | |
download | gentoo-363709d673b04da5946415fb982047f715e60c00.tar.gz gentoo-363709d673b04da5946415fb982047f715e60c00.tar.bz2 gentoo-363709d673b04da5946415fb982047f715e60c00.zip |
media-sound/mpg321: 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/mpg321')
-rw-r--r-- | media-sound/mpg321/mpg321-0.3.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/mpg321/mpg321-0.3.2-r1.ebuild b/media-sound/mpg321/mpg321-0.3.2-r1.ebuild index 689440e6caa4..7a84d790c885 100644 --- a/media-sound/mpg321/mpg321-0.3.2-r1.ebuild +++ b/media-sound/mpg321/mpg321-0.3.2-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -DESCRIPTION="A realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3" -HOMEPAGE="http://mpg321.sourceforge.net/" +DESCRIPTION="Realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3" +HOMEPAGE="https://mpg321.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="alsa" |