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, 25 Mar 2018 17:27:34
Message-Id: 1521998832.b4038c9785b933477487fc048213b0f50dcfb1c2.mgorny@gentoo
1 commit: b4038c9785b933477487fc048213b0f50dcfb1c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:10:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4038c97
7
8 xfce-extra/xfce4-datetime-plugin: Drop old
9
10 xfce-extra/xfce4-datetime-plugin/Manifest | 1 -
11 .../xfce4-datetime-plugin-0.6.2.ebuild | 31 ----------------------
12 2 files changed, 32 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest b/xfce-extra/xfce4-datetime-plugin/Manifest
15 index 75fb8151571..7cd4d06c5d8 100644
16 --- a/xfce-extra/xfce4-datetime-plugin/Manifest
17 +++ b/xfce-extra/xfce4-datetime-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-datetime-plugin-0.6.2.tar.bz2 287129 BLAKE2B df867af09c9b85b6a2b25c24bae071baff4f599ce15ebae5fbf0ad19451c38761119a50f63d3cdc3b3092e13a7ca8d2d82ca6756a836a4b0edc8bd084e109553 SHA512 53d7b28c125bf74479d4788b2cb9462d3d5252bca9ab4c615fcd98e63b2dd4b30d2492214b447169e0f895449051f1f001323cb0435e41365fd5b992283c4e6d
20 DIST xfce4-datetime-plugin-0.7.0.tar.bz2 283142 BLAKE2B 6b65ab036a0781492b09c277bc1a9531edf5f197a98e83aa748579e58c1c765d9c8eccf860a934dd37fd45b8626e516e6deae8383a909c2335ff6f81a9663809 SHA512 a6d12a5f30fd6f5d0cfa85e50ed261c09378ff9f74897c5b30aef491c0f81a1985c033a416c9e080c1b07551666e1c6d1b1a1d75b5fac72dd71417ec23a640f7
21
22 diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild
23 deleted file mode 100644
24 index 1839e6dbd28..00000000000
25 --- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.2.ebuild
26 +++ /dev/null
27 @@ -1,31 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xfconf
33 -
34 -DESCRIPTION="A panel plug-in with date, time and embedded calender"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
36 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 -IUSE="debug"
42 -
43 -RDEPEND=">=x11-libs/gtk+-2.24:2
44 - >=xfce-base/libxfce4ui-4.10
45 - >=xfce-base/libxfce4util-4.10
46 - >=xfce-base/xfce4-panel-4.10"
47 -DEPEND="${RDEPEND}
48 - dev-util/intltool
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -pkg_setup() {
53 - XFCONF=(
54 - $(xfconf_use_debug)
55 - )
56 -
57 - DOCS=( AUTHORS ChangeLog NEWS THANKS )
58 -}