x11-themes/flatsvg: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:49:08 +0000 (22:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:53:02 +0000 (22:53 +0100)
Closes: https://bugs.gentoo.org/697136
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-themes/flatsvg/flatsvg-1.0.ebuild

index 28ab0482ab0aaebf6c4c494649e4812bda1dfec9..79457371b8b00a2963966dbf1b7d6da2c1cae48a 100644 (file)
@@ -1,11 +1,11 @@
-# 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
 
 DESCRIPTION="Flat SVG icon set"
-SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
 HOMEPAGE="http://www.kde-look.org/content/show.php?content=17158"
+SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
@@ -15,6 +15,6 @@ IUSE=""
 S=${WORKDIR}/FlatSVG
 
 src_install() {
-       dodir /usr/share/icons
-       cp -rf "${S}" "${D}/usr/share/icons/FlatSVG"
+       insinto /usr/share/icons
+       doins -r "${S}"
 }