Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dosfstools/, sys-fs/dosfstools/files/
Date: Fri, 06 May 2016 07:45:35
Message-Id: 1462520722.7530fef6bb643c0f051d224892d66b0df42b56b0.polynomial-c@gentoo
1 commit: 7530fef6bb643c0f051d224892d66b0df42b56b0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 07:45:06 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 07:45:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7530fef6
7
8 sys-fs/dosfstools: Removed old.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-fs/dosfstools/Manifest | 2 --
14 sys-fs/dosfstools/dosfstools-3.0.26.ebuild | 28 ---------------------
15 sys-fs/dosfstools/dosfstools-3.0.27.ebuild | 28 ---------------------
16 .../files/dosfstools-3.0.20-name-ext.patch | 29 ----------------------
17 4 files changed, 87 deletions(-)
18
19 diff --git a/sys-fs/dosfstools/Manifest b/sys-fs/dosfstools/Manifest
20 index a6bccd1..4d6179c 100644
21 --- a/sys-fs/dosfstools/Manifest
22 +++ b/sys-fs/dosfstools/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST dosfstools-3.0.26.tar.xz 79196 SHA256 468442fe8cd93961047d5cd67f7b67793126575103a67cd131330512b4893e75 SHA512 52b04950268ed4750d5c4d61b613f0f0e9083e91301499b8bf82efd125c75ecaeb444fdd682fa11ec1ce525d32a70937f621430b9995ea920f14d7b35a07b4ca WHIRLPOOL 6a581e8d0fef575c76330a69c063f46bccc7cbc673247228f7b4565e381cd93d7b847ff9afe4ed4c4318a86d456a65829dea2da3016e786c34e3d0f32b0ea399
25 -DIST dosfstools-3.0.27.tar.xz 79944 SHA256 85768eac8bd28d3bab62efb6f6d793c65b3fb81b9b38a5fe0b73e12f5ed158a8 SHA512 cf81a396f9e26e825f096c07576f161b77295255aa77a0dcc5c862eab2b0bb83bb3e7b1426b3fdb66afc3a45ea49340efb0be65dfa996dabc57eeb28c9420f83 WHIRLPOOL 1aa92d063b1697fa92343799e2af8313b3e480f5922d1c56d72d321cb6388b0d2b247a2200ec07dee0112a1101acb6a9c82143b21ee2bb750726e250dbcb99f6
26 DIST dosfstools-3.0.28.tar.xz 82980 SHA256 ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2 SHA512 7325a9e05f51715b358cab0a8fa8f8096422b470f1a43eecfab2adbb954e1daf6a24003121be5b3a22de5fcb3e3adffbf1551e2158852b6663fd57a109f057ad WHIRLPOOL b584aa1dee4db96c04f19b6ac46b6322c533fcadbafb09546412e4d6a7568e23abe6985389dc446dacbe2d14f36dd7a8b52fc83b93ab1f5864b4b61f14f6ffd0
27 DIST dosfstools-4.0.tar.xz 157564 SHA256 9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf SHA512 81acf54dc87e1a8b436848b0c8c596c8b9a2f334c5b3e5496547feb243b70ef320a621a9b5afaa8b054f45a5c2184fae9ae167019f2f83aba417a10954a23a58 WHIRLPOOL eb6de4523ff2fbc7161bd75e0983148faf85d700489647ad8792abd4fb41503b85b2b2b6feb684a14d37c0c04d0307a5d885f5010f8ba386037a8e9eea512f85
28
29 diff --git a/sys-fs/dosfstools/dosfstools-3.0.26.ebuild b/sys-fs/dosfstools/dosfstools-3.0.26.ebuild
30 deleted file mode 100644
31 index e57fc84..0000000
32 --- a/sys-fs/dosfstools/dosfstools-3.0.26.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI="5"
40 -
41 -inherit toolchain-funcs flag-o-matic eutils
42 -
43 -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
44 -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/"
45 -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
50 -RESTRICT="test" # there is no test target #239071
51 -
52 -src_prepare() {
53 - epatch "${FILESDIR}"/${PN}-3.0.20-name-ext.patch
54 - sed -i \
55 - -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
56 - -e '/^OPTFLAGS/d' \
57 - -e '/^DEBUGFLAGS/d' \
58 - -e "/\$(DOCDIR)/s:${PN}:${PF}:" \
59 - Makefile || die
60 - append-lfs-flags
61 - tc-export CC
62 -}
63
64 diff --git a/sys-fs/dosfstools/dosfstools-3.0.27.ebuild b/sys-fs/dosfstools/dosfstools-3.0.27.ebuild
65 deleted file mode 100644
66 index 926cbb9..0000000
67 --- a/sys-fs/dosfstools/dosfstools-3.0.27.ebuild
68 +++ /dev/null
69 @@ -1,28 +0,0 @@
70 -# Copyright 1999-2015 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI="5"
75 -
76 -inherit toolchain-funcs flag-o-matic eutils
77 -
78 -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
79 -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/"
80 -SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.tar.xz"
81 -
82 -LICENSE="GPL-3"
83 -SLOT="0"
84 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
85 -RESTRICT="test" # there is no test target #239071
86 -
87 -src_prepare() {
88 - epatch "${FILESDIR}"/${PN}-3.0.20-name-ext.patch
89 - sed -i \
90 - -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
91 - -e '/^OPTFLAGS/d' \
92 - -e '/^DEBUGFLAGS/d' \
93 - -e "/\$(DOCDIR)/s:${PN}:${PF}:" \
94 - Makefile || die
95 - append-lfs-flags
96 - tc-export CC
97 -}
98
99 diff --git a/sys-fs/dosfstools/files/dosfstools-3.0.20-name-ext.patch b/sys-fs/dosfstools/files/dosfstools-3.0.20-name-ext.patch
100 deleted file mode 100644
101 index 71149bd..0000000
102 --- a/sys-fs/dosfstools/files/dosfstools-3.0.20-name-ext.patch
103 +++ /dev/null
104 @@ -1,29 +0,0 @@
105 -avoid fortify warnings about going beyond array bounds as the strcmp
106 -assumes name[8] and ext[3] are together
107 -
108 ---- dosfstools-3.0.20/src/check.c
109 -+++ dosfstools-3.0.20/src/check.c
110 -@@ -264,7 +264,7 @@
111 - {
112 - int i, spc, suspicious = 0;
113 - const char *bad_chars = atari_format ? "*?\\/:" : "*?<>|\"\\/:";
114 -- const unsigned char *name = file->dir_ent.name;
115 -+ const unsigned char *name = file->dir_ent.name_ext;
116 - const unsigned char *ext = file->dir_ent.ext;
117 -
118 - /* Do not complain about (and auto-correct) the extended attribute files
119 ---- dosfstools-3.0.20/src/fsck.fat.h
120 -+++ dosfstools-3.0.20/src/fsck.fat.h
121 -@@ -126,7 +126,12 @@
122 - };
123 -
124 - typedef struct {
125 -+ union {
126 -+ struct {
127 - __u8 name[8], ext[3]; /* name and extension */
128 -+ };
129 -+ __u8 name_ext[11];
130 -+ };
131 - __u8 attr; /* attribute bits */
132 - __u8 lcase; /* Case for base and extension */
133 - __u8 ctime_ms; /* Creation time, milliseconds */