media-plugins/gmpc-playlistsort: Port to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Wed, 3 Jan 2018 18:38:10 +0000 (19:38 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 3 Jan 2018 18:38:10 +0000 (19:38 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-plugins/gmpc-playlistsort/gmpc-playlistsort-0.20.0.ebuild

index 9bc12016e411027b45f97a36c18eb17810696b78..ecf90faac632a1f44208c11518d99eb979ba4841 100644 (file)
@@ -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 adds a dialog to sort the current playlist"
 HOMEPAGE="http://gmpc.wikia.com/"
@@ -12,18 +12,14 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-RDEPEND=">=media-sound/gmpc-${PV}
+RDEPEND="
+       >=media-sound/gmpc-${PV}
        >=gnome-base/libglade-2
-       dev-libs/libxml2"
+       dev-libs/libxml2:="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-src_configure() {
-       econf \
-               --disable-dependency-tracking
-}
-
 src_install() {
-       emake DESTDIR="${D}" install || die
-       find "${ED}" -name "*.la" -delete || die
+       default
+       find "${D}" -name '*.la' -delete || die
 }