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