diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-23 19:43:27 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-23 19:43:27 +0000 |
commit | 7df5ed014ca6489c137b4479509883f1f666fd9b (patch) | |
tree | f582196dc6205c3148802c4fae9d5f8a50ff2906 /dev-lang/lazarus | |
parent | Changed PDEPEND on the hsql backends to use '~' deps (as suggested by ciaranm) (diff) | |
download | historical-7df5ed014ca6489c137b4479509883f1f666fd9b.tar.gz historical-7df5ed014ca6489c137b4479509883f1f666fd9b.tar.bz2 historical-7df5ed014ca6489c137b4479509883f1f666fd9b.zip |
New upstream version to match fpc 2.0.2
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-lang/lazarus')
-rw-r--r-- | dev-lang/lazarus/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/lazarus/Manifest | 14 | ||||
-rw-r--r-- | dev-lang/lazarus/files/digest-lazarus-0.9.12 | 1 | ||||
-rw-r--r-- | dev-lang/lazarus/lazarus-0.9.12.ebuild | 68 |
4 files changed, 90 insertions, 3 deletions
diff --git a/dev-lang/lazarus/ChangeLog b/dev-lang/lazarus/ChangeLog index 7f39b4887687..f6ef2fd357a5 100644 --- a/dev-lang/lazarus/ChangeLog +++ b/dev-lang/lazarus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/lazarus -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/ChangeLog,v 1.5 2005/12/17 16:33:19 carlo Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/ChangeLog,v 1.6 2006/02/23 19:43:27 gustavoz Exp $ + +*lazarus-0.9.12 (23 Feb 2006) + + 23 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> + +lazarus-0.9.12.ebuild: + New upstream version to match fpc 2.0.2 17 Dec 2005; Carsten Lohrke <carlo@gentoo.org> lazarus-0.9.10.ebuild: clean up a bit diff --git a/dev-lang/lazarus/Manifest b/dev-lang/lazarus/Manifest index 8c122e95ca31..83772784ef67 100644 --- a/dev-lang/lazarus/Manifest +++ b/dev-lang/lazarus/Manifest @@ -1,4 +1,16 @@ -MD5 dac5ea50c2d379cc8e0f8e1ed2323f2a ChangeLog 895 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 679268bf9fdb9deba75b8c13adb0f854 ChangeLog 1052 MD5 abbae63cd6c109adfb2535d9b12c5625 files/digest-lazarus-0.9.10 69 +MD5 d5b2041991280d361d5294e1b39ecca4 files/digest-lazarus-0.9.12 69 MD5 18fafbb8dbbb226c1f7a7fbe95d6a8bc lazarus-0.9.10.ebuild 2056 +MD5 ca2cbfe9850b02da98b93b1af7edf334 lazarus-0.9.12.ebuild 2277 MD5 8773813255798a06aad7b06e083a1a55 metadata.xml 281 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFD/hB6KRy60XGEcJIRArN9AKCfDF1o00sMut7xhU5u3UzpsbqcoACbBAgh +fLVQRLrlYR0glIOTHwwlQTk= +=ojA6 +-----END PGP SIGNATURE----- diff --git a/dev-lang/lazarus/files/digest-lazarus-0.9.12 b/dev-lang/lazarus/files/digest-lazarus-0.9.12 new file mode 100644 index 000000000000..2d154bce9259 --- /dev/null +++ b/dev-lang/lazarus/files/digest-lazarus-0.9.12 @@ -0,0 +1 @@ +MD5 08158a1de7af0c3b4e84f513ceea5fab lazarus-0.9.12-0.tar.gz 9216628 diff --git a/dev-lang/lazarus/lazarus-0.9.12.ebuild b/dev-lang/lazarus/lazarus-0.9.12.ebuild new file mode 100644 index 000000000000..81b9ba3c551c --- /dev/null +++ b/dev-lang/lazarus/lazarus-0.9.12.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-0.9.12.ebuild,v 1.1 2006/02/23 19:43:27 gustavoz Exp $ + +inherit eutils + +SLOT="0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. +LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-linking-exception" +KEYWORDS="~amd64 ~ppc ~x86" +DESCRIPTION="Lazarus IDE is a feature rich visual programming environment emulating Delphi." +HOMEPAGE="http://www.lazarus.freepascal.org/" +IUSE="" +SRC_URI="mirror://sourceforge/lazarus/lazarus-0.9.12-0.tar.gz" + +# Do not allow other versions of FPC. +DEPEND="~dev-lang/fpc-2.0.2 + >=media-libs/gdk-pixbuf-0.22.0-r3 + net-misc/rsync" + +S=${WORKDIR}/lazarus + +pkg_setup() { + if ! built_with_use "dev-lang/fpc" source; then + eerror "You need to build dev-lang/fpc with the 'source' USE flag" + eerror "in order for lazarus to work properly." + die "lazarus needs fpc built with the 'source' USE to work." + fi +} + +src_compile() { + make -j1 all || die "make all failed!" +} + +src_install() { + # Note: Make install is broken and wont be fixed. + einfo "Copying files. Please wait..." + + diropts -m0755 + dodir /usr/share/ + # Using rsync to avoid unnecessary copies and cleaning... + # Note: *.o and *.ppu are needed + rsync -a \ + --exclude="CVS" --exclude=".cvsignore" \ + --exclude="*.ppw" --exclude="*.ppl" \ + --exclude="*.ow" --exclude="*.a"\ + --exclude="*.rst" --exclude=".#*" \ + --exclude="*.~*" --exclude="*.bak" \ + --exclude="*.orig" --exclude="*.rej" \ + --exclude=".xvpics" --exclude="*.compiled" \ + --exclude="killme*" --exclude=".gdb_hist*" \ + ${S} ${D}usr/share/ \ + || die "Unable to copy files!" +} + +pkg_preinst() { + # Fixing permissions. + find ${D} -name '*.sh' -exec chmod a+x {} \; || die "Failed to chmod *.sh files!" + find ${D} -name '*.pl' -exec chmod a+x {} \; || die "Failed to chmod *.pl files!" + + # Symlinking binary + dodir /usr/bin/ + dosym ../share/lazarus/startlazarus usr/bin/startlazarus || die "Symlinking startlazarus failed!" + + # Desktop entry. + dodir /usr/share/pixmaps/ + dosym ../lazarus/images/mainicon.xpm usr/share/pixmaps/lazarus.xpm || die "Symlinking icon failed!" + make_desktop_entry startlazarus "Lazarus IDE" "lazarus.xpm" || die "Failed making desktop entry!" +} |