summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild')
-rw-r--r--dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild b/dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild
deleted file mode 100644
index 6d6f0a682f87..000000000000
--- a/dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild,v 1.1 2005/01/20 22:18:04 chriswhite Exp $
-
-MY_P="${P/-bin/}"
-
-DESCRIPTION="The Free Pascal compiler"
-HOMEPAGE="http://www.freepascal.org/"
-SRC_URI="mirror://gentoo/${MY_P}.tbz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 -*"
-IUSE=""
-DEPEND="virtual/libc
- !dev-lang/fpc"
-RDEPEND="virtual/libc"
-S=${WORKDIR}
-
-src_unpack() {
- einfo unpacking done in install phase
-}
-
-src_compile() {
- einfo Nothing to compile
-}
-
-src_install() {
- einfo Unpacking to image directory
- einfo This may take some time depending on your system
- tar -xjf ${DISTDIR}/${MY_P}.tbz2 -C ${D}
-}
-
-pkg_postinst() {
- einfo Setting up configuration
- ${ROOT}/opt/fpc/lib/fpc/${PV}/samplecfg ${ROOT}/opt/fpc/lib/fpc/${PV} /etc
-}