public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/cdplay/
@ 2019-10-16 11:40 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2019-10-16 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8a16182a8d9136d34c716e5e3093dd2526389394
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 11:39:36 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 11:39:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a16182a

media-sound/cdplay: Port to EAPI 7

Bug: https://bugs.gentoo.org/697274
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/cdplay/cdplay-1.0.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/media-sound/cdplay/cdplay-1.0.ebuild b/media-sound/cdplay/cdplay-1.0.ebuild
index f0763d2b9c7..2f69fdc3dd0 100644
--- a/media-sound/cdplay/cdplay-1.0.ebuild
+++ b/media-sound/cdplay/cdplay-1.0.ebuild
@@ -1,27 +1,29 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="a commandline CD Player"
+DESCRIPTION="A commandline CD Player"
 HOMEPAGE="http://www.ta-sa.org/?entry=cdplay"
 SRC_URI="http://www.ta-sa.org/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
 
 DEPEND="!media-sound/cdtool"
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-		|| die "emake failed."
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {
 	dobin cdplay
-	dodoc Changes CREDITS README TODO
+	einstalldocs
+	dodoc Changes
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-16 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 11:40 [gentoo-commits] repo/gentoo:master commit in: media-sound/cdplay/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox