[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2018-12-29 Thread Anthony G. Basile
commit: b38ac76db3440169aed9356f735bdf268acaa5ea
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 29 20:19:11 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 29 20:19:11 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b38ac76d

sys-fs/xfsprogs: in tree version works

Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/xfsprogs/Manifest   |   1 -
 sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch |  11 --
 .../files/xfsprogs-4.15.0-missing_includes.patch   |  39 ---
 .../files/xfsprogs-4.15.0-sharedlibs.patch | 114 -
 .../files/xfsprogs-4.9.0-underlinking.patch|  30 --
 sys-fs/xfsprogs/metadata.xml   |   8 --
 sys-fs/xfsprogs/xfsprogs-4.15.1.ebuild |  97 --
 7 files changed, 300 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
deleted file mode 100644
index 26b7912..000
--- a/sys-fs/xfsprogs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfsprogs-4.15.1.tar.xz 1188964 BLAKE2B 
7b4d1d2f71a0678f9246045e576262d6f3b3c59322e0b33b37dc46d84cdf5407a4b2fd6f2b99dd7647e9bfe9fe312fefe8162013dec9162f3a071421323aa52d
 SHA512 
4ec3f0438f33322f0ff6e5acb27cbb554ab48df3ae0ef11071992b085016f84b49ca7bdbaf3a6859427877ea9c419bcd37ac3058914d67409ba2d65e586508ee

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
deleted file mode 100644
index 53ba3ec..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 xfsprogs-4.15.0/scrub/Makefile
-+++ xfsprogs-4.15.0/scrub/Makefile
-@@ -25,7 +25,7 @@
- CRONTABS = xfs_scrub_all.cron
- OPTIONAL_TARGETS += $(CRONTABS)
- # Don't enable the crontab by default for now
--CROND_DIR = $(PKG_LIB_DIR)/$(PKG_NAME)
-+CROND_DIR = $(PKG_DOC_DIR)
- endif
- 
- endif # scrub_prereqs

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
deleted file mode 100644
index 5fe2776..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From b354707a4acae9a09264e40195ba1c3b88b562b1 Mon Sep 17 00:00:00 2001
-From: "Jory A. Pratt" 
-Date: Mon, 9 Apr 2018 11:04:54 -0500
-Subject: [PATCH] Add support for missing includes
-
-Signed-off-by: Jory A. Pratt 

- include/workqueue.h | 2 ++
- scrub/xfs_scrub.c   | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/include/workqueue.h b/include/workqueue.h
-index b4b3541..edb2f8a 100644
 a/include/workqueue.h
-+++ b/include/workqueue.h
-@@ -22,6 +22,8 @@
- #ifndef   _WORKQUEUE_H_
- #define   _WORKQUEUE_H_
- 
-+#include 
-+
- struct workqueue;
- 
- typedef void workqueue_func_t(struct workqueue *wq, uint32_t index, void 
*arg);
-diff --git a/scrub/xfs_scrub.c b/scrub/xfs_scrub.c
-index ab26e63..9f33bdc 100644
 a/scrub/xfs_scrub.c
-+++ b/scrub/xfs_scrub.c
-@@ -18,6 +18,7 @@
-  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
-  */
- #include 
-+#include 
- #include 
- #include 
- #include 
--- 
-2.17.0
-

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
deleted file mode 100644
index 1080e44..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
+++ /dev/null
@@ -1,114 +0,0 @@
 xfsprogs-4.15.0/include/buildmacros
-+++ xfsprogs-4.15.0/include/buildmacros
-@@ -70,18 +70,9 @@
- # /usr/lib.
- ifeq ($(ENABLE_SHARED),yes)
- INSTALL_LTLIB_DEV = \
--  cd $(TOPDIR)/$(LIBNAME)/.libs; \
--  ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
--  ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_LIB_DIR); \
--  ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
--  ../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
--  ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
--  if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
--   "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \
--  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
--  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \
--  ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so 
$(PKG_LIB_DIR)/$(LIBNAME).so; \
--  fi
-+  set -e; cd $(TOPDIR)/$(LIBNAME); \
-+  $(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
-+  env -uDIST_ROOT $(LTINSTALL) $(TOPDIR)/$(LIBNAME)/$(LIBNAME).la 
$(DIST_ROOT)$(PKG_LIB_DIR)/$(LIBNAME).la
- else
- INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
- endif
 xfsprogs-4.15.0/libfrog/Makefile
-+++ xfsprogs-4.15.0/libfrog/Makefile
-@@ -5,6 +5,8 @@
- TOPDIR = ..
- include $(TOPDIR)/include/builddefs
- 
-+LTLIBS = $(LIBXFS) $(LIBBLKID)
-+
- LTLIBRARY = libfrog.la
- LT_CURRENT = 0
- LT_REVISION = 0
-@@ -34,6 +36,9 @@
- 
- include $(BUILDRULES)
- 
--install i

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2018-04-09 Thread Jory Pratt
commit: 8ff13e2e9a08aa1c2881194e4a1b0cb81a79a0a7
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Apr  9 16:10:06 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Apr  9 16:10:06 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=8ff13e2e

sys-fs/xfsprogs - Fix missing headers support

 sys-fs/xfsprogs/Manifest   |   1 +
 sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch |  11 ++
 .../files/xfsprogs-4.15.0-missing_includes.patch   |  39 +++
 .../files/xfsprogs-4.15.0-sharedlibs.patch | 114 +
 .../files/xfsprogs-4.9.0-underlinking.patch|  30 ++
 sys-fs/xfsprogs/metadata.xml   |   8 ++
 sys-fs/xfsprogs/xfsprogs-4.15.1.ebuild |  97 ++
 7 files changed, 300 insertions(+)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
new file mode 100644
index 000..26b7912
--- /dev/null
+++ b/sys-fs/xfsprogs/Manifest
@@ -0,0 +1 @@
+DIST xfsprogs-4.15.1.tar.xz 1188964 BLAKE2B 
7b4d1d2f71a0678f9246045e576262d6f3b3c59322e0b33b37dc46d84cdf5407a4b2fd6f2b99dd7647e9bfe9fe312fefe8162013dec9162f3a071421323aa52d
 SHA512 
4ec3f0438f33322f0ff6e5acb27cbb554ab48df3ae0ef11071992b085016f84b49ca7bdbaf3a6859427877ea9c419bcd37ac3058914d67409ba2d65e586508ee

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
new file mode 100644
index 000..53ba3ec
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-docdir.patch
@@ -0,0 +1,11 @@
+--- xfsprogs-4.15.0/scrub/Makefile
 xfsprogs-4.15.0/scrub/Makefile
+@@ -25,7 +25,7 @@
+ CRONTABS = xfs_scrub_all.cron
+ OPTIONAL_TARGETS += $(CRONTABS)
+ # Don't enable the crontab by default for now
+-CROND_DIR = $(PKG_LIB_DIR)/$(PKG_NAME)
++CROND_DIR = $(PKG_DOC_DIR)
+ endif
+ 
+ endif # scrub_prereqs

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
new file mode 100644
index 000..5fe2776
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-missing_includes.patch
@@ -0,0 +1,39 @@
+From b354707a4acae9a09264e40195ba1c3b88b562b1 Mon Sep 17 00:00:00 2001
+From: "Jory A. Pratt" 
+Date: Mon, 9 Apr 2018 11:04:54 -0500
+Subject: [PATCH] Add support for missing includes
+
+Signed-off-by: Jory A. Pratt 
+---
+ include/workqueue.h | 2 ++
+ scrub/xfs_scrub.c   | 1 +
+ 2 files changed, 3 insertions(+)
+
+diff --git a/include/workqueue.h b/include/workqueue.h
+index b4b3541..edb2f8a 100644
+--- a/include/workqueue.h
 b/include/workqueue.h
+@@ -22,6 +22,8 @@
+ #ifndef   _WORKQUEUE_H_
+ #define   _WORKQUEUE_H_
+ 
++#include 
++
+ struct workqueue;
+ 
+ typedef void workqueue_func_t(struct workqueue *wq, uint32_t index, void 
*arg);
+diff --git a/scrub/xfs_scrub.c b/scrub/xfs_scrub.c
+index ab26e63..9f33bdc 100644
+--- a/scrub/xfs_scrub.c
 b/scrub/xfs_scrub.c
+@@ -18,6 +18,7 @@
+  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
+  */
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.17.0
+

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
new file mode 100644
index 000..1080e44
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-4.15.0-sharedlibs.patch
@@ -0,0 +1,114 @@
+--- xfsprogs-4.15.0/include/buildmacros
 xfsprogs-4.15.0/include/buildmacros
+@@ -70,18 +70,9 @@
+ # /usr/lib.
+ ifeq ($(ENABLE_SHARED),yes)
+ INSTALL_LTLIB_DEV = \
+-  cd $(TOPDIR)/$(LIBNAME)/.libs; \
+-  ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
+-  ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_LIB_DIR); \
+-  ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
+-  ../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
+-  ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
+-  if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
+-   "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \
+-  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
+-  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \
+-  ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so 
$(PKG_LIB_DIR)/$(LIBNAME).so; \
+-  fi
++  set -e; cd $(TOPDIR)/$(LIBNAME); \
++  $(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
++  env -uDIST_ROOT $(LTINSTALL) $(TOPDIR)/$(LIBNAME)/$(LIBNAME).la 
$(DIST_ROOT)$(PKG_LIB_DIR)/$(LIBNAME).la
+ else
+ INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC)
+ endif
+--- xfsprogs-4.15.0/libfrog/Makefile
 xfsprogs-4.15.0/libfrog/Makefile
