x11-themes/gentoo-xcursors: Bump to EAPI 7
authorMatt Turner <mattst88@gentoo.org>
Fri, 11 Oct 2019 04:13:38 +0000 (21:13 -0700)
committerMatt Turner <mattst88@gentoo.org>
Fri, 11 Oct 2019 04:32:13 +0000 (21:32 -0700)
Closes: https://bugs.gentoo.org/697142
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild

index dabef60512495c5596143b5f1fd4b0f3eab30483..8536e5c40104776033e0b61520a1d0453420014c 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2005-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="A high quality set of animated mouse cursors"
 HOMEPAGE="https://www.gentoo.org/"
@@ -19,7 +19,8 @@ S="${WORKDIR}/cursors"
 
 src_install() {
        dodir /usr/share/cursors/xorg-x11
-       cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die
+       insinto /usr/share/cursors/xorg-x11
+       doins -r *
 }
 
 pkg_postinst() {