Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: qdevelop-0.28.ebuild ChangeLog
Date: Thu, 02 Feb 2012 14:12:49
Message-Id: 20120202141237.0810D2004B@flycatcher.gentoo.org
1 johu 12/02/02 14:12:37
2
3 Modified: qdevelop-0.28.ebuild ChangeLog
4 Log:
5 EAPI 4
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-util/qdevelop/qdevelop-0.28.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?r1=1.2&r2=1.3
15
16 Index: qdevelop-0.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qdevelop-0.28.ebuild 1 Nov 2010 15:59:14 -0000 1.2
23 +++ qdevelop-0.28.ebuild 2 Feb 2012 14:12:36 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 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/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.2 2010/11/01 15:59:14 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.3 2012/02/02 14:12:36 johu Exp $
30
31 -EAPI="2"
32 +EAPI=4
33
34 inherit eutils cmake-utils
35
36 @@ -31,9 +31,9 @@
37
38 src_install() {
39 cmake-utils_src_install
40 - dodoc ChangeLog.txt README.txt || die "dodoc failed"
41 + dodoc ChangeLog.txt README.txt
42 newicon "${S}"/resources/images/QDevelop.png qdevelop.png
43 - domenu "${S}"/qdevelop.desktop
44 + make_desktop_entry ${PN}
45 }
46
47 pkg_postinst(){
48
49
50
51 1.11 dev-util/qdevelop/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.11&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.11&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/ChangeLog?r1=1.10&r2=1.11
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v
60 retrieving revision 1.10
61 retrieving revision 1.11
62 diff -u -r1.10 -r1.11
63 --- ChangeLog 1 Nov 2010 13:34:40 -0000 1.10
64 +++ ChangeLog 2 Feb 2012 14:12:36 -0000 1.11
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-util/qdevelop
67 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.10 2010/11/01 13:34:40 wired Exp $
69 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.11 2012/02/02 14:12:36 johu Exp $
71 +
72 + 02 Feb 2012; Johannes Huber <johu@g.o> qdevelop-0.28.ebuild:
73 + EAPI 4
74
75 *qdevelop-0.28 (01 Nov 2010)