From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B1C1138334 for ; Mon, 4 Mar 2019 19:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B5D7E0903; Mon, 4 Mar 2019 19:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7453AE0903 for ; Mon, 4 Mar 2019 19:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F236A335D0D for ; Mon, 4 Mar 2019 19:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40FF8551 for ; Mon, 4 Mar 2019 19:20:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551727192.80bdcf12e2443fede598ccb6add11575f9edc272.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/peercast/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/peercast/peercast-0.1218-r2.ebuild X-VCS-Directories: media-sound/peercast/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 80bdcf12e2443fede598ccb6add11575f9edc272 X-VCS-Branch: master Date: Mon, 4 Mar 2019 19:20:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3271b120-3a0b-4e7e-8d0a-cb67b00b0e8e X-Archives-Hash: 806feaa8b06744103b128cdfc7dafa9f commit: 80bdcf12e2443fede598ccb6add11575f9edc272 Author: Aaron Bauman gentoo org> AuthorDate: Mon Mar 4 19:19:52 2019 +0000 Commit: Aaron Bauman gentoo 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 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