blob: 9d6dbad943c7de61ace67bf7ad4fe376950d12f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install postinst prepare pretend unpack
DESCRIPTION=Free Pascal Compiler
EAPI=5
HOMEPAGE=http://www.freepascal.org/
IUSE=doc ide source
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 LGPL-2.1-with-linking-exception
RDEPEND=ide? ( !dev-lang/fpc-ide )
RESTRICT=strip
SLOT=0
SRC_URI=mirror://sourceforge/freepascal/fpcbuild-3.0.2.tar.gz mirror://sourceforge/freepascal/fpc-3.0.2.source.tar.gz amd64? ( mirror://sourceforge/freepascal/fpc-3.0.2.x86_64-linux.tar ) x86? ( mirror://sourceforge/freepascal/fpc-3.0.2.i386-linux.tar ) doc? ( mirror://sourceforge/freepascal/Documentation/3.0.2/doc-html.tar.gz -> fpc-3.0.2-doc-html.tar.gz )
_eclass_exported_funcs=pkg_pretend:- pkg_postinst:- src_unpack:- src_prepare:- src_compile:- src_install:-
_eclasses_=multilib 0236be304ee52e7f179ed2f337075515 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=b45b04c45c89221e420f9c9feadd6a0b
|