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/tactile3/
Date: Tue, 24 Dec 2019 11:53:49
Message-Id: 1577188404.806dd9ee9b428ab95f162724d54b849fb74a2a6b.soap@gentoo
1 commit: 806dd9ee9b428ab95f162724d54b849fb74a2a6b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 11:53:24 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 11:53:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806dd9ee
7
8 x11-themes/tactile3: 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/tactile3/tactile3-3.1.ebuild | 16 ++++++----------
14 1 file changed, 6 insertions(+), 10 deletions(-)
15
16 diff --git a/x11-themes/tactile3/tactile3-3.1.ebuild b/x11-themes/tactile3/tactile3-3.1.ebuild
17 index 408488b9303..6f7789284c5 100644
18 --- a/x11-themes/tactile3/tactile3-3.1.ebuild
19 +++ b/x11-themes/tactile3/tactile3-3.1.ebuild
20 @@ -1,25 +1,21 @@
21 -# Copyright 1999-2012 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="Tactile3"
28 -MY_P="${MY_PN}-${PV}"
29 +EAPI=7
30
31 DESCRIPTION="The third evolution of Tactile theme series"
32 HOMEPAGE="http://gnome-look.org/content/show.php/Tactile3?content=111845"
33 -SRC_URI="http://gnome-look.org/CONTENT/content-files/111845-${MY_PN}.tar.gz"
34 +SRC_URI="http://gnome-look.org/CONTENT/content-files/111845-${PN^}.tar.gz"
35
36 LICENSE="Artistic-2"
37 SLOT="0"
38 KEYWORDS="amd64 x86"
39 -IUSE=""
40
41 RDEPEND="x11-themes/hicolor-icon-theme"
42
43 -S="${WORKDIR}"/${MY_PN}
44 +S="${WORKDIR}/${PN^}"
45
46 src_install() {
47 - insinto /usr/share/themes/
48 - doins -r "${S}"/
49 + insinto /usr/share/themes/${PN^}
50 + doins -r .
51 }