* [gentoo-commits] repo/gentoo:master commit in: media-sound/peercast/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 61a583be9add0bd39710959a9b94adbd81f0555e
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:05:40 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a583be
media-sound/peercast: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/peercast/peercast-0.1218-r2.ebuild | 15 +++++----------
1 file 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"
)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/peercast/
@ 2019-03-04 19:20 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-03-04 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 80bdcf12e2443fede598ccb6add11575f9edc272
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 19:19:52 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 19:19:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bdcf12
media-sound/peercast: bump EAPI
-Dead upstream links and unable to find new
-There is a SF page which has peercast but content
-Package still builds fine but may be considered for removal
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
media-sound/peercast/peercast-0.1218-r2.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/media-sound/peercast/peercast-0.1218-r2.ebuild b/media-sound/peercast/peercast-0.1218-r2.ebuild
index 105d1839030..8034fe6aef9 100644
--- a/media-sound/peercast/peercast-0.1218-r2.ebuild
+++ b/media-sound/peercast/peercast-0.1218-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils flag-o-matic toolchain-funcs
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="A client and server for Peercast P2P-radio network"
HOMEPAGE="http://www.peercast.org"
@@ -18,12 +19,12 @@ DEPEND=""
S=${WORKDIR}
-src_prepare() {
- epatch "${FILESDIR}"/${P}-CVE-2008-2040.patch \
- "${FILESDIR}"/${PN}-0.1216-makefile.patch \
- "${FILESDIR}"/${PN}-0.1216-amd64.patch \
- "${FILESDIR}"/${P}-glibc-2.10.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-CVE-2008-2040.patch" \
+ "${FILESDIR}/${PN}-0.1216-makefile.patch" \
+ "${FILESDIR}/${PN}-0.1216-amd64.patch" \
+ "${FILESDIR}/${P}-glibc-2.10.patch"
+)
src_compile() {
append-ldflags -pthread
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-01 7:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 7:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/peercast/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2019-03-04 19:20 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox