radhermit 14/05/12 02:56:55 Modified: fpc-2.6.4.ebuild ChangeLog Log: Update amd64 and arm initial bootstrapping compilers. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.2 dev-lang/fpc/fpc-2.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild?r1=1.1&r2=1.2 Index: fpc-2.6.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fpc-2.6.4.ebuild 26 Apr 2014 10:25:09 -0000 1.1 +++ fpc-2.6.4.ebuild 12 May 2014 02:56:55 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild,v 1.1 2014/04/26 10:25:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild,v 1.2 2014/05/12 02:56:55 radhermit Exp $ EAPI=5 @@ -10,8 +10,8 @@ DESCRIPTION="Free Pascal Compiler" SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz mirror://sourceforge/freepascal/fpc-${PV}.source.tar.gz - amd64? ( mirror://sourceforge/freepascal/${PN}-2.6.2.x86_64-linux.tar ) - arm? ( mirror://sourceforge/freepascal/${PN}-2.6.2.arm-linux.tar ) + amd64? ( mirror://sourceforge/freepascal/${P}.x86_64-linux.tar ) + arm? ( mirror://sourceforge/freepascal/${P}.arm-linux.tar ) ppc? ( mirror://sourceforge/freepascal/${P}.powerpc-linux.tar ) ppc64? ( mirror://sourceforge/freepascal/${P}.powerpc64-linux.tar ) sparc? ( mirror://sourceforge/freepascal/${PN}-2.6.2.sparc-linux.tar ) @@ -43,8 +43,8 @@ src_unpack() { case ${ARCH} in - amd64) FPC_ARCH="x86_64" PV_BIN=2.6.2 ;; - arm) FPC_ARCH="arm" PV_BIN=2.6.2 ;; + amd64) FPC_ARCH="x86_64" PV_BIN=${PV} ;; + arm) FPC_ARCH="arm" PV_BIN=${PV} ;; ppc) FPC_ARCH="powerpc" PV_BIN=${PV} ;; ppc64) FPC_ARCH="powerpc64" PV_BIN=${PV} ;; sparc) FPC_ARCH="sparc" PV_BIN=2.6.2 ;; 1.69 dev-lang/fpc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fpc/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 26 Apr 2014 10:35:47 -0000 1.68 +++ ChangeLog 12 May 2014 02:56:55 -0000 1.69 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/fpc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.68 2014/04/26 10:35:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.69 2014/05/12 02:56:55 radhermit Exp $ + + 12 May 2014; Tim Harder <[email protected]> fpc-2.6.4.ebuild: + Update amd64 and arm initial bootstrapping compilers. 26 Apr 2014; Tim Harder <[email protected]> -fpc-2.2.0.ebuild, -fpc-2.2.0-r1.ebuild, -fpc-2.2.2-r1.ebuild, -fpc-2.2.4-r2.ebuild,
