summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-02-14 10:31:54 +0100
committerJeroen Roovers <jer@gentoo.org>2016-02-14 10:31:54 +0100
commit0bdcb2315ff113f4fd2efa74603a80fd8b5322de (patch)
tree6a546cdae2777aca2f6c1432c72909ba0db80015 /x11-themes/gartoon/gartoon-0.5-r2.ebuild
parentx11-themes/gartoon-redux: Old. (diff)
downloadgentoo-0bdcb2315ff113f4fd2efa74603a80fd8b5322de.tar.gz
gentoo-0bdcb2315ff113f4fd2efa74603a80fd8b5322de.tar.bz2
gentoo-0bdcb2315ff113f4fd2efa74603a80fd8b5322de.zip
x11-themes/gartoon: EAPI 5 clean-up.
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-themes/gartoon/gartoon-0.5-r2.ebuild')
-rw-r--r--x11-themes/gartoon/gartoon-0.5-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
index 568459a3fba2..c5c1f860132a 100644
--- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild
+++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
@@ -2,14 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
DESCRIPTION="Gartoon SVG icon theme"
HOMEPAGE="https://www.gentoo.org"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
-IUSE=""
KEYWORDS="amd64 ~ppc sparc ~x86"
SLOT="0"
@@ -22,8 +21,9 @@ pkg_setup() {
}
src_prepare() {
- sed -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \
- -i scalable/stock/iconrc || die "sed failed"
+ sed -i \
+ -e "s:\(^pixmap_path\) \(\".*\"$\):\1 \"${mydest}/scalable/stock\":" \
+ scalable/stock/iconrc || die
}
src_install() {