Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-datetime-plugin: xfce4-datetime-plugin-0.6.1.ebuild metadata.xml ChangeLog
Date: Fri, 28 Aug 2009 20:16:00
Message-Id: E1MfvCc-00041R-8e@stork.gentoo.org
1 ssuominen 09/08/25 12:32:42
2
3 Added: xfce4-datetime-plugin-0.6.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Rename xfce4-datetime to xfce4-datetime-plugin.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: xfce4-datetime-plugin-0.6.1.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v 1.1 2009/08/25 12:32:41 ssuominen Exp $
20
21 EAPI=2
22 inherit xfconf
23
24 DESCRIPTION="Panel plugin displaying date, time and small calendar"
25 HOMEPAGE="http://www.xfce.org/"
26 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
31 IUSE="debug"
32
33 RDEPEND=">=x11-libs/gtk+-2.6:2
34 >=xfce-base/xfce4-panel-4.3.99.2
35 >=xfce-base/libxfce4util-4.3.99.2
36 >=xfce-base/libxfcegui4-4.3.99.2"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig
39 dev-util/intltool"
40
41 pkg_setup() {
42 DOCS="AUTHORS ChangeLog NEWS THANKS"
43 XFCONF="--disable-dependency-tracking
44 $(use_enable debug)"
45 }
46
47
48
49 1.1 xfce-extra/xfce4-datetime-plugin/metadata.xml
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/metadata.xml?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/metadata.xml?rev=1.1&content-type=text/plain
53
54 Index: metadata.xml
55 ===================================================================
56 <?xml version="1.0" encoding="UTF-8"?>
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 <herd>xfce</herd>
60 </pkgmetadata>
61
62
63
64 1.1 xfce-extra/xfce4-datetime-plugin/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for xfce-extra/xfce4-datetime-plugin
72 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v 1.1 2009/08/25 12:32:41 ssuominen Exp $
74
75 *xfce4-datetime-plugin-0.6.1 (25 Aug 2009)
76
77 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
78 +xfce4-datetime-plugin-0.6.1.ebuild:
79 Rename xfce4-datetime to xfce4-datetime-plugin.