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/quanta: ChangeLog quanta-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:35:28
Message-Id: E1JRyTF-0000Ex-W4@stork.gentoo.org
1 philantrop 08/02/20 23:35:25
2
3 Modified: ChangeLog
4 Added: quanta-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.84 kde-base/quanta/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 17 Feb 2008 02:58:22 -0000 1.83
23 +++ ChangeLog 20 Feb 2008 23:35:25 -0000 1.84
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/quanta
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.83 2008/02/17 02:58:22 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.84 2008/02/20 23:35:25 philantrop Exp $
29 +
30 +*quanta-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +quanta-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -quanta-3.5.5.ebuild,
36 -quanta-3.5.6.ebuild, -quanta-3.5.7.ebuild, -quanta-3.5.8.ebuild:
37
38
39
40 1.1 kde-base/quanta/quanta-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/quanta-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/quanta-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: quanta-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.9.ebuild,v 1.1 2008/02/20 23:35:25 philantrop Exp $
50 KMNAME=kdewebdev
51 EAPI="1"
52 inherit kde-meta eutils
53
54 DESCRIPTION="KDE: Quanta Plus Web Development Environment"
55 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
56 IUSE="doc kdehiddenvisibility"
57
58 DEPEND="dev-libs/libxslt
59 dev-libs/libxml2"
60 RDEPEND="${RDEPEND}
61 doc? ( app-doc/quanta-docs )"
62
63 KMCOMPILEONLY=lib
64
65 # TODO: check why this wasn't needed back in the monolithic ebuild
66 src_compile () {
67 myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')"
68 kde-meta_src_compile
69 }
70
71 pkg_postinst() {
72 kde_pkg_postinst
73
74 echo
75 elog "${P} has some optional dependencies which you might want to emerge:"
76 elog "- app-text/htmltidy for HTML syntax checking."
77 elog "- app-crypt/gnupg for previewing browser configuration."
78 elog "- kde-base/kompare for comparing files by content."
79 elog "- kde-base/cervisia for enabling the CVS management plugin."
80 elog "- kde-base/kfilereplace for searching and replacing in files."
81 elog "- kde-base/kimagemapeditor for editing HTML image maps."
82 elog "- kde-base/klinkstatus for link validity checking."
83 elog "- kde-base/kxsldbg for XSLT debugging."
84 elog "- kde-base/kommander for the QuickStart dialogue and other scripted dialogues."
85 echo
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list