diff options
author | 2005-01-19 02:41:13 +0000 | |
---|---|---|
committer | 2005-01-19 02:41:13 +0000 | |
commit | 1d9e2d78461966efc2ab07984ef38212115e4227 (patch) | |
tree | ab820ac32d86ba47b5d2522ddc04ef2a6550b163 | |
parent | Stable on x86 wrt security bug #77932 (diff) | |
download | historical-1d9e2d78461966efc2ab07984ef38212115e4227.tar.gz historical-1d9e2d78461966efc2ab07984ef38212115e4227.tar.bz2 historical-1d9e2d78461966efc2ab07984ef38212115e4227.zip |
Fixed part 1 of bug #78273 for fpc-1.0.10. Also fixed bug #45768 while I was there.
-rw-r--r-- | dev-lang/fpc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/fpc/Manifest | 18 | ||||
-rw-r--r-- | dev-lang/fpc/files/digest-fpc-1.0.10 | 2 | ||||
-rw-r--r-- | dev-lang/fpc/fpc-1.0.10.ebuild | 27 | ||||
-rw-r--r-- | dev-lang/fpc/fpc-1.9.4.ebuild | 4 |
5 files changed, 36 insertions, 23 deletions
diff --git a/dev-lang/fpc/ChangeLog b/dev-lang/fpc/ChangeLog index cb1d58b78bc4..3853f52948c8 100644 --- a/dev-lang/fpc/ChangeLog +++ b/dev-lang/fpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/fpc -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.8 2004/09/08 04:26:44 chriswhite Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.9 2005/01/19 02:41:13 chriswhite Exp $ + + 19 Jan 2005; Chris White <chriswhite@gentoo.org> fpc-1.0.10.ebuild: + Fixed part 1 of bug #78273 for fpc-1.0.10. Also fixed bug #45768 while I was + there. *fpc-1.9.4 (08 Sep 2004) diff --git a/dev-lang/fpc/Manifest b/dev-lang/fpc/Manifest index f82988cfaafa..c3bad06d6fe6 100644 --- a/dev-lang/fpc/Manifest +++ b/dev-lang/fpc/Manifest @@ -1,6 +1,16 @@ -MD5 612dc96055efaf9e7c65b26eadbdf863 ChangeLog 1078 -MD5 ab006e8367e315d5b6da8e44fccc0413 fpc-1.0.10.ebuild 901 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c4ccf2f78523349b5cf916e047cd1252 ChangeLog 1237 +MD5 4fd86a5847f6c203449ef656fa08084a fpc-1.0.10.ebuild 841 +MD5 ffa441ab05c407c7dbea13babd2f5ad6 fpc-1.9.4.ebuild 723 MD5 f5f1522837a3398846f77d381fda47ec metadata.xml 226 -MD5 02b4df49c6b59a3a4f04e0bc3cf68783 fpc-1.9.4.ebuild 723 +MD5 332b84767ddcc966fd2bf724ba8c5961 files/digest-fpc-1.0.10 61 MD5 80d2d5c870634f6f9380a17fc6af154f files/digest-fpc-1.9.4 67 -MD5 5c1bfc2f4cd68b7149ecfb6894315a80 files/digest-fpc-1.0.10 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB7cjYFdQwWVoAgN4RAggLAKDbp8oYc1mz85CSzc7ivA+hPbgAxACfVXWL +C5c9sOBB7uYz4TRr8BQUksI= +=Q7yy +-----END PGP SIGNATURE----- diff --git a/dev-lang/fpc/files/digest-fpc-1.0.10 b/dev-lang/fpc/files/digest-fpc-1.0.10 index ba0b2f608c65..4107cd6be4ee 100644 --- a/dev-lang/fpc/files/digest-fpc-1.0.10 +++ b/dev-lang/fpc/files/digest-fpc-1.0.10 @@ -1 +1 @@ -MD5 839a4862bc53bd063e65db181aacbce4 fpc-1.0.10-0.i386.rpm 6465495 +MD5 bc1b51acc1165b7be926d5892c40ab4b fpc-1.0.10.tbz2 4818555 diff --git a/dev-lang/fpc/fpc-1.0.10.ebuild b/dev-lang/fpc/fpc-1.0.10.ebuild index 05d71d7fa5cc..117ef3019949 100644 --- a/dev-lang/fpc/fpc-1.0.10.ebuild +++ b/dev-lang/fpc/fpc-1.0.10.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.0.10.ebuild,v 1.8 2004/08/21 18:20:02 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.0.10.ebuild,v 1.9 2005/01/19 02:41:13 chriswhite Exp $ DESCRIPTION="The Free Pascal compiler" HOMEPAGE="http://www.freepascal.org/" -SRC_URI="ftp://ftp.freepascal.org/pub/fpc/dist/Linux/rpm/${P}-0.i386.rpm" +SRC_URI="mirror://gentoo/${P}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -*" +KEYWORDS="x86 -*" IUSE="" DEPEND="virtual/libc - app-arch/rpm2targz !dev-lang/fpc-source" RDEPEND="virtual/libc" S=${WORKDIR} src_unpack() { - rpm2targz ${DISTDIR}/${P}-0.i386.rpm + einfo unpacking done in install phase } src_compile() { @@ -24,12 +23,12 @@ src_compile() { } src_install() { - cd ${D} - tar -xzf ${WORKDIR}/${P}-0.i386.tar.gz - # correct paths where mans go - mv usr/share/man/man/* usr/share/man/ - rmdir usr/share/man/man - mv usr/share/doc/packages/${P} usr/share/doc/${P} - rmdir usr/share/doc/packages - chmod -R 755 usr/lib/* usr/share/* + einfo Unpacking to image directory + einfo This may take some time depending on your system + tar -xjf ${DISTDIR}/${P}.tbz2 -C ${D} +} + +pkg_postinst() { + einfo Setting up configuration + ${ROOT}/opt/fpc/lib/fpc/${PV}/samplecfg ${ROOT}/opt/fpc/lib/fpc/${PV} /etc } diff --git a/dev-lang/fpc/fpc-1.9.4.ebuild b/dev-lang/fpc/fpc-1.9.4.ebuild index 286e1c0db9c2..889c7f4d99f7 100644 --- a/dev-lang/fpc/fpc-1.9.4.ebuild +++ b/dev-lang/fpc/fpc-1.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.9.4.ebuild,v 1.1 2004/09/08 04:26:44 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.9.4.ebuild,v 1.2 2005/01/19 02:41:13 chriswhite Exp $ inherit rpm |