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: fpc-ide-2.2.4.ebuild ChangeLog
Date: Thu, 23 Apr 2009 21:05:14
Message-Id: E1Lx66Q-0001rb-SL@stork.gentoo.org
1 truedfx 09/04/23 21:05:02
2
3 Modified: ChangeLog
4 Added: fpc-ide-2.2.4.ebuild
5 Log:
6 Add fpc 2.2.4 (#266988)
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.13 dev-lang/fpc-ide/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 14 Mar 2009 23:38:40 -0000 1.12
23 +++ ChangeLog 23 Apr 2009 21:05:02 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/fpc-ide
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.12 2009/03/14 23:38:40 truedfx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.13 2009/04/23 21:05:02 truedfx Exp $
29 +
30 +*fpc-ide-2.2.4 (23 Apr 2009)
31 +
32 + 23 Apr 2009; Harald van Dijk <truedfx@g.o> +fpc-ide-2.2.4.ebuild:
33 + Version bump (bug #266988)
34
35 14 Mar 2009; Harald van Dijk <truedfx@g.o> -fpc-ide-2.0.2.ebuild,
36 -fpc-ide-2.0.4.ebuild:
37
38
39
40 1.1 dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: fpc-ide-2.2.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.1 2009/04/23 21:05:02 truedfx Exp $
50
51 S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
52
53 HOMEPAGE="http://www.freepascal.org/"
54 DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
55 SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
56
57 SLOT="0"
58 LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="~dev-lang/fpc-${PV}"
63
64 src_unpack() {
65 unpack ${A} || die "Unpacking ${A} failed!"
66
67 find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
68 }
69
70 src_compile() {
71 emake -j1 || die "make failed"
72 }
73
74 src_install() {
75 emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
76 }