diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-19 18:13:06 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-20 09:22:10 +0100 |
commit | 6427b254fe9b069e4c9cc7d21b22155ccfaff8d2 (patch) | |
tree | cfd6f2ae4e75521469d8e6659dbb4effb7c29224 /media-sound/awesfx | |
parent | media-sound/cmus: verbump to 2.9.1 (diff) | |
download | gentoo-6427b254fe9b069e4c9cc7d21b22155ccfaff8d2.tar.gz gentoo-6427b254fe9b069e4c9cc7d21b22155ccfaff8d2.tar.bz2 gentoo-6427b254fe9b069e4c9cc7d21b22155ccfaff8d2.zip |
media-sound/awesfx: use HTTPS, fix LICENSE
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/awesfx')
-rw-r--r-- | media-sound/awesfx/awesfx-0.5.1e.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/awesfx/awesfx-0.5.1e.ebuild b/media-sound/awesfx/awesfx-0.5.1e.ebuild index 47f55331e13c..abcec8dad33e 100644 --- a/media-sound/awesfx/awesfx-0.5.1e.ebuild +++ b/media-sound/awesfx/awesfx-0.5.1e.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="AWE32 Sound Driver Utility Programs" -HOMEPAGE="http://ftp.suse.com/pub/people/tiwai/awesfx" -SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2" +HOMEPAGE="https://ftp.suse.com/pub/people/tiwai/awesfx" +SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" |