jer 15/05/02 11:14:31 Modified: ChangeLog Added: mac-fdisk-0.1_p16.ebuild Removed: mac-fdisk-0.1-r6.ebuild Log: EAPI bump. Use bumped Debian patch level in PV. Clean up patches. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.26 sys-fs/mac-fdisk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mac-fdisk/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mac-fdisk/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mac-fdisk/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/mac-fdisk/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 15 May 2012 19:52:34 -0000 1.25 +++ ChangeLog 2 May 2015 11:14:31 -0000 1.26 @@ -1,6 +1,14 @@ # ChangeLog for sys-fs/mac-fdisk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mac-fdisk/ChangeLog,v 1.25 2012/05/15 19:52:34 halcy0n Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mac-fdisk/ChangeLog,v 1.26 2015/05/02 11:14:31 jer Exp $ + +*mac-fdisk-0.1_p16 (02 May 2015) + + 02 May 2015; Jeroen Roovers <[email protected]> -mac-fdisk-0.1-r6.ebuild, + +mac-fdisk-0.1_p16.ebuild, files/mac-fdisk-0.1-headers.patch, + files/mac-fdisk-0.1-r6-ppc64.patch, +files/mac-fdisk-0.1_p16-ppc64.patch, + files/big_pt.patch, files/largerthan2gb.patch, files/mac-fdisk-amd64.patch: + EAPI bump. Use bumped Debian patch level in PV. Clean up patches. 15 May 2012; Mark Loeser <[email protected]> mac-fdisk-0.1-r7.ebuild: Stable for ppc/ppc64; bug #397231 1.1 sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild?rev=1.1&content-type=text/plain Index: mac-fdisk-0.1_p16.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild,v 1.1 2015/05/02 11:14:31 jer Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Mac/PowerMac disk partitioning utility" HOMEPAGE="ftp://ftp.mklinux.apple.com/pub/Other_Tools/" SRC_URI=" mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}.orig.tar.gz mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}-${PV/*_p}.diff.gz " LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" S=${WORKDIR}/${P/_p*}.orig src_prepare() { epatch "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff epatch "${FILESDIR}"/largerthan2gb.patch epatch "${FILESDIR}"/${PN}-0.1-headers.patch ### Patch for bug #142737 epatch "${FILESDIR}"/${PN}-0.1_p16-ppc64.patch ### Patch for building on amd64 epatch "${FILESDIR}"/${PN}-amd64.patch ### Patch for large (>550GB disks) ### Note that >=2TB disks may not work due to limitations of the Mac ### Partition Table structure, this needs to be investigated epatch "${FILESDIR}"/big_pt.patch } src_compile() { emake CC="$(tc-getCC)" } src_install() { into / newsbin pdisk mac-fdisk newsbin fdisk pmac-fdisk into /usr newman mac-fdisk.8.in mac-fdisk.8 newman pmac-fdisk.8.in pmac-fdisk.8 dodoc README HISTORY }
