Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/past: past-0.0.4.ebuild ChangeLog
Date: Mon, 09 Jul 2012 19:30:10
Message-Id: 20120709192940.761CC20063@flycatcher.gentoo.org
1 kensington 12/07/09 19:29:40
2
3 Modified: past-0.0.4.ebuild ChangeLog
4 Log:
5 Fix build with GCC 4.7 wrt bug #425254. Bump EAPI, add missing deps, drop useless README.
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-mobilephone/past/past-0.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild?r1=1.1&r2=1.2
15
16 Index: past-0.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- past-0.0.4.ebuild 11 Nov 2009 17:53:35 -0000 1.1
23 +++ past-0.0.4.ebuild 9 Jul 2012 19:29:40 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild,v 1.1 2009/11/11 17:53:35 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/past-0.0.4.ebuild,v 1.2 2012/07/09 19:29:40 kensington Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit cmake-utils
34
35 DESCRIPTION="A simple SMS tool"
36 @@ -14,7 +14,11 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE="debug"
39
40 -DEPEND="x11-libs/qt-gui:4
41 +DEPEND="x11-libs/qt-core:4
42 + x11-libs/qt-dbus:4
43 + x11-libs/qt-gui:4
44 app-mobilephone/gnokii[sms]"
45 +RDEPEND="${DEPEND}"
46
47 -DOCS="ChangeLog README TODO"
48 +DOCS=( ChangeLog TODO )
49 +PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
50
51
52
53 1.2 app-mobilephone/past/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/ChangeLog?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/ChangeLog?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/past/ChangeLog?r1=1.1&r2=1.2
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- ChangeLog 11 Nov 2009 17:53:35 -0000 1.1
66 +++ ChangeLog 9 Jul 2012 19:29:40 -0000 1.2
67 @@ -1,9 +1,13 @@
68 # ChangeLog for app-mobilephone/past
69 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v 1.1 2009/11/11 17:53:35 ssuominen Exp $
71 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/past/ChangeLog,v 1.2 2012/07/09 19:29:40 kensington Exp $
73 +
74 + 09 Jul 2012; Michael Palimaka <kensington@g.o>
75 + +files/past-0.0.4-gcc-4.7.patch, past-0.0.4.ebuild:
76 + Fix build with GCC 4.7 wrt bug #425254. Bump EAPI, add missing deps, drop
77 + useless README.
78
79 *past-0.0.4 (11 Nov 2009)
80
81 11 Nov 2009; Samuli Suominen <ssuominen@g.o> +past-0.0.4.ebuild:
82 Initial commit.
83 -