diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 10:05:26 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 10:05:26 +0000 |
commit | ab22575fedf5b3d383ab5b79f7d9b36b33cc7636 (patch) | |
tree | a4fed1eadd68ee40eb0102798695ba5e4bf14cda /sys-fs | |
parent | Vala 0.22 needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 (t... (diff) | |
download | gentoo-2-ab22575fedf5b3d383ab5b79f7d9b36b33cc7636.tar.gz gentoo-2-ab22575fedf5b3d383ab5b79f7d9b36b33cc7636.tar.bz2 gentoo-2-ab22575fedf5b3d383ab5b79f7d9b36b33cc7636.zip |
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dosfstools/ChangeLog | 12 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.12.ebuild | 35 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.13.ebuild | 33 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.14.ebuild | 34 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.16.ebuild | 34 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild | 29 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.21.ebuild | 29 | ||||
-rw-r--r-- | sys-fs/dosfstools/dosfstools-3.0.23.ebuild | 28 | ||||
-rw-r--r-- | sys-fs/dosfstools/files/dosfstools-3.0.12-name-ext.patch | 29 | ||||
-rw-r--r-- | sys-fs/dosfstools/files/dosfstools-3.0.13-reserved-sectors-hack.patch | 17 |
10 files changed, 10 insertions, 270 deletions
diff --git a/sys-fs/dosfstools/ChangeLog b/sys-fs/dosfstools/ChangeLog index c3cd8319277a..4fc1330469e1 100644 --- a/sys-fs/dosfstools/ChangeLog +++ b/sys-fs/dosfstools/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-fs/dosfstools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.136 2013/12/22 12:45:46 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.137 2014/01/07 10:05:26 polynomial-c Exp $ + + 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> + -dosfstools-3.0.12.ebuild, -dosfstools-3.0.13.ebuild, + -dosfstools-3.0.14.ebuild, -dosfstools-3.0.16.ebuild, + -dosfstools-3.0.20-r1.ebuild, -dosfstools-3.0.21.ebuild, + -dosfstools-3.0.23.ebuild, -files/dosfstools-3.0.12-name-ext.patch, + -files/dosfstools-3.0.13-reserved-sectors-hack.patch: + Removed old versions and files. 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dosfstools-3.0.22.ebuild: Stable for ppc64, wrt bug #486046 diff --git a/sys-fs/dosfstools/dosfstools-3.0.12.ebuild b/sys-fs/dosfstools/dosfstools-3.0.12.ebuild deleted file mode 100644 index ab3d39ac510b..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.12.ebuild,v 1.13 2013/01/23 19:09:26 ssuominen Exp $ - -EAPI="3" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -RESTRICT="test" # there is no test target #239071 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.12-name-ext.patch - sed -i \ - -e '/^PREFIX/s:/local::' \ - -e '/^OPTFLAGS/s:=.*:=:' \ - Makefile || die - append-lfs-flags - tc-export CC -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die - dodir /sbin - mv "${ED}"/usr/sbin/*fsck* "${ED}"/sbin/ || die - mv "${ED}"/usr/share/doc/{${PN},${PF}} || die - prepalldocs -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.13.ebuild b/sys-fs/dosfstools/dosfstools-3.0.13.ebuild deleted file mode 100644 index e2b78b01a373..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.13.ebuild,v 1.14 2013/02/24 18:06:15 ago Exp $ - -EAPI="4" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -RESTRICT="test" # there is no test target #239071 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.12-name-ext.patch - epatch "${FILESDIR}"/${PN}-3.0.13-reserved-sectors-hack.patch #434938 - sed -i \ - -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \ - -e '/^OPTFLAGS/d' \ - Makefile || die - append-lfs-flags - tc-export CC -} - -src_install() { - default - mv "${ED}"/usr/share/doc/{${PN},${PF}} || die -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.14.ebuild b/sys-fs/dosfstools/dosfstools-3.0.14.ebuild deleted file mode 100644 index b62ac37e1cea..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.14.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.14.ebuild,v 1.3 2013/02/17 20:55:45 zmedico Exp $ - -EAPI="5" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~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() { - epatch "${FILESDIR}"/${PN}-3.0.12-name-ext.patch - epatch "${FILESDIR}"/${PN}-3.0.13-reserved-sectors-hack.patch #434938 - sed -i \ - -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \ - -e '/^OPTFLAGS/d' \ - -e '/^DEBUGFLAGS/d' \ - Makefile || die - append-lfs-flags - tc-export CC -} - -src_install() { - default - mv "${ED}"/usr/share/doc/{${PN},${PF}} || die -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.16.ebuild b/sys-fs/dosfstools/dosfstools-3.0.16.ebuild deleted file mode 100644 index fecc30056c60..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.16.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.16.ebuild,v 1.13 2013/06/02 08:44:44 ago Exp $ - -EAPI="5" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm 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() { - epatch "${FILESDIR}"/${PN}-3.0.12-name-ext.patch - epatch "${FILESDIR}"/${PN}-3.0.13-reserved-sectors-hack.patch #434938 - sed -i \ - -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \ - -e '/^OPTFLAGS/d' \ - -e '/^DEBUGFLAGS/d' \ - Makefile || die - append-lfs-flags - tc-export CC -} - -src_install() { - default - mv "${ED}"/usr/share/doc/{${PN},${PF}} || die -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild b/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild deleted file mode 100644 index 403ee6dbf174..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.20-r1.ebuild,v 1.1 2013/07/06 20:43:41 radhermit Exp $ - -EAPI="5" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -RESTRICT="test" # there is no test target #239071 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.20-name-ext.patch - epatch "${FILESDIR}"/${PN}-3.0.20-parallel-install.patch - 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 -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.21.ebuild b/sys-fs/dosfstools/dosfstools-3.0.21.ebuild deleted file mode 100644 index 3fcc9351f1a0..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.21.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.21.ebuild,v 1.1 2013/07/16 23:26:10 radhermit Exp $ - -EAPI="5" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -RESTRICT="test" # there is no test target #239071 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.20-name-ext.patch - epatch "${FILESDIR}"/${PN}-3.0.21-parallel-install.patch - 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 -} diff --git a/sys-fs/dosfstools/dosfstools-3.0.23.ebuild b/sys-fs/dosfstools/dosfstools-3.0.23.ebuild deleted file mode 100644 index e6b3ab7a32f9..000000000000 --- a/sys-fs/dosfstools/dosfstools-3.0.23.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.23.ebuild,v 1.1 2013/10/15 16:54:52 radhermit Exp $ - -EAPI="5" - -inherit toolchain-funcs flag-o-matic eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/" -SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -RESTRICT="test" # there is no test target #239071 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.0.20-name-ext.patch - 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 -} diff --git a/sys-fs/dosfstools/files/dosfstools-3.0.12-name-ext.patch b/sys-fs/dosfstools/files/dosfstools-3.0.12-name-ext.patch deleted file mode 100644 index 5f463fdc28ee..000000000000 --- a/sys-fs/dosfstools/files/dosfstools-3.0.12-name-ext.patch +++ /dev/null @@ -1,29 +0,0 @@ -avoid fortify warnings about going beyond array bounds as the strcmp -assumes name[8] and ext[3] are together - ---- src/check.c -+++ src/check.c -@@ -257,7 +257,7 @@ - { - int i, spc, suspicious = 0; - char *bad_chars = atari_format ? "*?\\/:" : "*?<>|\"\\/:"; -- unsigned char *name = file->dir_ent.name; -+ unsigned char *name = file->dir_ent.name_ext; - - /* Do not complain about (and auto-correct) the extended attribute files - * of OS/2. */ ---- src/dosfsck.h -+++ src/dosfsck.h -@@ -139,7 +139,12 @@ - }; - - typedef struct { -+ union { -+ struct { - __u8 name[8], ext[3]; /* name and extension */ -+ }; -+ __u8 name_ext[11]; -+ }; - __u8 attr; /* attribute bits */ - __u8 lcase; /* Case for base and extension */ - __u8 ctime_ms; /* Creation time, milliseconds */ diff --git a/sys-fs/dosfstools/files/dosfstools-3.0.13-reserved-sectors-hack.patch b/sys-fs/dosfstools/files/dosfstools-3.0.13-reserved-sectors-hack.patch deleted file mode 100644 index 4c561d491f13..000000000000 --- a/sys-fs/dosfstools/files/dosfstools-3.0.13-reserved-sectors-hack.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262 - -hack to use just 1 sector for embedded devices. should be made into a -flag, but this shouldn't break normal systems ... - ---- a/src/mkdosfs.c -+++ b/src/mkdosfs.c -@@ -1012,7 +1012,8 @@ - } - - /* Adjust the reserved number of sectors for alignment */ -- reserved_sectors = align_object(reserved_sectors, bs.cluster_size); -+ /* Wrong rounding for reserved_sectors */ -+ /* reserved_sectors = align_object(reserved_sectors, bs.cluster_size); */ - bs.reserved = CT_LE_W(reserved_sectors); - - /* Adjust the number of root directory entries to help enforce alignment */ |