summaryrefslogtreecommitdiff
path: root/media-plugins/gmpc-extraplaylist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-04 18:55:01 +0000
commit423d21dcfee183cc4b04d29c1621615e8c30f834 (patch)
tree23bd6110b9a77b8d679b5ab60fb7663b8627f698 /media-plugins/gmpc-extraplaylist
parent81e4fbcb846ed1cabdad699c0029b166dd7273b7 (diff)
gentoo resync : 04.01.2018
Diffstat (limited to 'media-plugins/gmpc-extraplaylist')
-rw-r--r--media-plugins/gmpc-extraplaylist/Manifest2
-rw-r--r--media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild15
2 files changed, 9 insertions, 8 deletions
diff --git a/media-plugins/gmpc-extraplaylist/Manifest b/media-plugins/gmpc-extraplaylist/Manifest
index ddbef234d5ed..1a3ed07fe1ef 100644
--- a/media-plugins/gmpc-extraplaylist/Manifest
+++ b/media-plugins/gmpc-extraplaylist/Manifest
@@ -1,3 +1,3 @@
DIST gmpc-extraplaylist-0.20.0.tar.gz 282724 BLAKE2B ccdf00ba62de7dee0a36017b5edb7a26b1133d035c04b1426342b449befd43595a60d6ec371ee72316e43762f07eec35d33608f8526930a5a5e6000a54fadb01 SHA512 4bff88e5befb98d193d58f738b37516197771b4bfb46f83ae965e7eb4813a3ce83b31068a8b35200d8210e785e00323c6e5e7efeb2810ec74619939277cd8ae6
-EBUILD gmpc-extraplaylist-0.20.0.ebuild 549 BLAKE2B 5c6c08cee8bb4af251456138dfd6264b7216278de6819a9165cef90e240f35946e705b90b7eed999151d28d0cf2e0f4201cef3bc73c2a8ab4b6fdd86150792bc SHA512 77a3969b710fb751577c6039d5190d40d61d8d1d216d827a8b073fa3058c61eb7a8de8adf31e0cb0550535dd057e04995d169298a5092ad150246f086f81c6ef
+EBUILD gmpc-extraplaylist-0.20.0.ebuild 523 BLAKE2B 264f82b4e488802cda08b63a4c234bf21633ab5d037569ef18c44e88c92b9c8e56d6f8719fc4aad162c6c8bd58ed6f91edde45417e3a0d7f79de142069afd699 SHA512 f4c0ae704a47e903e9fea834f184c2e4b710fb860583b9136ff7293a6b9be8096cd9a11f5cc88a8f985ac32b062f320f3192adebd74910bb0e38a635f1078c8f
MISC metadata.xml 330 BLAKE2B ae3e6e55e7242be59fb78c323c1cd469cb0aa389bcde7f8bca9b6f15ffb60bef085f46c0ec89a0f4c875a0497cf90ea6978975bc3a84f4cbae9d18f4516db64d SHA512 4057990697f90e26393a6703378247c2d0eaa5a3d459a72ed90c5cbd20ed1d74afecae9265fde640f8acb603d3f4f5dbedfb18a957606fe96b9a2c26ede51574
diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild
index 399b44e39427..30eb2fccc6b4 100644
--- a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild
+++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-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 adds a second pane showing the playlist"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST"
@@ -12,12 +12,13 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
+RDEPEND="
+ >=media-sound/gmpc-${PV}
+ dev-libs/libxml2:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_install () {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name "*.la" -delete || die
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
}