* [gentoo-commits] gentoo-x86 commit in dev-lang/fpc-ide: fpc-ide-2.6.0.ebuild ChangeLog
@ 2013-02-02 8:25 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-02-02 8:25 UTC (permalink / raw
To: gentoo-commits
patrick 13/02/02 08:25:07
Modified: ChangeLog
Added: fpc-ide-2.6.0.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.18 dev-lang/fpc-ide/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc-ide/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc-ide/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 9 Jul 2012 21:33:09 -0000 1.17
+++ ChangeLog 2 Feb 2013 08:25:07 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/fpc-ide
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.17 2012/07/09 21:33:09 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.18 2013/02/02 08:25:07 patrick Exp $
+
+*fpc-ide-2.6.0 (02 Feb 2013)
+
+ 02 Feb 2013; Patrick Lauer <patrick@gentoo.org> +fpc-ide-2.6.0.ebuild:
+ Bump
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> fpc-ide-2.2.0.ebuild,
fpc-ide-2.2.2.ebuild, fpc-ide-2.2.4.ebuild, fpc-ide-2.4.0.ebuild:
1.1 dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild?rev=1.1&content-type=text/plain
Index: fpc-ide-2.6.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild,v 1.1 2013/02/02 08:25:07 patrick Exp $
EAPI=5
S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
HOMEPAGE="http://www.freepascal.org/"
DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="~dev-lang/fpc-${PV}"
RDEPEND="${DEPEND}"
# test gives compile errors, was not updated with fpc changes
RESTRICT="test"
src_prepare() {
find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
# Use default configuration (minus stripping) unless specifically requested otherwise
if ! test ${PPC_CONFIG_PATH+set}; then
local FPCVER=$(fpc -iV)
export PPC_CONFIG_PATH="${WORKDIR}"
sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
fi
}
src_compile() {
emake -j1 || die "make failed"
}
src_install() {
emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
}
pkg_postinst() {
einfo "To read the documentation, enable the doc USE flag for dev-lang/fpc,"
einfo "and add /usr/share/doc/fpc-${PV}/fpctoc.htx to the Help Files list."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-02 8:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 8:25 [gentoo-commits] gentoo-x86 commit in dev-lang/fpc-ide: fpc-ide-2.6.0.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox