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-time-out-plugin/
Date: Tue, 02 Aug 2016 16:11:18
Message-Id: 1470154187.230191c34910afa8ea043b0d33fa288ff4ee8598.mgorny@gentoo
1 commit: 230191c34910afa8ea043b0d33fa288ff4ee8598
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:28:20 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230191c3
7
8 xfce-extra/xfce4-time-out-plugin: Prune old
9
10 xfce-extra/xfce4-time-out-plugin/Manifest | 1 -
11 .../xfce4-time-out-plugin-1.0.1.ebuild | 32 ----------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-time-out-plugin/Manifest b/xfce-extra/xfce4-time-out-plugin/Manifest
15 index 88c87c8..89880c4 100644
16 --- a/xfce-extra/xfce4-time-out-plugin/Manifest
17 +++ b/xfce-extra/xfce4-time-out-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-time-out-plugin-1.0.1.tar.bz2 333227 SHA256 e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8 SHA512 f2999a578fbdc324f9086210bfbc6a0f9296816913e4775fc60d0a3fd405781723bbe8cfdc16198f808025df7ce9ef5125d9614a233948d50a507b85139b0504 WHIRLPOOL 8c82015a994fe425b3228c63f2a901c7a1701def2d0d0e6ea79c99c205be453ffbb14b9dade57b7f60cb2ce1137068f292c8238233569ad1c42a72fa3aea43a5
20 DIST xfce4-time-out-plugin-1.0.2.tar.bz2 337382 SHA256 c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5 SHA512 3f49664fc8fd947627e40de0338e3a115806045c97fa08fd678fdbb831947bcfe14c02e9961d671ce7546d4913fd9319322476df590a70458bdf86fa3bd43464 WHIRLPOOL 7577b75771182686d548b36759a84d6a9744e1e012689e4ebe585a09340a8db9656a9b15cdf938b2aa28231f2cd3dfed8b9c7b10b106fef4edc0f51fe5dbf3df
21
22 diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild
23 deleted file mode 100644
24 index 284c41b..0000000
25 --- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2012 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 to take periodical breaks from the computer"
36 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
37 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${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="x11-libs/gtk+:2
45 - x11-libs/libX11
46 - >=xfce-base/libxfce4ui-4.8
47 - >=xfce-base/libxfce4util-4.8
48 - >=xfce-base/xfce4-panel-4.8"
49 -DEPEND="${RDEPEND}
50 - dev-util/intltool
51 - virtual/pkgconfig"
52 -
53 -pkg_setup() {
54 - XFCONF=(
55 - $(xfconf_use_debug)
56 - )
57 -
58 - DOCS=( AUTHORS ChangeLog NEWS README THANKS )
59 -}