Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/fpc-ide: ChangeLog fpc-ide-2.2.4.ebuild
Date: Thu, 25 Jun 2009 20:37:55
Message-Id: E1MJvhg-0007lr-3N@stork.gentoo.org
1 truedfx 09/06/25 20:37:52
2
3 Modified: ChangeLog openrc-9999.ebuild
4 Log:
5 Add missing leading slash to LIBEXECDIR.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Modified: ChangeLog fpc-ide-2.2.4.ebuild
9 Log:
10 Don't try to create fp config files in /usr during build (bug #274518 by Paul Hartman)
11 (Portage version: 2.2_rc33/cvs/Linux i686)
12
13 Revision Changes Path
14 1.74 sys-apps/openrc/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.74&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.74&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.73&r2=1.74
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
23 retrieving revision 1.73
24 retrieving revision 1.74
25 diff -u -r1.73 -r1.74
26 --- ChangeLog 8 Jun 2009 19:38:42 -0000 1.73
27 +++ ChangeLog 15 Jun 2009 11:11:23 -0000 1.74
28 @@ -1,6 +1,9 @@
29 # ChangeLog for sys-apps/openrc
30 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.73 2009/06/08 19:38:42 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.74 2009/06/15 11:11:23 zzam Exp $
33 +
34 + 15 Jun 2009; Matthias Schwarzott <zzam@g.o> openrc-9999.ebuild:
35 + Add missing leading slash to LIBEXECDIR.
36
37 08 Jun 2009; Mike Frysinger <vapier@g.o> openrc-0.4.3-r2.ebuild,
38 openrc-0.4.3-r3.ebuild, openrc-9999.ebuild:
39
40
41
42 1.50 sys-apps/openrc/openrc-9999.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.50&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.50&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.49&r2=1.50
47
48 Index: openrc-9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
51 retrieving revision 1.49
52 retrieving revision 1.50
53 diff -u -r1.49 -r1.50
54 --- openrc-9999.ebuild 8 Jun 2009 19:38:42 -0000 1.49
55 +++ openrc-9999.ebuild 15 Jun 2009 11:11:23 -0000 1.50
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.49 2009/06/08 19:38:42 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.50 2009/06/15 11:11:23 zzam Exp $
61
62 inherit eutils flag-o-matic multilib toolchain-funcs
63
64 @@ -38,7 +38,7 @@
65 pkg_setup() {
66 unset LIBDIR #266688
67
68 - MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir) LIBEXECDIR=$(get_libdir)/rc"
69 + MAKE_ARGS="${MAKE_ARGS} LIBNAME=$(get_libdir) LIBEXECDIR=/$(get_libdir)/rc"
70
71 local brand="Unknown"
72 if use kernel_linux ; then
73
74
75
76 1.15 dev-lang/fpc-ide/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.15&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.15&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?r1=1.14&r2=1.15
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v
85 retrieving revision 1.14
86 retrieving revision 1.15
87 diff -u -r1.14 -r1.15
88 --- ChangeLog 9 Jun 2009 21:04:09 -0000 1.14
89 +++ ChangeLog 25 Jun 2009 20:37:52 -0000 1.15
90 @@ -1,6 +1,10 @@
91 # ChangeLog for dev-lang/fpc-ide
92 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.14 2009/06/09 21:04:09 truedfx Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.15 2009/06/25 20:37:52 truedfx Exp $
95 +
96 + 25 Jun 2009; Harald van Dijk <truedfx@g.o> fpc-ide-2.2.4.ebuild:
97 + Don't try to create fp config files in /usr during build (bug #274518 by
98 + Paul Hartman)
99
100 09 Jun 2009; Harald van Dijk <truedfx@g.o> fpc-ide-2.2.4.ebuild:
101 Build with clean fpc config, add note about documentation
102
103
104
105 1.3 dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild?rev=1.3&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild?rev=1.3&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild?r1=1.2&r2=1.3
110
111 Index: fpc-ide-2.2.4.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v
114 retrieving revision 1.2
115 retrieving revision 1.3
116 diff -u -r1.2 -r1.3
117 --- fpc-ide-2.2.4.ebuild 9 Jun 2009 21:04:09 -0000 1.2
118 +++ fpc-ide-2.2.4.ebuild 25 Jun 2009 20:37:52 -0000 1.3
119 @@ -1,6 +1,6 @@
120 # Copyright 1999-2009 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.2 2009/06/09 21:04:09 truedfx Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.3 2009/06/25 20:37:52 truedfx Exp $
124
125 S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
126
127 @@ -25,7 +25,8 @@
128 if ! test ${PPC_CONFIG_PATH+set}; then
129 local FPCVER=$(fpc -iV)
130 export PPC_CONFIG_PATH="${WORKDIR}"
131 - /usr/lib/fpc/${FPCVER}/samplecfg /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
132 + sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
133 + sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
134 sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
135 fi
136 }