Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-themes/murrinastormcloud/
Date: Sun, 04 Jun 2017 18:18:07
Message-Id: 1496589093.55f839a0953ebee1f446f4fca0b5432f5c5f6794.jlec@gentoo
1 commit: 55f839a0953ebee1f446f4fca0b5432f5c5f6794
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 15:11:33 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:11:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=55f839a0
7
8 x11-themes/murrinastormcloud: Bump EAPI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
17 index 6661653..f9d94e2 100644
18 --- a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
19 +++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
20 @@ -1,6 +1,8 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +EAPI=6
26 +
27 DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
28 HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418"
29 SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz"
30 @@ -14,5 +16,5 @@ S="${WORKDIR}/"
31
32 src_install() {
33 insinto /usr/share/themes
34 - doins -r * || die "doins failed"
35 + doins -r *
36 }