Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/
Date: Mon, 26 Oct 2020 10:15:06
Message-Id: 1603707292.d44be7e922ea7b71efafadcb9751a3086dc290b3.juippis@gentoo
1 commit: d44be7e922ea7b71efafadcb9751a3086dc290b3
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 06:33:28 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 10:14:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44be7e9
7
8 x11-themes/e-flat-theme: clean old 2020-08 snapshot
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-themes/e-flat-theme/Manifest | 1 -
13 .../e-flat-theme/e-flat-theme-0_pre20200824.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
17 index c8526a0b375..460ace4f317 100644
18 --- a/x11-themes/e-flat-theme/Manifest
19 +++ b/x11-themes/e-flat-theme/Manifest
20 @@ -1,2 +1 @@
21 -DIST e-flat-theme-0_pre20200824.edj 45979784 BLAKE2B 8b9d2ddba3c6cb213ded3768625ca900ed10292c918918afa9b29f2de83696fa83dc8c93865a9b5cb916875371d573012df4d5e734dc579b28f9e9cbceb475e0 SHA512 90774cd48e0f3de9fe1609836272de692339bd935ec1379a943f2bfa04f56a9b2cd091f5860eb570606ad517e3f01b6ae41c99caeb86b5f2755114e608736c15
22 DIST e-flat-theme-0_pre20201018.edj 45600078 BLAKE2B 28f1949aa1bb316726d81fbc3fc056b29d101528be55bf26ea7e4dd8e1f96410b6d5d2c6c7d4e7742d124709a9c968cf86507dd0392aa4a1ed8142a6c0dd0c69 SHA512 def07d7d92c8dd05d0cefe6205c3af2b67ab81ba9472b070dc5acd3cce60e9f6aa1e374086efcad787aedfc4d755818f7d170e1139c104804e0154921d03ca8b
23
24 diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200824.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200824.ebuild
25 deleted file mode 100644
26 index 1ce5c3e1bab..00000000000
27 --- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200824.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 2019-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="A modern, flat theme for Enlightenment WM"
36 -HOMEPAGE="https://www.enlightenment.org/ https://phab.enlightenment.org/T6726"
37 -SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.edj"
38 -
39 -LICENSE="LGPL-2.1"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~arm ~ppc x86"
42 -
43 -RDEPEND="x11-wm/enlightenment"
44 -
45 -S="${WORKDIR}"
46 -
47 -src_prepare() {
48 - default
49 -
50 - # doins doesn't allow installing straight from DISTDIR.
51 - cp "${DISTDIR}"/${P}.edj . || die "Failed to prepare theme file."
52 -}
53 -
54 -src_configure() { :; }
55 -src_compile() { :; }
56 -
57 -src_install() {
58 - insinto /usr/share/elementary/themes/
59 - newins ${P}.edj flat-0.edj
60 -}
61 -
62 -pkg_postinst() {
63 - elog "You'll find e-flat-theme under System themes in theme selector."
64 -
65 - if [[ -n ${REPLACING_VERSIONS} ]]; then
66 - ewarn ""
67 - ewarn "You're updating flat-0 theme. Please reload Enlightenment"
68 - ewarn "through Menu -> Enlightenment -> Restart, or by issuing"
69 - ewarn " enlightenment -restart"
70 - ewarn ""
71 - fi
72 -}