blob: 95b6d7f8a2c21fa54d6f0e06ece2f0f24fab9610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install postinst prepare pretend unpack
DESCRIPTION=Free Pascal Compiler
EAPI=5
HOMEPAGE=https://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.0.tar.gz mirror://sourceforge/freepascal/fpc-3.0.0.source.tar.gz amd64? ( mirror://sourceforge/freepascal/fpc-3.0.0.x86_64-linux.tar ) x86? ( mirror://sourceforge/freepascal/fpc-3.0.0.i386-linux.tar ) doc? ( mirror://sourceforge/freepascal/Documentation/3.0.0/doc-html.tar.gz -> fpc-3.0.0-doc-html.tar.gz )
_eclasses_=multilib b2f01ad412baf81650c23fcf0975fa33 toolchain-funcs b45201c4e6c096b98e250336954e64b9
_md5_=bedaa549488ad9785b1100d5016bffc4
|