+@@ -5,6 +5,8 @@
+ TOPDIR = ..
+ include $(TOPDIR)/include/builddefs
+ 
++LTLIBS = $(LIBXFS) $(LIBBLKID)
++
+ LTLIBRARY = libfrog.la
+ LT_CURRENT = 0
+ LT_REVISION = 0
+@@ -34,6 +36,9 @@
+ 
+ include $(BUILDRULES)
+ 
+-install install-dev: default
++install: default
++
++install-dev: default
+

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2018-03-16 Thread Anthony G. Basile
commit: 2b8ff64eab59a5a9e6408301e914b7e781105192
Author: stefson  yahoo  de>
AuthorDate: Fri Mar  9 11:06:12 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar 16 13:20:13 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2b8ff64e

sys-fs/xfsprogs: all relevant bugs fixed upstream with 4.14, which is stable on 
all musl arches

 sys-fs/xfsprogs/Manifest   |   4 -
 sys-fs/xfsprogs/files/xfsprogs-4.11.0-musl.patch   |  71 
 .../xfsprogs/files/xfsprogs-4.12.0-fix_musl.patch  | 117 -
 .../files/xfsprogs-4.12.0-sharedlibs.patch |  81 -
 .../files/xfsprogs-4.3.0-cross-compile.patch   | 181 -
 sys-fs/xfsprogs/files/xfsprogs-4.3.0-musl.patch| 131 ---
 .../xfsprogs/files/xfsprogs-4.3.0-sharedlibs.patch |  80 -
 sys-fs/xfsprogs/files/xfsprogs-4.5.0-linguas.patch |  32 
 .../files/xfsprogs-4.7.0-libxcmd-link.patch|  30 
 .../xfsprogs/files/xfsprogs-4.7.0-sharedlibs.patch |  81 -
 .../files/xfsprogs-4.9.0-cross-compile.patch   | 143 
 sys-fs/xfsprogs/files/xfsprogs-4.9.0-musl.patch|  71 
 .../files/xfsprogs-4.9.0-underlinking.patch|  30 
 sys-fs/xfsprogs/metadata.xml   |   8 -
 sys-fs/xfsprogs/xfsprogs-4.12.0.ebuild |  97 ---
 sys-fs/xfsprogs/xfsprogs-4.13.1.ebuild |  96 ---
 sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild  | 104 
 sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild  |  97 ---
 18 files changed, 1454 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
