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/lisa: ChangeLog lisa-3.5.8.ebuild
Date: Sat, 20 Oct 2007 00:04:28
Message-Id: E1Ij1f3-0001kC-2A@stork.gentoo.org
1 philantrop 07/10/19 23:53:49
2
3 Modified: ChangeLog
4 Added: lisa-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.75 kde-base/lisa/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lisa/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lisa/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lisa/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 11 Aug 2007 15:36:22 -0000 1.74
23 +++ ChangeLog 19 Oct 2007 23:53:48 -0000 1.75
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/lisa
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.74 2007/08/11 15:36:22 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/ChangeLog,v 1.75 2007/10/19 23:53:48 philantrop Exp $
29 +
30 +*lisa-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +files/reslisa.conf,
33 + +lisa-3.5.8.ebuild:
34 + Bump to KDE 3.5.8.
35
36 11 Aug 2007; Raúl Porcel <armin76@g.o> lisa-3.5.7.ebuild:
37 x86 stable wrt #185823
38
39
40
41 1.1 kde-base/lisa/lisa-3.5.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lisa/lisa-3.5.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/lisa/lisa-3.5.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lisa-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/lisa/lisa-3.5.8.ebuild,v 1.1 2007/10/19 23:53:48 philantrop Exp $
51
52 KMNAME=kdenetwork
53 KMMODULE=lanbrowsing
54 MAXKDEVER=$PV
55 KM_DEPRANGE="$PV $MAXKDEVER"
56 inherit kde-meta eutils flag-o-matic
57
58 SRC_URI="${SRC_URI}
59 mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2"
60
61 DESCRIPTION="KDE Lan Information Server - allows KDE desktops to share information over a network."
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="kdehiddenvisibility"
64 KMEXTRA="doc/kcontrol/lanbrowser"
65
66 src_compile() {
67 export BINDNOW_FLAGS="$(bindnow-flags)"
68 kde-meta_src_compile
69 }
70
71 src_install() {
72 kde-meta_src_install
73
74 chmod u+s "${D}/${KDEDIR}/bin/reslisa"
75
76 # lisa, reslisa initscripts
77 sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa"
78 sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa"
79 doinitd "${T}/lisa" "${T}/reslisa"
80
81 newconfd "${WORKDIR}/patches/lisa.conf" lisa
82 newconfd "${FILESDIR}/reslisa.conf" reslisa
83
84 for x in /etc/lisarc /etc/reslisarc; do
85 echo '# Default lisa/reslisa configfile' > $D/$x
86 done
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list