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.8.ebuild
Date: Sat, 20 Oct 2007 00:09:04
Message-Id: E1Ij1jV-0001tk-EC@stork.gentoo.org
1 philantrop 07/10/19 23:58:25
2
3 Modified: ChangeLog
4 Added: quanta-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.76 kde-base/quanta/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 11 Aug 2007 15:04:32 -0000 1.75
23 +++ ChangeLog 19 Oct 2007 23:58:24 -0000 1.76
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/quanta
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.75 2007/08/11 15:04:32 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.76 2007/10/19 23:58:24 philantrop Exp $
29 +
30 +*quanta-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +quanta-3.5.8.ebuild:
33 + Bump to KDE 3.5.8.
34
35 11 Aug 2007; Raúl Porcel <armin76@g.o> quanta-3.5.7.ebuild:
36 x86 stable wrt #185823
37
38
39
40 1.1 kde-base/quanta/quanta-3.5.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/quanta-3.5.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/quanta/quanta-3.5.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: quanta-3.5.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.8.ebuild,v 1.1 2007/10/19 23:58:24 philantrop Exp $
50 KMNAME=kdewebdev
51 MAXKDEVER=$PV
52 KM_DEPRANGE="$PV $MAXKDEVER"
53 inherit kde-meta eutils
54
55 DESCRIPTION="KDE: Quanta Plus Web Development Environment"
56 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE="doc kdehiddenvisibility"
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@g.o mailing list