summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-31 16:05:40 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-08-01 09:43:13 +0200
commit61a583be9add0bd39710959a9b94adbd81f0555e (patch)
treece49e85a2232a3e678111c8dfc547d021a17ccc6 /media-sound
parentmedia-sound/ogg2mp3: remove empty IUSE (diff)
downloadgentoo-61a583be9add0bd39710959a9b94adbd81f0555e.tar.gz
gentoo-61a583be9add0bd39710959a9b94adbd81f0555e.tar.bz2
gentoo-61a583be9add0bd39710959a9b94adbd81f0555e.zip
media-sound/peercast: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/peercast/peercast-0.1218-r2.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/media-sound/peercast/peercast-0.1218-r2.ebuild b/media-sound/peercast/peercast-0.1218-r2.ebuild
index 463ecc557718..d311a2b90d14 100644
--- a/media-sound/peercast/peercast-0.1218-r2.ebuild
+++ b/media-sound/peercast/peercast-0.1218-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,21 +8,16 @@ inherit flag-o-matic toolchain-funcs
DESCRIPTION="A client and server for Peercast P2P-radio network"
HOMEPAGE="http://www.peercast.org"
SRC_URI="http://www.peercast.org/src/${P}-src.tgz"
+S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S=${WORKDIR}
PATCHES=(
- "${FILESDIR}/${P}-CVE-2008-2040.patch" \
- "${FILESDIR}/${PN}-0.1216-makefile.patch" \
- "${FILESDIR}/${PN}-0.1216-amd64.patch" \
+ "${FILESDIR}/${P}-CVE-2008-2040.patch"
+ "${FILESDIR}/${PN}-0.1216-makefile.patch"
+ "${FILESDIR}/${PN}-0.1216-amd64.patch"
"${FILESDIR}/${P}-glibc-2.10.patch"
)