Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conkyforecast: ChangeLog conkyforecast-2.24.ebuild conkyforecast-2.12.ebuild
Date: Thu, 05 Jan 2012 15:54:54
Message-Id: 20120105155439.A0AA52004B@flycatcher.gentoo.org
1 xmw 12/01/05 15:54:39
2
3 Modified: ChangeLog
4 Added: conkyforecast-2.24.ebuild
5 Removed: conkyforecast-2.12.ebuild
6 Log:
7 Version bump (thanks Jesse, bug 397569), remove old version
8
9 (Portage version: 2.1.10.41/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 app-admin/conkyforecast/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 27 Oct 2011 14:08:19 -0000 1.3
25 +++ ChangeLog 5 Jan 2012 15:54:39 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-admin/conkyforecast
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v 1.3 2011/10/27 14:08:19 xmw Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/ChangeLog,v 1.4 2012/01/05 15:54:39 xmw Exp $
32 +
33 +*conkyforecast-2.24 (05 Jan 2012)
34 +
35 + 05 Jan 2012; Michael Weber <xmw@g.o> -conkyforecast-2.12.ebuild,
36 + +conkyforecast-2.24.ebuild:
37 + Version bump (thanks Jesse, bug 397569), remove old version
38
39 *conkyforecast-2.20 (27 Oct 2011)
40
41
42
43
44 1.1 app-admin/conkyforecast/conkyforecast-2.24.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.24.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.24.ebuild?rev=1.1&content-type=text/plain
48
49 Index: conkyforecast-2.24.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.24.ebuild,v 1.1 2012/01/05 15:54:39 xmw Exp $
54
55 EAPI="3"
56 PYTHON_DEPEND="2"
57
58 inherit distutils
59
60 DESCRIPTION="Conky weather forecast script with support for language files"
61 HOMEPAGE="https://launchpad.net/~conky-companions"
62 SRC_URI="https://launchpad.net/~conky-companions/+archive/ppa/+files/${PN}_${PV}.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND="app-admin/conky"
70
71 S=${WORKDIR}/src
72
73 pkg_setup() {
74 python_set_active_version 2
75 python_pkg_setup
76 }
77
78 src_prepare() {
79 sed -i -e "s:/usr/bin/python:$(PYTHON -a):" conkyForecast || die
80 distutils_src_prepare
81 }
82
83 pkg_postinst() {
84 distutils_pkg_postinst
85
86 elog "You have to define a partner id and registration code for "
87 elog "the weather.com xoap. You need to copy the template from"
88 elog "/usr/share/conkyforecast/conkyForecast.config into you account"
89 elog "as ~/.conkyForecast.config and edit the respective fields."
90 elog
91 elog "More details can be found in the README file."
92 }