deleted file mode 100644
index bb002f7..000
--- a/sys-fs/xfsprogs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST xfsprogs-4.12.0.tar.xz 1128400 SHA256 
b330ad8d737f4152ae511580102e2fc49212bb51dfb4b614084344abae46d0df SHA512 
1dc4a0a5f40baf1d6398c8f07b4cb3ab796cf052c34b811d60b08c60a4700c2ced8d4d1adb878f8b85ba58cf3e1276db1477109de538fd427d3e359a52f59d4a
 WHIRLPOOL 
c18d3c9dfab8ccb877eb6fa9fa05be3c614a587c6cb616a9f18b52debb8ecacbd22056cb397ff9e69407c66e105d034458b41f0ba4275352f31398e64d303c02
-DIST xfsprogs-4.13.1.tar.xz 1133556 SHA256 
8c64d349d191e24c84eeb1611be767e4a11b81016bd5b73f3a20a0bf39dd3536 SHA512 
6c234a6c22aa3cabe0ea698c11175dca6c19d803989127ccb13b526ff6d34dcef9dd6e19ff0c4fb3903078f24210a8cfcd0508dac29d52fbee4dfed37d5888f3
 WHIRLPOOL 
89a84ce7b59fa52cd245493a28c6ad7f6e114dfe8044b2dad57b2cc626308ad1187ef812ace618085a083745acd3c37538903a6e2f935d9cd351c923559d9732
-DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
-DIST xfsprogs-4.9.0.tar.xz 1087940 SHA256 
f1e60a9a54583dba82fa506dd9b59bdec110a968f80f507bf5f93b263af7a4df SHA512 
990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7
 WHIRLPOOL 
