Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-datetime-plugin/
Date: Sun, 11 Aug 2019 19:22:46
Message-Id: 1565550905.0ae1fc852c20677804af02a178d4fd83faca467b.mgorny@gentoo
1 commit: 0ae1fc852c20677804af02a178d4fd83faca467b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 19:15:05 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 19:15:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae1fc85
7
8 xfce-extra/xfce4-datetime-plugin: Bump to 0.8.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-datetime-plugin/Manifest | 1 +
13 .../xfce4-datetime-plugin-0.8.0.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest
17 index 0ef139a3028..513679119be 100644
18 --- a/xfce-extra/xfce4-datetime-plugin/Manifest
19 +++ b/xfce-extra/xfce4-datetime-plugin/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xfce4-datetime-plugin-0.7.0.tar.bz2 283142 BLAKE2B 6b65ab036a0781492b09c277bc1a9531edf5f197a98e83aa748579e58c1c765d9c8eccf860a934dd37fd45b8626e516e6deae8383a909c2335ff6f81a9663809 SHA512 a6d12a5f30fd6f5d0cfa85e50ed261c09378ff9f74897c5b30aef491c0f81a1985c033a416c9e080c1b07551666e1c6d1b1a1d75b5fac72dd71417ec23a640f7
22 DIST xfce4-datetime-plugin-0.7.1.tar.bz2 318918 BLAKE2B 9f279add9a57ced612b864b2331c8b2cdfb9f23fbaf80aeb9ef832b15e8859eadd976fb40fd45c93018a05fa5a88cb1b1c44ac0e855d97d0a049d3c10e46e8c9 SHA512 458d6d16953f8e150a6e3560567ea818e18db0477092ee392d00a4770a6feb7b6d50f2e4cd9373f987f0f6323539e7732bed187e3f74f14f2cb4c093a2a526fc
23 +DIST xfce4-datetime-plugin-0.8.0.tar.bz2 334063 BLAKE2B e9d42a85cf83c0c8e305f6d3c0977995943d729d2e45adbff6467a89af7ba5725e9690291ea95f8a115903ab8ba282f4b0b8ed15ef115d63b5fab6f85a038c02 SHA512 936af402bfd3ef199dc05254c57201b90f9554b2d824d74d2825f16d60e9a4c1a03f25811d80bc666a05dd6b47798ef2119f458b55d612e0803f75fc583fe550
24
25 diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.0.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.0.ebuild
26 new file mode 100644
27 index 00000000000..68e72f99367
28 --- /dev/null
29 +++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +DESCRIPTION="A panel plug-in with date, time and embedded calender"
37 +HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
38 +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
43 +IUSE=""
44 +
45 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
46 + >=xfce-base/xfce4-panel-4.12:="
47 +DEPEND="${RDEPEND}
48 + dev-util/intltool
49 + sys-devel/gettext
50 + virtual/pkgconfig"
51 +
52 +src_install() {
53 + default
54 + find "${D}" -name '*.la' -delete || die
55 +}