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-timer-plugin/
Date: Tue, 02 Aug 2016 16:11:20
Message-Id: 1470154187.c1801ad9cb25023aea4651fabf084ee3cdc35be3.mgorny@gentoo
1 commit: c1801ad9cb25023aea4651fabf084ee3cdc35be3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:28:31 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=c1801ad9
7
8 xfce-extra/xfce4-timer-plugin: Prune old
9
10 xfce-extra/xfce4-timer-plugin/Manifest | 1 -
11 .../xfce4-timer-plugin-1.5.0.ebuild | 32 ----------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest
15 index 05a25a9..09356d4 100644
16 --- a/xfce-extra/xfce4-timer-plugin/Manifest
17 +++ b/xfce-extra/xfce4-timer-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-timer-plugin-1.5.0.tar.bz2 301575 SHA256 ca2ce0bb4297638e9891e44ef96881bc6e2218d0d7a9a02c264fced8294f8eb9 SHA512 cfbb0f72909b7b1bc1da9f62af05566533014f9aa772fb3397225eedb2309ee04638cb972b108d8cb22f46477a863f1f0062799031dcc445205dd8ab252aee4d WHIRLPOOL 59250d1d92049316a288dd36771bdc323bef75bd053f538ee0cc1ff42e3249217d4e49ce4407f4ae6bd89cac21678e76e1bb018bc39df28f5d27c6d716d1e556
20 DIST xfce4-timer-plugin-1.6.0.tar.bz2 325662 SHA256 39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c SHA512 aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815 WHIRLPOOL 894abd2c1dce539b9815c5593c391fccbed519300dfc87527af5370185dda5b605a6c342084e3bf2449f4e4504858f1e8439a4dcbe1055c2b6d8d673c329ed17
21
22 diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild
23 deleted file mode 100644
24 index a11c4b9..0000000
25 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild
26 +++ /dev/null
27 @@ -1,32 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -inherit multilib xfconf
34 -
35 -DESCRIPTION="A simple timer plug-in for the Xfce desktop environment"
36 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-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=""
43 -
44 -RDEPEND="x11-libs/gtk+:2
45 - >=xfce-base/libxfce4ui-4.10
46 - >=xfce-base/libxfce4util-4.10
47 - >=xfce-base/xfce4-panel-4.10"
48 -DEPEND="${RDEPEND}
49 - dev-util/intltool
50 - virtual/pkgconfig"
51 -
52 -pkg_setup() {
53 - XFCONF=(
54 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
55 - --disable-static
56 - )
57 -
58 - DOCS=( AUTHORS ChangeLog README TODO )
59 -}