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.0.ebuild
Date: Thu, 13 Sep 2007 17:08:32
Message-Id: E1IVs3v-0000ab-RB@stork.gentoo.org
1 truedfx 07/09/13 17:01:07
2
3 Modified: ChangeLog
4 Added: fpc-ide-2.2.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.10 dev-lang/fpc-ide/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 21 Feb 2007 23:58:57 -0000 1.9
23 +++ ChangeLog 13 Sep 2007 17:01:07 -0000 1.10
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.9 2007/02/21 23:58:57 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.10 2007/09/13 17:01:07 truedfx Exp $
29 +
30 +*fpc-ide-2.2.0 (13 Sep 2007)
31 +
32 + 13 Sep 2007; Harald van Dijk <truedfx@g.o> +fpc-ide-2.2.0.ebuild:
33 + Version bump
34
35 21 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
36 Transition to Manifest2.
37
38
39
40 1.1 dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: fpc-ide-2.2.0.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/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild,v 1.1 2007/09/13 17:01:07 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 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list