summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-21 15:21:24 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-21 15:39:48 +0100
commit692a1060d529fbe419d8160b6f19fc67a58003af (patch)
tree4d0ed6edb94a65ded7fdcc6f197f6429e57ce51f /x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
parentx11-themes/gargantuan-icon-theme: Bump EAPI (diff)
downloadgentoo-692a1060d529fbe419d8160b6f19fc67a58003af.tar.gz
gentoo-692a1060d529fbe419d8160b6f19fc67a58003af.tar.bz2
gentoo-692a1060d529fbe419d8160b6f19fc67a58003af.zip
x11-themes/yasis-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild')
-rw-r--r--x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
index 49d68c80347a..c93ff928a674 100644
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit gnome2-utils
DESCRIPTION="A scalable icon theme called Yasis"
@@ -18,14 +19,14 @@ DEPEND=""
RESTRICT="binchecks strip"
-S=${WORKDIR}
+S="${WORKDIR}"
src_install() {
dodoc yasis/{AUTHORS,README}
rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README}
insinto /usr/share/icons
- doins -r yasis || die
+ doins -r yasis
}
pkg_preinst() { gnome2_icon_savelist; }