Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/tactile/
Date: Tue, 24 Dec 2019 11:53:50
Message-Id: 1577188403.98dda60e1b5ca46f7a17aa1d6beb7133ee744548.soap@gentoo
1 commit: 98dda60e1b5ca46f7a17aa1d6beb7133ee744548
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 11:53:23 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 11:53:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dda60e
7
8 x11-themes/tactile: Port to EAPI 7
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-themes/tactile/tactile-0_pre20060612.ebuild | 15 ++++++---------
14 1 file changed, 6 insertions(+), 9 deletions(-)
15
16 diff --git a/x11-themes/tactile/tactile-0_pre20060612.ebuild b/x11-themes/tactile/tactile-0_pre20060612.ebuild
17 index 3bef600fabe..b24ca6ada2e 100644
18 --- a/x11-themes/tactile/tactile-0_pre20060612.ebuild
19 +++ b/x11-themes/tactile/tactile-0_pre20060612.ebuild
20 @@ -1,22 +1,19 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 -
27 -MY_PN="Tactile"
28 +EAPI=7
29
30 DESCRIPTION="Nice, calm and dark low contrast GTK+ theme"
31 HOMEPAGE="http://gnome-look.org/content/show.php/Tactile?content=40771"
32 -SRC_URI="http://gnome-look.org/CONTENT/content-files/40771-${MY_PN}.tar.gz"
33 +SRC_URI="http://gnome-look.org/CONTENT/content-files/40771-${PN^}.tar.gz"
34
35 LICENSE="CC-BY-2.0"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39
40 -S="${WORKDIR}/${MY_PN}"
41 +S="${WORKDIR}/${PN^}"
42
43 src_install() {
44 - insinto /usr/share/themes
45 - doins -r "${S}"/
46 + insinto /usr/share/themes/${PN^}
47 + doins -r .
48 }