Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/wicd-client-kde: wicd-client-kde-0.3.1.ebuild ChangeLog
Date: Fri, 01 Mar 2013 21:13:45
Message-Id: 20130301211341.0DEEB2171D@flycatcher.gentoo.org
1 creffett 13/03/01 21:13:40
2
3 Modified: ChangeLog
4 Added: wicd-client-kde-0.3.1.ebuild
5 Log:
6 Version bump to 0.3.1 wrt bug 456724
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42618354)
9
10 Revision Changes Path
11 1.20 kde-misc/wicd-client-kde/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 24 Nov 2012 15:27:44 -0000 1.19
24 +++ ChangeLog 1 Mar 2013 21:13:40 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-misc/wicd-client-kde
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog,v 1.19 2012/11/24 15:27:44 johu Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/ChangeLog,v 1.20 2013/03/01 21:13:40 creffett Exp $
31 +
32 +*wicd-client-kde-0.3.1 (01 Mar 2013)
33 +
34 + 01 Mar 2013; Chris Reffett <creffett@g.o>
35 + +wicd-client-kde-0.3.1.ebuild:
36 + Version bump to 0.3.1 wrt bug 456724
37
38 24 Nov 2012; Johannes Huber <johu@g.o> -wicd-client-kde-0.3.0.ebuild:
39 Remove old.
40
41
42
43 1.1 kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wicd-client-kde-0.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild,v 1.1 2013/03/01 21:13:40 creffett Exp $
53
54 EAPI=5
55
56 # Incompatible linguas handling
57 #KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru sv
58 #uk zh_CN zh_TW"
59 EGIT_REPONAME="wicd-kde"
60 MY_P=${P/-client/}
61 KDE_SCM="git"
62 PYTHON_DEPEND="2"
63 inherit python kde4-base
64
65 DESCRIPTION="Wicd client built on the KDE Development Platform"
66 HOMEPAGE="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366"
67 [[ ${PV} == *9999 ]] || \
68 SRC_URI="http://kde-apps.org/CONTENT/content-files/132366-${MY_P}.tar.gz"
69 LICENSE="GPL-3"
70 SLOT="4"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 RDEPEND="net-misc/wicd"
75 DEPEND="${RDEPEND}"
76
77 S=${WORKDIR}/${PN/-client/}
78
79 pkg_setup() {
80 python_pkg_setup
81 kde4-base_pkg_setup
82 }
83
84 src_configure() {
85 local mycmakeargs=(
86 -DPYTHONBIN=/usr/bin/python2
87 )
88
89 kde4-base_src_configure
90 }