a9b582a42967ce1e314cd0ac3518792c2e10f7bb1370151a68a09a8e21e40cc6818b9778dfdd248961c3a1a08a70424f0150219488a18bc5d60e5669702c472f

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.11.0-musl.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.11.0-musl.patch
deleted file mode 100644
index 6db6c65..000
--- a/sys-fs/xfsprogs/files/xfsprogs-4.11.0-musl.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-diff -Naur xfsprogs-4.11.0.orig/fsr/xfs_fsr.c xfsprogs-4.11.0/fsr/xfs_fsr.c
 xfsprogs-4.11.0.orig/fsr/xfs_fsr.c 2017-05-05 11:47:11.0 -0700
-+++ xfsprogs-4.11.0/fsr/xfs_fsr.c  2017-05-19 09:33:36.408832645 -0700
-@@ -36,6 +36,9 @@
- #define _PATH_FSRLAST "/var/tmp/.fsrlast_xfs"
- #define _PATH_PROC_MOUNTS "/proc/mounts"
- 
-+#ifndef _PATH_MOUNTED
-+#define _PATH_MOUNTED MOUNTED
-+#endif
- 
- char *progname;
- 
-diff -Naur xfsprogs-4.11.0.orig/include/linux.h xfsprogs-4.11.0/include/linux.h
 xfsprogs-4.11.0.orig/include/linux.h   2017-05-05 11:47:11.0 
