public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-discogs/
Date: Wed,  3 Jan 2018 18:39:09 +0000 (UTC)	[thread overview]
Message-ID: <1515004677.e3e6610783144ca8f8ebaa2cfb912dcb23f26d8f.soap@gentoo> (raw)

commit:     e3e6610783144ca8f8ebaa2cfb912dcb23f26d8f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 18:37:57 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 18:37:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e66107

media-plugins/gmpc-discogs: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gmpc-discogs/gmpc-discogs-0.20.0.ebuild          | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild
index 91c37e6e93f..92daba83f20 100644
--- a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild
+++ b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=3
+EAPI=6
 
 DESCRIPTION="This plugin fetches artist and album images from discogs"
 HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS"
@@ -12,13 +12,17 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND=">=media-sound/gmpc-${PV}
-	dev-libs/libxml2
-	|| ( x11-libs/gdk-pixbuf:2[jpeg] x11-libs/gtk+:2[jpeg] )"
+RDEPEND="
+	>=media-sound/gmpc-${PV}
+	dev-libs/libxml2:=
+	|| (
+		x11-libs/gdk-pixbuf:2[jpeg]
+		x11-libs/gtk+:2[jpeg]
+	)"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-src_install () {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	find "${ED}" -name "*.la" -delete || die
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
 }


             reply	other threads:[~2018-01-03 18:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 18:39 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-15 16:38 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-discogs/ Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515004677.e3e6610783144ca8f8ebaa2cfb912dcb23f26d8f.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox