diff options
author | Sam James <sam@gentoo.org> | 2021-07-18 04:57:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-18 05:02:14 +0100 |
commit | 218b0fd39d9a3cb64b2a2d73396b10065647621e (patch) | |
tree | 7e3e0c082b504e346cbcccf7257d209a6a3ae711 /x11-themes/shiki-colors | |
parent | media-gfx/album: fix RedundantDodir (diff) | |
download | gentoo-218b0fd39d9a3cb64b2a2d73396b10065647621e.tar.gz gentoo-218b0fd39d9a3cb64b2a2d73396b10065647621e.tar.bz2 gentoo-218b0fd39d9a3cb64b2a2d73396b10065647621e.zip |
x11-themes/shiki-colors: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/shiki-colors')
-rw-r--r-- | x11-themes/shiki-colors/shiki-colors-4.6.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild index b12471328667..1cba381bd5da 100644 --- a/x11-themes/shiki-colors/shiki-colors-4.6.ebuild +++ b/x11-themes/shiki-colors/shiki-colors-4.6.ebuild @@ -1,34 +1,25 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Mixes the elegance of a dark theme with the usability of a light theme" HOMEPAGE="https://code.google.com/p/gnome-colors/" - SRC_URI="https://gnome-colors.googlecode.com/files/${P}.tar.gz https://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2" +S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" || ( x11-wm/muffin x11-wm/mutter xfce-base/xfwm4 ) x11-themes/gtk-engines:2 " -DEPEND="" RESTRICT="binchecks strip" -S="${WORKDIR}/" - -src_compile() { - einfo "Nothing to compile" -} - src_install() { - dodir /usr/share/themes insinto /usr/share/themes doins -r "${WORKDIR}"/Shiki* dodoc AUTHORS ChangeLog README |