-0700
-+++ xfsprogs-4.11.0/include/linux.h2017-05-19 09:33:36.409832654 -0700
-@@ -40,6 +40,32 @@
- # undef fsxattr
- #endif
- 
-+#ifndef __uint8_t
-+# define __uint8_t uint8_t
-+#endif
-+#ifndef __uint16_t
-+# define __uint16_t uint16_t
-+#endif
-+#ifndef __uint32_t
-+# define __uint32_t uint32_t
-+#endif
-+#ifndef __uint64_t
-+# define __uint64_t uint64_t
-+#endif
-+
-+#ifndef __int8_t
-+# define __int8_t int8_t
-+#endif
-+#ifndef __int16_t
-+# define __int16_t int16_t
-+#endif
-+#ifndef __int32_t
-+# define __int32_t int32_t
-+#endif
-+#ifndef __int64_t
-+# define __int64_t int64_t
-+#endif
-+ 
- static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p)
- {
-   return ioctl(fd, cmd, p);
-diff -Naur xfsprogs-4.11.0.orig/io/readdir.c xf

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2017-07-25 Thread Jory Pratt
commit: 5add06bbc9793015b5139dde6dc07e6575ea9cd1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jul 25 18:52:16 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jul 25 18:52:16 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5add06bb

sys-fs/xfsprogs: Apply upstream patch to fix sdtout definition of
read-only variable

 sys-fs/xfsprogs/Manifest   |   3 +-
 .../xfsprogs/files/xfsprogs-4.12.0-fix_musl.patch  | 118 +
 sys-fs/xfsprogs/xfsprogs-4.12.0.ebuild |   1 +
 3 files changed, 121 insertions(+), 1 deletion(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 4efd970..d2f8665 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,4 +1,5 @@
 AUX xfsprogs-4.11.0-musl.patch 1835 SHA256 
1387eebcf9e61ab50fea70e11f7d6873ae47e26f3fba99b8df2d17d6a2db1619 SHA512 
dcfafb16d31c50c6c16ee2a778eda6c946646e129e6c9c96efeb518f7935534dcd7063aded186c5d874ffd07b6eaa31f3ff0e06e0cdca9876565056c727a5494
 WHIRLPOOL 
68b03ec3ccc1258e667e883910dfeaa65945ffdc893da5c752baea1ec6d7c859be85b8287392c951cf60315aee356dd463410d287ff673a2b70dfe9684a56bb9
+AUX xfsprogs-4.12.0-fix_musl.patch 3134 SHA256 
a76aadd93aa62c7f942c2bc5d65db771075a00961ee422e9fd1f3abf67bfab93 SHA512 
90aed5c33bfae13c89ffa26f076bd4c75f6562ec7bd87607238daa0e19e108e7de5f41025880d8314677c31ba54dd9acd4646e44bef139b7256033406427f30e
 WHIRLPOOL 
24e7ffbe1ad68688dabd4be1a1c7af60ea849a73ff78dc80b3a93e0b31bcc8a978da6f6e48bbcd7f1e8de7e37d061b87e4cec2c931c21d42eb8827d97c626df2
 AUX xfsprogs-4.12.0-sharedlibs.patch 2361 SHA256 
4f10b622e8b7c8654a5dc79356343515ef203742ba4781b97a6f02f23e99555a SHA512 
bbf802c54d2c8a2a524a9d4ae0ca66a18bf6b099a00fcc248abee04f84371bd35fc07a2dcc0c1d99c297b474c1f98d92927aa5ca16df5e6caef3abe386f31eba
 WHIRLPOOL 
72e00337e46700ee2a16597bb8188fff229c019c46a39f60598a6d802b8ba094c6e5da8377aad60fee6afd9f491c577d2c84ace3f78a00438268ccbc1832368a
 AUX xfsprogs-4.3.0-cross-compile.patch 5112 SHA256 
5654447555115bce22e443623f6fc17b767681741f043a9dc5e6887967a27db9 SHA512 
2d6303b7c89b3e1ca2ba1d95a4477d0d1c2360ed68bf9c9d3630f990081be98ace9b9c164729635fa582cc5c8bd418e1824e35f613512d43cc6116fcda379582
 WHIRLPOOL 
1fee9f56739d13c1b04b2d0d190b193c97a846902fce8ccba0210cbce6a61bcd2cab118a2c59fb66cd89a957e32e714c3f1dc534697819165a505a8eb8f225b6
 AUX xfsprogs-4.3.0-musl.patch 3543 SHA256 
afe6ea3f95d88abc0b2c276e1c88dd8acc3bdbf10cf93cba54cae9d1de6e1e67 SHA512 
7c86c402bda6630699e63b55389931d8a43c9ed6489c248bf090ca724516c56d4b2b3204dd07272a2e84e11abda8f0aa0735851c3f66330f6be258390a8dafe6
 WHIRLPOOL 
8fb46034afbea1b78c23e931d36920228ee401c0a72b4496eb40771b245c8a0f9800eb8794631362937ad0192fe959c1789fcee5a98d1788035c19219365cce7
@@ -11,6 +12,6 @@ DIST xfsprogs-4.11.0.tar.xz 1113480 SHA256 
c3a6d87b564d7738243c507df82276bed9822
 DIST xfsprogs-4.12.0.tar.xz 1128400 SHA256 
b330ad8d737f4152ae511580102e2fc49212bb51dfb4b614084344abae46d0df SHA512 
1dc4a0a5f40baf1d6398c8f07b4cb3ab796cf052c34b811d60b08c60a4700c2ced8d4d1adb878f8b85ba58cf3e1276db1477109de538fd427d3e359a52f59d4a
 WHIRLPOOL 
c18d3c9dfab8ccb877eb6fa9fa05be3c614a587c6cb616a9f18b52debb8ecacbd22056cb397ff9e69407c66e105d034458b41f0ba4275352f31398e64d303c02
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
 EBUILD xfsprogs-4.11.0.ebuild 2750 SHA256 
de77973986d0e862e0179e74fdd619cf99d54218d282b47324a4dd45c8e86398 SHA512 
7113861301c0e1437133e813a6fb3d1653419d63385f7ba1040953cced4596ac091bc75bee991c82d17b7f4764634a5334a09100f8f9a5b6954154d357d8ee5e
 WHIRLPOOL 
e2c3ea570f178bccf6b0b2bcbb65638af7905931301d87b90ddefa0a469a6c266afec0e5bc370b0dd6a9ee318e376ce270b19fc21ae5687c5f5295101e051d48
-EBUILD xfsprogs-4.12.0.ebuild 2729 SHA256 
9336a0592b2d2642938ba1661c962a14b5ad277b0978846584ad11f0f5a60ac4 SHA512 
f910da3fed6bd41ac3a0d3500f4bc4da7e7644e9864f08a1ad3fe174d1ca79d7f738508145a866f138ef3d370c50414f90d0c2577f3357862fb5a72253b45a78
 WHIRLPOOL 
a8c44865d9c4540541782f8188803f2f374c721e454a33577c83321d84ef8d93f95c51f32faa3cfe6f565cadfb99cdc1b660afb86b4a67f613275be01ced
+EBUILD xfsprogs-4.12.0.ebuild 2772 SHA256 
04ca2d3cd42b3dc50ec559a82780253cc87d3302deaf9c1872c4be7cf698d4d3 SHA512 
ce7afb45c259c606e01de7f916b4663df2ff583635f38159b6dd9136856bc66bf4d4ccca89748665f5541bcf904f7066b5d7677c0292fdd9b54be6172845e7c4
 WHIRLPOOL 
5b8440386b011db2cf71fbdc76bac6faec1766b6ef3dc5c02d37f6a7549531dd7edc6cf8ea6be548ad4f5fec5592d492923ef133064ba556a02f3d36240fc5c7
 EBUILD xfsprogs-4.5.0.ebuild 2936 SHA256 
f4faccf78a63237359239504ba56946817e6c604ebf5836e2c094b0bb1255ff5 SHA512 
7363f71ab6ba657735394682e38cdf4cf21db032c34167435a9d37f74db52f8e25319d172f3d007db2b64973b

[gentoo-commits] proj/musl:master commit in: sys-fs/xfsprogs/files/, sys-fs/xfsprogs/

2017-01-08 Thread Aric Belsito
commit: 066c70e3c99ccd778b66f112b692f1c691257a48
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Jan  8 22:03:13 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Jan  8 22:03:13 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=066c70e3

sys-fs/xfsprogs: Version bump to 4.9.0

 sys-fs/xfsprogs/Manifest   |   7 +-
 sys-fs/xfsprogs/files/xfsprogs-4.7.0-musl.patch| 132 ---
 .../files/xfsprogs-4.9.0-cross-compile.patch   | 143 +
 sys-fs/xfsprogs/files/xfsprogs-4.9.0-musl.patch|  71 ++
 ...xfsprogs-4.7.0.ebuild => xfsprogs-4.9.0.ebuild} |  12 +-
 5 files changed, 224 insertions(+), 141 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 1644488..aeb20cd 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -3,10 +3,11 @@ AUX xfsprogs-4.3.0-musl.patch 3543 SHA256 
afe6ea3f95d88abc0b2c276e1c88dd8acc3bdb
 AUX xfsprogs-4.3.0-sharedlibs.patch 2310 SHA256 
23bf3127cd1eab6e96055d2a5f3ae61f417a8d4ae52d5c421be2bbb05576bb46 SHA512 
6d7ad2bc8b74390f81ecfa3774c837d083dc7e3332bd2e5450c4d67805d54f9727afeace39755e5d1185a230abcc9644bf2eb1544708d81b4f93a419aad8fdf4
 WHIRLPOOL 
5adb3dbffcd788e27e228d9d04a5991a20fd4ae9b8c7e32996b33fe71451ce2a468299f5abb40ff416b8abff399a7c0f7b4d3102b10f4e6bd830b3d0b57768c8
 AUX xfsprogs-4.5.0-linguas.patch 967 SHA256 
79c3b0b1faacd8ec52d060f05dcf0e72b83d5892e96ab01c4e6821394e2344de SHA512 
6d812dce622a3d38fe2b23e47c8f188012522dee3eaa6f002080f2b2ba8e50dc31ed8fc56d9e10b13d4f0dc54d6377b77d8a3823494176e843480e5226e79679
 WHIRLPOOL 
2a3de6cf5ed3463bc8299600c6c1a00dfe995d089034ae15a0a07c46e7f24507a3a98cb28641bb29a4e5193338deca1c18fa11c0bc9084b97786938ec2c19778
 AUX xfsprogs-4.7.0-libxcmd-link.patch 880 SHA256 
06cced4aeeb9a2d8c90e6d6fd1ff6571020122dbfe62140513f52bd82bf9abe8 SHA512 
4484570c4bb387b6dfde5f31d8527fd33e120c365e3cbc6f488403b9e9d969d3f2a883ffcb145a11d57ace70c76fb1ba4a8ed75533f2089a197d463c8dd9
 WHIRLPOOL 
c975535bbf431b86ee82806ce6dbfc0196d7c175d13b00aeccd747820a817169aa1d4958b62f97fb4c36a24f964692ef3ea1d3e0ff11c5cfbd04ba60ce2317df
-AUX xfsprogs-4.7.0-musl.patch 3379 SHA256 
14888da03cd10f0c332bdd2868e55adad0e06f4c19de57bd88263302089e15ad SHA512 
75412a92f29c62fac24c699874f27ef9e5308f549f96ad8b1062c96cfa203e817be322caa3d2afa5a6f46988bf7e930d80dbf92b7f8b0ba266bf6d7312a08a22
 WHIRLPOOL 
de9068d3715fe971ad2f400e260376742f408782930a917fd3bdd4a8f18ca5b73521e092ae044ed477e2a489d5a7849fb0656c977363de3ebfb5793168838347
 AUX xfsprogs-4.7.0-sharedlibs.patch 2355 SHA256 
983b08b2a4a4ee91be21f14063167a3752554b41fd78aead6dfd6ac38702a5a7 SHA512 
f0006ec0a987e44a1e60d642f9938d35c14ccb765c6a040c80e483a0e073e54608571b53793b7d4c2b9eb1f5c4e2f077fb713dfab9abaa99022d24d8a17443fe
 WHIRLPOOL 
939841084292f598c32aa3be784d6235b6803abd86062790191b7959be73d9f8afc31cbb0d330abaee253c141dcbe0d4a4e20ae76ba64146d41acfbf7f3e0fa4
+AUX xfsprogs-4.9.0-cross-compile.patch 3640 SHA256 
0686bb76b6ab822c8e733c3c1a97d7e5252274087c2435cfb8f6709f006ea746 SHA512 
86d08e60bff1ea27c7692d90a1ba8b204aeb6df58afa14558ad5b429beada78bea8a526353548797e44e9959715394cdd4e53a1cd9272d32ce6bcad95cfadbe1
 WHIRLPOOL 
0cf805fb14e71933ad4f0e471a5a5a9232d9aaa98d9e98ce9697daafa08ad8a9ed7fef208828c5d975a6514e739b95f0ed5f5b3b0efbcf01fd6e2a0a54ac668e
+AUX xfsprogs-4.9.0-musl.patch 1844 SHA256 
9b73a3147b5d54ca9ae9a79cab7cd70c410ca1c307ae45c3ffcc10ae5a3d0005 SHA512 
bf5de1b5e1906cdecda64c77c83410c32ce79a494959f905861b8b8de5676ab9d30aaa1c85a8188f36f8a46d07ba3f5bef862d65d0d56d8467eb7f05c6173765
 WHIRLPOOL 
3cb3f97d5eac7dca57099da99bd3434764534273dc03ad58fd4cd4099dacbc05fccab53d8ac5055b860c87ca41f32a051585bb6c06c41da1d0ceb32dd23dcd4f
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
-DIST xfsprogs-4.7.0.tar.gz 1534909 SHA256 
88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7 SHA512 
5184f1dbc3989f3c1f1b103d5cbd70462db107cfe113424166581ebcfaad4041c9c78f5d038f4bd4728ff99a2f9705219582ba9bfd10745354a1cab0b7dfe613
 WHIRLPOOL 
8157b2e8df5946acacc22ed761e38b382ef464f4984971148069b2f215418f4e23ac142721394439c041c236cbd460e0b56ff071d1c10e343070147709f42af3
+DIST xfsprogs-4.9.0.tar.xz 1087940 SHA256 
f1e60a9a54583dba82fa506dd9b59bdec110a968f80f507bf5f93b263af7a4df SHA512 
990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7
 WHIRLPOOL 
a9b582a42967ce1e314cd0ac3518792c2e10f7bb1370151a68a09a8e21e40cc6818b9778dfdd248961c3a1a08a70424f0150219488a18bc5d60e5669702c472f
 EBUILD xfsprogs-4.5.0.ebuild 2943 SHA256 
f4ffec8f7b659a4f6c0915fa545e946399884b6ac4c9407d81ab905a129d88d1 SH