Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/papirus-claws-mail-theme/
Date: Fri, 24 Apr 2020 00:38:51
Message-Id: 1587688435.ce07f42469f3a77af31c556c44867de2dcf4499b.tastytea@gentoo
1 commit: ce07f42469f3a77af31c556c44867de2dcf4499b
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Apr 24 00:33:55 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Apr 24 00:33:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce07f424
7
8 x11-themes/papirus-claws-mail-theme: New package.
9
10 Icon theme for mail-client/claws-mail.
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 x11-themes/papirus-claws-mail-theme/Manifest | 1 +
15 x11-themes/papirus-claws-mail-theme/metadata.xml | 8 ++++++++
16 .../papirus-claws-mail-theme-0_pre20181023.ebuild | 17 +++++++++++++++++
17 3 files changed, 26 insertions(+)
18
19 diff --git a/x11-themes/papirus-claws-mail-theme/Manifest b/x11-themes/papirus-claws-mail-theme/Manifest
20 new file mode 100644
21 index 0000000..8978221
22 --- /dev/null
23 +++ b/x11-themes/papirus-claws-mail-theme/Manifest
24 @@ -0,0 +1 @@
25 +DIST papirus-claws-mail-theme-0_pre20181023.tar.gz 572227 BLAKE2B 6557576fcc8a2e377d5efef7d6412c57b6acf9737139b1c5eb930b4d4d554849034acf0808790d9ed37e831664d771025d74fd4ad6f40576c47330781c880c04 SHA512 fd2b57fe8f49247071ad53ebb4679f5f2fff8546a199d4f017f35efb1c6ec0f5f045f7e0dc260d81d747bd2932311bd19e2baf8131b8b5083793f00e8d31664e
26
27 diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml b/x11-themes/papirus-claws-mail-theme/metadata.xml
28 new file mode 100644
29 index 0000000..5533c93
30 --- /dev/null
31 +++ b/x11-themes/papirus-claws-mail-theme/metadata.xml
32 @@ -0,0 +1,8 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>gentoo@××××××××.de</email>
38 + <name>Ronny (tastytea) Gutbrod</name>
39 + </maintainer>
40 +</pkgmetadata>
41
42 diff --git a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild
43 new file mode 100644
44 index 0000000..58e3386
45 --- /dev/null
46 +++ b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-0_pre20181023.ebuild
47 @@ -0,0 +1,17 @@
48 +# Copyright 2020 Gentoo Authors
49 +# Distributed under the terms of the GNU General Public License v2
50 +
51 +EAPI=7
52 +
53 +MY_COMMIT="7d02981d23ecfc279c87ff6c172ba09314940352"
54 +
55 +DESCRIPTION="Papirus icon theme for Claws Mail"
56 +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme"
57 +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
58 +
59 +LICENSE="GPL-3"
60 +SLOT="0"
61 +KEYWORDS="~amd64"
62 +IUSE=""
63 +
64 +S="${WORKDIR}/${PN}-${MY_COMMIT}"