diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-31 01:58:21 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-31 01:58:21 +0000 |
commit | e5c0fc4f1fae5b41d676b1c4ab315d663190ac99 (patch) | |
tree | ca0d68964e22220f6ad50dae720bf65bd19820d9 /dev-lang/fpc-ide | |
parent | Argg, that wasn't supposed to come into stable right away. (diff) | |
download | historical-e5c0fc4f1fae5b41d676b1c4ab315d663190ac99.tar.gz historical-e5c0fc4f1fae5b41d676b1c4ab315d663190ac99.tar.bz2 historical-e5c0fc4f1fae5b41d676b1c4ab315d663190ac99.zip |
Initial import into the tree. Final closure of bug #87337. Thanks to exposure for the ebuilds.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/fpc-ide')
-rw-r--r-- | dev-lang/fpc-ide/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lang/fpc-ide/files/digest-fpc-ide-2.0.0_rc2 | 1 | ||||
-rw-r--r-- | dev-lang/fpc-ide/fpc-ide-2.0.0_rc2.ebuild | 38 | ||||
-rw-r--r-- | dev-lang/fpc-ide/metadata.xml | 12 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-lang/fpc-ide/ChangeLog b/dev-lang/fpc-ide/ChangeLog new file mode 100644 index 000000000000..7b1ffa46f826 --- /dev/null +++ b/dev-lang/fpc-ide/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-lang/fpc-ide +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.1 2005/03/31 01:58:21 chriswhite Exp $ + +*fpc-ide-2.0.0_rc2 (31 Mar 2005) + + 31 Mar 2005; Chris White <chriswhite@gentoo.org> +metadata.xml, + +fpc-ide-2.0.0_rc2.ebuild: + Initial import into the tree. Final closure of bug #87337. Thanks to + exposure for the ebuilds. + diff --git a/dev-lang/fpc-ide/files/digest-fpc-ide-2.0.0_rc2 b/dev-lang/fpc-ide/files/digest-fpc-ide-2.0.0_rc2 new file mode 100644 index 000000000000..5efb41947e0f --- /dev/null +++ b/dev-lang/fpc-ide/files/digest-fpc-ide-2.0.0_rc2 @@ -0,0 +1 @@ +MD5 9b459ccf4273bde8e6f5e32cbd488ecc fpc-1.9.8.source.tar.gz 19378107 diff --git a/dev-lang/fpc-ide/fpc-ide-2.0.0_rc2.ebuild b/dev-lang/fpc-ide/fpc-ide-2.0.0_rc2.ebuild new file mode 100644 index 000000000000..08e8f0541cc3 --- /dev/null +++ b/dev-lang/fpc-ide/fpc-ide-2.0.0_rc2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 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.0.0_rc2.ebuild,v 1.1 2005/03/31 01:58:21 chriswhite Exp $ + +MY_P="1.9.8" + +SLOT="0" +LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" +KEYWORDS="~x86" +DESCRIPTION="Free Pascal Compiler Integrated Development Environment" +HOMEPAGE="http://www.freepascal.org/" +IUSE="" +SRC_URI="ftp://ftp.freepascal.org/pub/fpc/beta/source-${MY_P}/fpc-${MY_P}.source.tar.gz" +DEPEND=">=dev-lang/fpc-2.0.0_rc2 + sys-libs/gpm" +RDEPEND=">=dev-lang/fpc-2.0.0_rc2 + sys-libs/gpm" + +S=${WORKDIR}/fpc + +src_unpack () { + unpack ${A} || die "Unpacking ${A} failed!" +} + +src_compile () { + # "make ide" wouldn't read default config, so we compile from subdir. + emake -j1 \ + -C ide \ + all \ + || die "make ide failed!" +} + +src_install () { + emake -j1 \ + ide_install \ + INSTALL_PREFIX=${D}usr \ + || die "make ide_install failed!" +} diff --git a/dev-lang/fpc-ide/metadata.xml b/dev-lang/fpc-ide/metadata.xml new file mode 100644 index 000000000000..66ce5b5a6508 --- /dev/null +++ b/dev-lang/fpc-ide/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>lang-misc</herd> +<maintainer> + <email>chriswhite@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +A command line ide for the Free Pascal Compiler. +</longdescription> +</pkgmetadata> + |