summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-01-09 00:10:00 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-01-09 22:09:22 +0100
commita1df44e19222491817ca271bd98a6ccdcd291b06 (patch)
tree2adf56fea78db27f8dcda417832899d147bc98ba /sys-fs
parentapp-shells/bash: Removed old. (diff)
downloadgentoo-a1df44e19222491817ca271bd98a6ccdcd291b06.tar.gz
gentoo-a1df44e19222491817ca271bd98a6ccdcd291b06.tar.bz2
gentoo-a1df44e19222491817ca271bd98a6ccdcd291b06.zip
sys-fs/dosfstools: Security cleanup (bug #582530)
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3393
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/dosfstools/Manifest1
-rw-r--r--sys-fs/dosfstools/dosfstools-3.0.28.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-fs/dosfstools/Manifest b/sys-fs/dosfstools/Manifest
index 4d6179c34f12..e5891d7a2a37 100644
--- a/sys-fs/dosfstools/Manifest
+++ b/sys-fs/dosfstools/Manifest
@@ -1,2 +1 @@
-DIST dosfstools-3.0.28.tar.xz 82980 SHA256 ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2 SHA512 7325a9e05f51715b358cab0a8fa8f8096422b470f1a43eecfab2adbb954e1daf6a24003121be5b3a22de5fcb3e3adffbf1551e2158852b6663fd57a109f057ad WHIRLPOOL b584aa1dee4db96c04f19b6ac46b6322c533fcadbafb09546412e4d6a7568e23abe6985389dc446dacbe2d14f36dd7a8b52fc83b93ab1f5864b4b61f14f6ffd0
DIST dosfstools-4.0.tar.xz 157564 SHA256 9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf SHA512 81acf54dc87e1a8b436848b0c8c596c8b9a2f334c5b3e5496547feb243b70ef320a621a9b5afaa8b054f45a5c2184fae9ae167019f2f83aba417a10954a23a58 WHIRLPOOL eb6de4523ff2fbc7161bd75e0983148faf85d700489647ad8792abd4fb41503b85b2b2b6feb684a14d37c0c04d0307a5d885f5010f8ba386037a8e9eea512f85
diff --git a/sys-fs/dosfstools/dosfstools-3.0.28.ebuild b/sys-fs/dosfstools/dosfstools-3.0.28.ebuild
deleted file mode 100644
index 1a4acb81d4bf..000000000000
--- a/sys-fs/dosfstools/dosfstools-3.0.28.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
-HOMEPAGE="https://github.com/dosfstools/dosfstools"
-SRC_URI="https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE=""
-
-RESTRICT="test" # there is no test target #239071
-
-src_prepare() {
- sed -i \
- -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
- -e '/^OPTFLAGS/d' \
- -e '/^DEBUGFLAGS/d' \
- -e "/\$(DOCDIR)/s:${PN}:${PF}:" \
- Makefile || die
- append-lfs-flags
- tc-export CC
-}