diff options
author | Chris White <chriswhite@gentoo.org> | 2005-01-19 02:41:13 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-01-19 02:41:13 +0000 |
commit | 3f49907686cf5fb1e6dfeb7a0d903551036142c4 (patch) | |
tree | 1a4e64d0d1fea93e8cb9a2f08aa0389eb9b5ec22 /dev-lang/fpc | |
parent | Stable on x86 wrt security bug #77932 (Manifest recommit) (diff) | |
download | gentoo-2-3f49907686cf5fb1e6dfeb7a0d903551036142c4.tar.gz gentoo-2-3f49907686cf5fb1e6dfeb7a0d903551036142c4.tar.bz2 gentoo-2-3f49907686cf5fb1e6dfeb7a0d903551036142c4.zip |
Fixed part 1 of bug #78273 for fpc-1.0.10. Also fixed bug #45768 while I was there.
Diffstat (limited to 'dev-lang/fpc')
-rw-r--r-- | dev-lang/fpc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/fpc/Manifest | 6 | ||||
-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, 25 insertions, 22 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..5188b8644288 100644 --- a/dev-lang/fpc/Manifest +++ b/dev-lang/fpc/Manifest @@ -1,6 +1,6 @@ MD5 612dc96055efaf9e7c65b26eadbdf863 ChangeLog 1078 -MD5 ab006e8367e315d5b6da8e44fccc0413 fpc-1.0.10.ebuild 901 -MD5 f5f1522837a3398846f77d381fda47ec metadata.xml 226 +MD5 c84888face07b841426d7e9b203b1896 fpc-1.0.10.ebuild 713 MD5 02b4df49c6b59a3a4f04e0bc3cf68783 fpc-1.9.4.ebuild 723 +MD5 f5f1522837a3398846f77d381fda47ec metadata.xml 226 +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 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 |