From 173de28eeeabde90e78a778e706204e68a5b81ac Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Jul 2012 11:28:09 -0400 Subject: [PATCH] libfat: pull latest upstream version Upgraded sys-fs/libfat to version 0.3a on amd64, arm, x86. We already have this in chromiumos-overlay, but now we're moving to the version committed upstream as it has a few bug fixes related to missing dependencies (which is causing cros-sdk to go orange). BUG=chromium-os:32365 TEST=`emerge libfat` still works Change-Id: I78b701a754b5299e72b0e88d6e54edc07863370e Reviewed-on: https://gerrit.chromium.org/gerrit/27502 Reviewed-by: Liam McLoughlin Commit-Ready: Mike Frysinger Tested-by: Mike Frysinger --- .../metadata/md5-cache/sys-fs/libfat-0.3a | 11 ++++++++++ .../portage-stable/sys-fs/libfat/Manifest | 1 + .../sys-fs/libfat/libfat-0.3a.ebuild | 21 +++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a new file mode 100644 index 0000000000..8a390985f5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=dev-libs/glib:2 sys-fs/fuse virtual/pkgconfig +DESCRIPTION=Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems +EAPI=4 +HOMEPAGE=http://libfat.sourceforge.net +KEYWORDS=amd64 arm x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 sys-fs/fuse +SLOT=0 +SRC_URI=mirror://sourceforge/libfat/libfat-0.3a.tar.gz +_md5_=5308a29a976acaade4af4de7d2f6c1fb diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest b/sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest new file mode 100644 index 0000000000..964f155f4a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest @@ -0,0 +1 @@ +DIST libfat-0.3a.tar.gz 384923 RMD160 eb199c2202ebc70e44e1742a0fe367142c2c1d1c SHA1 a495c95fce50facf16919bf5729e4bfef98f8966 SHA256 42f7d74df7e516d602ae70576be9d829f2e217dd2245ac1ea7b26bb7b300734a diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild new file mode 100644 index 0000000000..f23bf67e6d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/libfat/libfat-0.3a.ebuild,v 1.1 2012/07/03 21:24:11 vapier Exp $ + +EAPI="4" + +DESCRIPTION="Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems" +HOMEPAGE="http://libfat.sourceforge.net" +SRC_URI="mirror://sourceforge/libfat/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm x86" +IUSE="" + +RDEPEND="dev-libs/glib:2 + sys-fs/fuse" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/fuse-umfuse-fat-0.1