mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Revert "sys-fs/libfat: Remove unused package"
This reverts commit 8d2d36fe55fa34913d23155e01bd1c1cbbc59a5c.
This commit is contained in:
parent
65caae4e24
commit
5eb1b91559
11
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a
vendored
Normal file
11
sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-fs/libfat-0.3a
vendored
Normal file
@ -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
|
1
sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/sys-fs/libfat/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST libfat-0.3a.tar.gz 384923 RMD160 eb199c2202ebc70e44e1742a0fe367142c2c1d1c SHA1 a495c95fce50facf16919bf5729e4bfef98f8966 SHA256 42f7d74df7e516d602ae70576be9d829f2e217dd2245ac1ea7b26bb7b300734a
|
21
sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild
vendored
Normal file
21
sdk_container/src/third_party/portage-stable/sys-fs/libfat/libfat-0.3a.ebuild
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user