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

commit:     ea49c678c5781196083b18a9926d05f5f340a6df
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:11:07 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 10:11:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea49c678

media-sound/picoxine: Port to EAPI 7

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

 media-sound/picoxine/picoxine-0.0.7.ebuild | 35 +++++++++++++-----------------
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/media-sound/picoxine/picoxine-0.0.7.ebuild b/media-sound/picoxine/picoxine-0.0.7.ebuild
index 32ccc01af5d..e2fc8dac198 100644
--- a/media-sound/picoxine/picoxine-0.0.7.ebuild
+++ b/media-sound/picoxine/picoxine-0.0.7.ebuild
@@ -1,9 +1,9 @@
-# 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
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Very small xine frontend for playing audio events"
 HOMEPAGE="http://www.kde-apps.org/content/show.php?content=39596"
@@ -12,32 +12,27 @@ SRC_URI="http://www.kde-apps.org/content/files/39596-${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 
-RDEPEND="media-libs/xine-lib"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+RDEPEND="media-libs/xine-lib:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	rm -f "${S}/${PN}"
+src_prepare() {
+	default
+	rm -f ${PN} INSTALL || die
 }
 
-doecho() {
-	echo "$@"
-	"$@"
+src_configure() {
+	tc-export CC
+	append-cppflags $($(tc-getPKG_CONFIG) --cflags libxine)
+	export LDLIBS="$($(tc-getPKG_CONFIG) --libs libxine) -lm"
 }
 
 src_compile() {
-	doecho $(tc-getCC) -o ${PN} \
-		${CFLAGS} $(pkg-config --cflags libxine) ${LDFLAGS} \
-		${PN}.c -lm $(pkg-config --libs libxine) \
-		|| die "build failed"
+	emake ${PN}
 }
 
 src_install() {
 	dobin ${PN}
-	dodoc AUTHORS INSTALL
+	einstalldocs
 }


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

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

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

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