Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kapptemplate: ChangeLog kapptemplate-3.5.8.ebuild
Date: Fri, 19 Oct 2007 22:07:27
Message-Id: E1Iizpo-0005zR-Je@stork.gentoo.org
1 philantrop 07/10/19 21:56:48
2
3 Modified: ChangeLog
4 Added: kapptemplate-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.52 kde-base/kapptemplate/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kapptemplate/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kapptemplate/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kapptemplate/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 11 Aug 2007 17:22:52 -0000 1.51
23 +++ ChangeLog 19 Oct 2007 21:56:48 -0000 1.52
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kapptemplate
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.51 2007/08/11 17:22:52 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.52 2007/10/19 21:56:48 philantrop Exp $
29 +
30 +*kapptemplate-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o>
33 + +kapptemplate-3.5.8.ebuild:
34 + Bump to KDE 3.5.8.
35
36 11 Aug 2007; Raúl Porcel <armin76@g.o> kapptemplate-3.5.6.ebuild:
37 x86 stable wrt #185823
38
39
40
41 1.1 kde-base/kapptemplate/kapptemplate-3.5.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kapptemplate-3.5.8.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-3.5.8.ebuild,v 1.1 2007/10/19 21:56:48 philantrop Exp $
51
52 ARTS_REQUIRED="no"
53 RESTRICT="binchecks strip"
54
55 KMNAME=kdesdk
56 MAXKDEVER=$PV
57 KM_DEPRANGE="3.5.0 $MAXKDEVER"
58 inherit kde-meta eutils
59
60 DESCRIPTION="KAppTemplate - A shell script that will create the necessary framework to develop various KDE applications."
61 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 src_install() {
65 kde-meta_src_install
66 for f in ${KDEDIR}/share/apps/kapptemplate/admin/{bcheck,conf.change,config,detect-autoconf}.pl ; do
67 fperms 755 ${f}
68 done
69 }
70
71
72
73 --
74 gentoo-commits@g.o mailing list