Skip to content

Commit

Permalink
media-libs/libsidplay: use HTTPS, ebuild improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
mm1ke authored and ConiKost committed Nov 22, 2024
1 parent 0a276ea commit 2e9345f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions media-libs/libsidplay/libsidplay-1.36.59-r3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -12,9 +12,6 @@ SRC_URI="http://critical.ch/distfiles/${P}.tgz"
LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
IUSE=""
DEPEND=""
RDEPEND=""

DOCS=( AUTHORS DEVELOPER )
PATCHES=(
Expand Down
5 changes: 2 additions & 3 deletions media-libs/libsidplay/libsidplay-2.1.1-r7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ inherit autotools flag-o-matic multilib-minimal
MY_P=sidplay-libs-${PV}

DESCRIPTION="C64 SID player library"
HOMEPAGE="http://sidplay2.sourceforge.net/"
HOMEPAGE="https://sidplay2.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/sidplay2/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2"
SLOT="2"
Expand All @@ -33,8 +34,6 @@ PATCHES=(
"${FILESDIR}"/${P}-clang16.patch
)

S="${WORKDIR}/${MY_P}"

src_prepare() {
default

Expand Down

0 comments on commit 2e9345f

Please sign in to comment.