Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mac-fdisk/
Date: Sat, 28 Sep 2019 12:37:37
Message-Id: 1569674247.5e8b4c8f6e3b3f08cf77a7f63dc6fb2ea7148768.slyfox@gentoo
1 commit: 5e8b4c8f6e3b3f08cf77a7f63dc6fb2ea7148768
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 12:37:11 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 12:37:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8b4c8f
7
8 sys-fs/mac-fdisk: drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-fs/mac-fdisk/Manifest | 2 --
14 sys-fs/mac-fdisk/mac-fdisk-0.1-r7.ebuild | 56 -------------------------------
15 sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild | 54 -----------------------------
16 3 files changed, 112 deletions(-)
17
18 diff --git a/sys-fs/mac-fdisk/Manifest b/sys-fs/mac-fdisk/Manifest
19 index 885403bccb1..2932a714615 100644
20 --- a/sys-fs/mac-fdisk/Manifest
21 +++ b/sys-fs/mac-fdisk/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST mac-fdisk_0.1-13.diff.gz 19615 BLAKE2B 75f81f5adcac44803e581b0959a13e27cb588fb7220c19e2ea07f8784af4eae2b1f39c3e268a0bbed8765fc3d430805b2ef13f87cb7810d1e0a758b1d9c751a3 SHA512 adc34f20e73ae91c39acb073f70f0041a4a0726985fc5e5de34ae433996b3f719ca4193cce51efc6599ba1773ad63fee045a8d72b6bd8a036c188d762626fe57
24 -DIST mac-fdisk_0.1-16.diff.gz 19896 BLAKE2B 9383a22fb02f44d23802dd57acdf3e956c68aad17927030395f03c0422237fb6420430277b3bd512b8267ce0e36dee7b19355820fb5005db646bc21748221ced SHA512 deb44217afae097594e14dea6cd128f6cb1e8ed6e62e646d2aa311508ea27d164c94187e8eb1f1d018ee6044346f6785770981a655b6ad536dbbce550df13359
25 DIST mac-fdisk_0.1-18.diff.gz 20267 BLAKE2B 111e5b18c1485b33cfb2f653846e901a528e65207d705f024bb4ba1e181881913fc79cc2bf94c536e0bd2f88f9169d25f2a64c0d1464844a2ebb8e24f1554a61 SHA512 5774e86e1770873cbccb80a79941c6bf917ac1df62f722805b1c4eae0a76b318b3df36ed39ac16d8b051e771603cc42a13feeaadd451343f6a21703e07e58c11
26 DIST mac-fdisk_0.1.orig.tar.gz 55817 BLAKE2B d193be6b06be562bcb3297300dc009ac28adba41ea5d7c1a5bc0d16b8f9ec8275e1ad015c9bc529c3aafd12cbd9012e1af7baef7259ce0c8cef4d6dc62986dec SHA512 1263e60a18111162f5ef439b5f9615cef9de94e7836cb998782a6e6d3bcf92a69e49566b33c7330bdea05de5e6ca83f7920c6707f342ce515440160695f07120
27
28 diff --git a/sys-fs/mac-fdisk/mac-fdisk-0.1-r7.ebuild b/sys-fs/mac-fdisk/mac-fdisk-0.1-r7.ebuild
29 deleted file mode 100644
30 index c90e46faee0..00000000000
31 --- a/sys-fs/mac-fdisk/mac-fdisk-0.1-r7.ebuild
32 +++ /dev/null
33 @@ -1,56 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=0
38 -
39 -inherit eutils toolchain-funcs
40 -
41 -DEBRV=13
42 -DESCRIPTION="Mac/PowerMac disk partitioning utility"
43 -HOMEPAGE="ftp://ftp.mklinux.apple.com/pub/Other_Tools/"
44 -SRC_URI="mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV}.orig.tar.gz
45 - mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV}-${DEBRV}.diff.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 ppc ppc64 x86"
50 -IUSE=""
51 -
52 -DEPEND=""
53 -RDEPEND="${DEPEND}"
54 -
55 -src_unpack() {
56 - unpack mac-fdisk_${PV}.orig.tar.gz
57 - mv mac-fdisk-${PV}.orig ${P}
58 - cd "${S}"
59 - epatch "${DISTDIR}"/${PN}_${PV}-${DEBRV}.diff.gz
60 -
61 - epatch "${FILESDIR}"/largerthan2gb.patch
62 - epatch "${FILESDIR}"/${P}-headers.patch
63 -
64 - ### Patch for bug #142737
65 - epatch "${FILESDIR}"/${PN}-0.1-r6-ppc64.patch
66 -
67 - ### Patch for building on amd64
68 - epatch "${FILESDIR}"/${PN}-amd64.patch
69 -
70 - ### Patch for large (>550GB disks)
71 - ### Note that >=2TB disks may not work due to limitations of the Mac
72 - ### Partition Table structure, this needs to be investigated
73 - epatch "${FILESDIR}"/big_pt.patch
74 -}
75 -
76 -src_compile() {
77 - emake CC="$(tc-getCC)" || die "emake failed!"
78 -}
79 -
80 -src_install() {
81 - into /
82 - newsbin pdisk mac-fdisk || die
83 - newsbin fdisk pmac-fdisk || die
84 -
85 - into /usr
86 - newman mac-fdisk.8.in mac-fdisk.8
87 - newman pmac-fdisk.8.in pmac-fdisk.8
88 - dodoc README HISTORY
89 -}
90
91 diff --git a/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild b/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild
92 deleted file mode 100644
93 index 32ae45a5601..00000000000
94 --- a/sys-fs/mac-fdisk/mac-fdisk-0.1_p16.ebuild
95 +++ /dev/null
96 @@ -1,54 +0,0 @@
97 -# Copyright 1999-2018 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=5
101 -inherit eutils toolchain-funcs
102 -
103 -DESCRIPTION="Mac/PowerMac disk partitioning utility"
104 -HOMEPAGE="ftp://ftp.mklinux.apple.com/pub/Other_Tools/"
105 -SRC_URI="
106 - mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}.orig.tar.gz
107 - mirror://debian/pool/main/m/mac-fdisk/${PN}_${PV/_p*}-${PV/*_p}.diff.gz
108 -"
109 -
110 -LICENSE="GPL-2"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
113 -
114 -S=${WORKDIR}/${P/_p*}.orig
115 -
116 -src_prepare() {
117 - epatch "${WORKDIR}"/${PN}_${PV/_p*}-${PV/*_p}.diff
118 -
119 - epatch "${FILESDIR}"/largerthan2gb.patch
120 -
121 - epatch "${FILESDIR}"/${PN}-0.1-headers.patch
122 -
123 - ### Patch for bug #142737
124 - epatch "${FILESDIR}"/${PN}-0.1_p16-ppc64.patch
125 -
126 - ### Patch for building on amd64
127 - epatch "${FILESDIR}"/${PN}-amd64.patch
128 -
129 - ### Patch for large (>550GB disks)
130 - ### Note that >=2TB disks may not work due to limitations of the Mac
131 - ### Partition Table structure, this needs to be investigated
132 - epatch "${FILESDIR}"/big_pt.patch
133 -
134 - epatch "${FILESDIR}"/${PN}-0.1_p16-ppc-inline.patch
135 -}
136 -
137 -src_compile() {
138 - emake CC="$(tc-getCC)"
139 -}
140 -
141 -src_install() {
142 - into /
143 - newsbin pdisk mac-fdisk
144 - newsbin fdisk pmac-fdisk
145 -
146 - into /usr
147 - newman mac-fdisk.8.in mac-fdisk.8
148 - newman pmac-fdisk.8.in pmac-fdisk.8
149 - dodoc README HISTORY
150 -}