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-weather-plugin: xfce4-weather-plugin-0.7.3.ebuild ChangeLog xfce4-weather-plugin-0.6.4.ebuild metadata.xml
Date: Fri, 28 Aug 2009 20:15:43
Message-Id: E1MfxYf-0002kc-7d@stork.gentoo.org
1 ssuominen 09/08/25 15:03:37
2
3 Added: xfce4-weather-plugin-0.7.3.ebuild ChangeLog
4 xfce4-weather-plugin-0.6.4.ebuild metadata.xml
5 Log:
6 Rename xfce4-weather to xfce4-weather-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-weather-plugin/xfce4-weather-plugin-0.7.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: xfce4-weather-plugin-0.7.3.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-weather-plugin/xfce4-weather-plugin-0.7.3.ebuild,v 1.1 2009/08/25 15:03:36 ssuominen Exp $
20
21 EINTLTOOLIZE=yes
22 EAUTORECONF=yes
23 EAPI=2
24 inherit xfconf
25
26 DESCRIPTION="panel plugin that shows the current temperature and weather condition."
27 HOMEPAGE="http://www.xfce.org/"
28 SRC_URI="mirror://xfce/src/panel-plugins/${PN}-plugin/0.7/${P}.tar.bz2"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
33 IUSE="debug"
34
35 RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1
36 >=xfce-base/libxfcegui4-4.3.90.2
37 >=xfce-base/libxfce4util-4.3.90.2
38 dev-libs/libxml2"
39 DEPEND="${RDEPEND}
40 dev-util/pkgconfig
41 dev-util/intltool
42 sys-devel/gettext"
43
44 pkg_setup() {
45 XFCONF="--disable-dependency-tracking
46 $(use_enable debug)"
47 DOCS="AUTHORS ChangeLog NEWS README TODO"
48 }
49
50
51
52 1.1 xfce-extra/xfce4-weather-plugin/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog?rev=1.1&content-type=text/plain
56
57 Index: ChangeLog
58 ===================================================================
59 # ChangeLog for xfce-extra/xfce4-weather-plugin
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.1 2009/08/25 15:03:36 ssuominen Exp $
62
63 *xfce4-weather-plugin-0.7.3 (25 Aug 2009)
64 *xfce4-weather-plugin-0.6.4 (25 Aug 2009)
65
66 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
67 +xfce4-weather-plugin-0.6.4.ebuild, +xfce4-weather-plugin-0.7.3.ebuild:
68 Rename xfce4-weather to xfce4-weather-plugin.
69
70
71
72
73 1.1 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild?rev=1.1&content-type=text/plain
77
78 Index: xfce4-weather-plugin-0.6.4.ebuild
79 ===================================================================
80 # Copyright 1999-2009 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.6.4.ebuild,v 1.1 2009/08/25 15:03:36 ssuominen Exp $
83
84 EINTLTOOLIZE=yes
85 EAUTORECONF=yes
86 EAPI=2
87 inherit xfconf
88
89 DESCRIPTION="panel plugin that shows the current temperature and weather condition."
90 HOMEPAGE="http://www.xfce.org/"
91 SRC_URI="mirror://gentoo/${P}.tar.bz2"
92
93 LICENSE="GPL-2"
94 SLOT="0"
95 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
96 IUSE="debug"
97
98 RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1
99 >=xfce-base/libxfcegui4-4.3.90.2
100 >=xfce-base/libxfce4util-4.3.90.2
101 dev-libs/libxml2"
102 DEPEND="${RDEPEND}
103 dev-util/pkgconfig
104 dev-util/intltool
105 sys-devel/gettext"
106
107 pkg_setup() {
108 XFCONF="--disable-dependency-tracking
109 $(use_enable debug)"
110 DOCS="AUTHORS ChangeLog NEWS README TODO"
111 }
112
113
114
115 1.1 xfce-extra/xfce4-weather-plugin/metadata.xml
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/metadata.xml?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-weather-plugin/metadata.xml?rev=1.1&content-type=text/plain
119
120 Index: metadata.xml
121 ===================================================================
122 <?xml version="1.0" encoding="UTF-8"?>
123 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 <pkgmetadata>
125 <herd>xfce</herd>
126 </pkgmetadata>