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: Sat, 30 Jul 2016 19:53:36
Message-Id: 1469908186.ca560774a4f77df2eb1d2da49f5b1cf2ff6ab2ca.mgorny@gentoo
1 commit: ca560774a4f77df2eb1d2da49f5b1cf2ff6ab2ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:23:12 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 19:49:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca560774
7
8 xfce-extra/xfce4-datetime-plugin: Bump to 0.6.99, the GTK+3 pre-release
9
10 xfce-extra/xfce4-datetime-plugin/Manifest | 1 +
11 .../xfce4-datetime-plugin-0.6.99.ebuild | 30 ++++++++++++++++++++++
12 2 files changed, 31 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest
15 index f0fb44e..7bb9775 100644
16 --- a/xfce-extra/xfce4-datetime-plugin/Manifest
17 +++ b/xfce-extra/xfce4-datetime-plugin/Manifest
18 @@ -1 +1,2 @@
19 DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 SHA256 9734da671e8d1d7de5fae92093a05d653c9245b838542fb9aff3e10368cc9e2c SHA512 53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d WHIRLPOOL a86415cc4f5c38581822985d4ea5a7e76bd6c007249c9dc2df45fd42c51006227fe65be032d03f0daddfedb1fec8c238059632cd873420fd93502516034aa6f6
20 +DIST xfce4-datetime-plugin-0.6.99.tar.bz2 291976 SHA256 4c736ef9db039e5d8edd69280dde40c8171296f326531b67064e40ffe4739f35 SHA512 5f19bf31b50bbb3c4f0cb8eaf1c690eabcb0316a2b49b6097ae7a4a4fd36735193a0c8c2e73c50fde0a75c3a21c755ba7e768fa4827cf4e9628fcd8c0620bcbe WHIRLPOOL 4eced2ef2ae74d393ac7c920f770b6c6d2560776c4f23009ae1dba5ca65de3dc468150aa386a32865d567f23144d0b48b66e64d27ba17aaf97e45e64df995786
21
22 diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild
23 new file mode 100644
24 index 0000000..646557c
25 --- /dev/null
26 +++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.99.ebuild
27 @@ -0,0 +1,30 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +inherit xfconf
34 +
35 +DESCRIPTION="A panel plug-in with date, time and embedded calender"
36 +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
37 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
42 +IUSE="debug"
43 +
44 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
45 + >=xfce-base/xfce4-panel-4.12:="
46 +DEPEND="${RDEPEND}
47 + dev-util/intltool
48 + sys-devel/gettext
49 + virtual/pkgconfig"
50 +
51 +pkg_setup() {
52 + XFCONF=(
53 + $(xfconf_use_debug)
54 + )
55 +
56 + DOCS=( AUTHORS ChangeLog NEWS THANKS )
57 +}