Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
Date: Sun, 04 Jun 2017 15:18:18
Message-Id: 1496589405.8e7138da680b8bd0d72fb00894c79a4163db9b1a.mudler@gentoo
1 commit: 8e7138da680b8bd0d72fb00894c79a4163db9b1a
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 14:06:25 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:16:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7138da
7
8 mate-extra/mate-indicator-applet: Version bump to 1.18.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 mate-extra/mate-indicator-applet/Manifest | 1 +
13 .../mate-indicator-applet-1.18.0.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
17 index 7b05886394a..89603c010cd 100644
18 --- a/mate-extra/mate-indicator-applet/Manifest
19 +++ b/mate-extra/mate-indicator-applet/Manifest
20 @@ -1,3 +1,4 @@
21 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433 WHIRLPOOL e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
22 DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f WHIRLPOOL 7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720
23 DIST mate-indicator-applet-1.16.0.tar.xz 317256 SHA256 5b60ecd36109d2e036b7706fde3c642be3fb157e3189af07017e08b70e55cf21 SHA512 745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2 WHIRLPOOL 97fd3bcf37e72473fb9e4f81084cb693aa37db5a9bc437191a4c9985d9dd674bb35883208098c6e68a94dda08c687dea352073a701e364557b9d1e3631e57f14
24 +DIST mate-indicator-applet-1.18.0.tar.xz 329792 SHA256 4fe04328f2d86a1f0817e320a0fb841f7eb5839d0ae5131b44a8413d49489829 SHA512 5c7690c00e165c72290dfada899a188c3fc72ed2d9c19c0168aba6d2ea3fb40f1f7f152eddfb2160cf16aea01247245b91e84c88f7b8a6e76778c6144864aec8 WHIRLPOOL 03f080209ce0381320bb73c8512512935ecfc3f163770750063b9f9b54151b6d1b5182fb002c3dded2cdeb8c4c8feb961209314f1113e8029206853ac3f3e551
25
26 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
27 new file mode 100644
28 index 00000000000..0540e493e3c
29 --- /dev/null
30 +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
31 @@ -0,0 +1,27 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit mate versionator
38 +
39 +if [[ ${PV} != 9999 ]]; then
40 + KEYWORDS="~amd64 ~arm ~x86"
41 +fi
42 +
43 +DESCRIPTION="MATE indicator applet"
44 +LICENSE="GPL-2 FDL-1.1 LGPL-2"
45 +SLOT="0"
46 +
47 +IUSE=""
48 +
49 +COMMON_DEPEND="
50 + >=dev-libs/libindicator-0.4:3
51 + >=mate-base/mate-panel-1.17.0
52 + >=x11-libs/gtk+-3.14:3"
53 +
54 +RDEPEND="${COMMON_DEPEND}"
55 +
56 +DEPEND="${COMMON_DEPEND}
57 + >=dev-util/intltool-0.35.0
58 + virtual/pkgconfig"