Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conkyforecast: conkyforecast-2.12.ebuild ChangeLog
Date: Sat, 01 Jan 2011 21:00:53
Message-Id: 20110101210043.089D320054@flycatcher.gentoo.org
1 arfrever 11/01/01 21:00:43
2
3 Modified: conkyforecast-2.12.ebuild ChangeLog
4 Log:
5 Fix deprecation warning. Use Python 2.
6
7 (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-admin/conkyforecast/conkyforecast-2.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild?r1=1.1&r2=1.2
15
16 Index: conkyforecast-2.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- conkyforecast-2.12.ebuild 24 Aug 2010 23:27:59 -0000 1.1
23 +++ conkyforecast-2.12.ebuild 1 Jan 2011 21:00:42 -0000 1.2
24 @@ -1,12 +1,11 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild,v 1.1 2010/08/24 23:27:59 xmw Exp $
29 -
30 -EAPI=2
31 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.12.ebuild,v 1.2 2011/01/01 21:00:42 arfrever Exp $
32
33 +EAPI="3"
34 PYTHON_DEPEND="2"
35
36 -inherit distutils python
37 +inherit distutils
38
39 DESCRIPTION="Conky weather forecast script with support for language files"
40 HOMEPAGE="https://launchpad.net/~conkyhardcore"
41 @@ -21,7 +20,7 @@
42
43 S=${WORKDIR}/src
44
45 -pkg_config() {
46 +pkg_setup() {
47 python_set_active_version 2
48 python_pkg_setup
49 }
50 @@ -32,6 +31,8 @@
51 }
52
53 pkg_postinst() {
54 + distutils_pkg_postinst
55 +
56 elog "You have to define a partner id and registration code for "
57 elog "the weather.com xoap. You need to copy the template from"
58 elog "/usr/share/conkyforecast/conkyForecast.config into you account"
59
60
61
62 1.2 app-admin/conkyforecast/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?rev=1.2&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?rev=1.2&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?r1=1.1&r2=1.2
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v
71 retrieving revision 1.1
72 retrieving revision 1.2
73 diff -u -r1.1 -r1.2
74 --- ChangeLog 24 Aug 2010 23:27:59 -0000 1.1
75 +++ ChangeLog 1 Jan 2011 21:00:42 -0000 1.2
76 @@ -1,6 +1,10 @@
77 # ChangeLog for app-admin/conkyforecast
78 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v 1.1 2010/08/24 23:27:59 xmw Exp $
80 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v 1.2 2011/01/01 21:00:42 arfrever Exp $
82 +
83 + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
84 + conkyforecast-2.12.ebuild:
85 + Fix deprecation warning. Use Python 2.
86
87 *conkyforecast-2.12 (24 Aug 2010)