diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-29 13:47:36 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-29 13:47:36 -0500 |
commit | ff4c1fb58831681a7a150f2d38ed5e72ff2e07a3 (patch) | |
tree | 32e0ae3e830a17cc6ce5c608de7cf17617704b15 /sys-fs | |
parent | dev-libs/libnl: sync with tree (diff) | |
download | musl-ff4c1fb58831681a7a150f2d38ed5e72ff2e07a3.tar.gz musl-ff4c1fb58831681a7a150f2d38ed5e72ff2e07a3.tar.bz2 musl-ff4c1fb58831681a7a150f2d38ed5e72ff2e07a3.zip |
sys-fs/f2fs-tools: moved to tree
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/f2fs-tools/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild | 32 | ||||
-rw-r--r-- | sys-fs/f2fs-tools/f2fs-tools-1.6.1.ebuild | 32 | ||||
-rw-r--r-- | sys-fs/f2fs-tools/files/f2fs-tools-1.6.1-sysmacros.patch | 45 | ||||
-rw-r--r-- | sys-fs/f2fs-tools/metadata.xml | 11 |
5 files changed, 0 insertions, 122 deletions
diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest deleted file mode 100644 index 307e9b4e..00000000 --- a/sys-fs/f2fs-tools/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST f2fs-tools-1.10.0.tar.xz 342904 BLAKE2B ba4dec55e11959b2dd9461b1b02d173c7766908bfdbca9f6da7aa134b4a3b5cf2bda3c2e380b3fab46afdda0be9181ae5fe85ed9d085f816a1ff96e847e2a836 SHA512 e6e9fc10bd8051db86880c415ceb50900bf0cc919f1d9fe39026b5320de7c93cbcc1d817fab73130817042ed551fc5fd55ef9b589caeca9fca63fd3098f7a853 -DIST f2fs-tools-1.6.1.tar.xz 282152 BLAKE2B f8535a5415e012834b749bba2123151d8a39c8fa757905c45be20478d6a795ff64dfbcf0cf9679f2bd70cb1d92717d8df70efb4beb4d749677a6c8758ebdde0e SHA512 108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild deleted file mode 100644 index f1abec09..00000000 --- a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Tools for Flash-Friendly File System (F2FS)" -HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/" -SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/4" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86" -IUSE="selinux" - -RDEPEND=" - sys-apps/util-linux - selinux? ( sys-libs/libselinux ) - elibc_musl? ( sys-libs/queue )" -DEPEND="$RDEPEND" - -src_configure() { - #This is required to install to /sbin, bug #481110 - econf \ - --bindir="${EPREFIX}"/sbin \ - --disable-static \ - $(use_with selinux) -} - -src_install() { - default - find "${D}" -name "*.la" -delete || die -} diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.6.1.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.6.1.ebuild deleted file mode 100644 index 3e45aad0..00000000 --- a/sys-fs/f2fs-tools/f2fs-tools-1.6.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib eutils - -DESCRIPTION="Tools for Flash-Friendly File System (F2FS)" -HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary" -SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0/0" -KEYWORDS="amd64 arm arm64 ~mips ppc x86" -IUSE="" - -DEPEND="elibc_musl? ( sys-libs/queue )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-sysmacros.patch #580338 -} - -src_configure() { - #This is required to install to /sbin, bug #481110 - econf --prefix=/ --includedir=/usr/include -} - -src_install() { - default - rm -f "${ED}"/$(get_libdir)/libf2fs.{,l}a - rm -f "${ED}"/$(get_libdir)/libf2fs_format.{,l}a -} diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.6.1-sysmacros.patch b/sys-fs/f2fs-tools/files/f2fs-tools-1.6.1-sysmacros.patch deleted file mode 100644 index f5cc4a09..00000000 --- a/sys-fs/f2fs-tools/files/f2fs-tools-1.6.1-sysmacros.patch +++ /dev/null @@ -1,45 +0,0 @@ -https://bugs.gentoo.org/580338 - -From d6abcb38899cd03d59e0f30c49419695f86ae543 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Mon, 18 Apr 2016 18:18:07 -0400 -Subject: [PATCH] fibmap: pull in sys/sysmacros.h for major/minor - -These funcs are provided by sys/sysmacros.h, so include the header -directly. Building with alternative C libraries can fail otherwise -like so: - -fibmap.c: In function 'print_stat': -fibmap.c:36:32: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration] - printf("dev [%d:%d]\n", major(st->st_dev), minor(st->st_dev)); - ^ -fibmap.c:36:51: warning: implicit declaration of function 'minor' [-Wimplicit-function-declaration] - printf("dev [%d:%d]\n", major(st->st_dev), minor(st->st_dev)); - ^ -fibmap.o: In function 'print_stat': -tools/fibmap.c:36: undefined reference to 'minor' -tools/fibmap.c:36: undefined reference to 'major' -fibmap.o: In function 'stat_bdev': -tools/fibmap.c:59: undefined reference to 'minor' -tools/fibmap.c:59: undefined reference to 'major' - -Signed-off-by: Mike Frysinger <vapier@gentoo.org> ---- - tools/fibmap.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tools/fibmap.c b/tools/fibmap.c -index 224b233..6b092f5 100644 ---- a/tools/fibmap.c -+++ b/tools/fibmap.c -@@ -8,6 +8,7 @@ - #include <sys/types.h> - #include <sys/ioctl.h> - #include <sys/stat.h> -+#include <sys/sysmacros.h> - #include <libgen.h> - #include <linux/hdreg.h> - #include <linux/types.h> --- -2.7.4 - diff --git a/sys-fs/f2fs-tools/metadata.xml b/sys-fs/f2fs-tools/metadata.xml deleted file mode 100644 index e2b7d573..00000000 --- a/sys-fs/f2fs-tools/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>blueness@gentoo.org</email> - <name>Anthony G. Basile</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">f2fs-tools</remote-id> - </upstream> -</pkgmetadata> |