From b312405a1ae44664906fab0413230a69918a92cd Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 26 Feb 2019 01:46:19 +0800 Subject: [PATCH] libbfio: 20190112 bump --- app-forensics/libbfio/Manifest | 2 +- ...0170123.ebuild => libbfio-20190112.ebuild} | 26 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) rename app-forensics/libbfio/{libbfio-20170123.ebuild => libbfio-20190112.ebuild} (67%) diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest index 4e31ac29c..7bd0d0cd8 100644 --- a/app-forensics/libbfio/Manifest +++ b/app-forensics/libbfio/Manifest @@ -1,2 +1,2 @@ -DIST libbfio-alpha-20170123.tar.gz 1948359 BLAKE2B b4e0a9d7bfa2ff19ab51fba432eeb6ee2ad0281f20edf4e70643023b63513fdbdb1579ac59c7f584353698fea592feffbe73d1b9ff1343d287c337cbe0148b4a SHA512 e6d9fbc6d29d9a1906b0a0812efc07526d9d30a6d1dfb0a071cba9338fcb2da91f88a244520b89e594ae8f0d6a33b4f074a0fc4cd81490b6a290d3a2947c21a2 DIST libbfio-alpha-20180910.tar.gz 1979563 BLAKE2B f81614f36e3a55c5838814fd7fcebe484f9db06afb644f39e1ed0ddb275eb6c22d2d9fad22973d26f464233c0e0ffedcd6ab28518ffd754ef3911686f5ef174c SHA512 4466d14c0972ad98eb2ab48ebc4621ab6deb9c6e644e6c51087653c5a91fae95caf48665c7f014d96ca94bdf8a0a1beda2e0612e9090c01df1bb5bc0d0ae3bcb +DIST libbfio-alpha-20190112.tar.gz 1990392 BLAKE2B cd26c1a97eb3d092c4466830af7bc3bda7d45503aefbc73592ae5b50df127dbd2d8071130470db24962ec6d24db6ebde216d9e06d4bfbbdd3ceb715a726cac52 SHA512 3bf8c4fec6a283c6e03cc25e33737b28fc747655b720b44e621b402f6f3181e9b1778555db45ca4d7d10f36996cb7f2e5d379d0cf958c5aae5579cbc0705e310 diff --git a/app-forensics/libbfio/libbfio-20170123.ebuild b/app-forensics/libbfio/libbfio-20190112.ebuild similarity index 67% rename from app-forensics/libbfio/libbfio-20170123.ebuild rename to app-forensics/libbfio/libbfio-20190112.ebuild index 71ac1e69e..d4b4b16f2 100644 --- a/app-forensics/libbfio/libbfio-20170123.ebuild +++ b/app-forensics/libbfio/libbfio-20190112.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Library for providing a basic file input/output abstraction layer" HOMEPAGE="https://github.com/libyal/libbfio" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${P LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="nls unicode" DEPEND="dev-libs/libcerror @@ -28,14 +28,14 @@ src_configure() { econf $(use_enable nls) \ $(use_with nls libiconv-prefix) \ $(use_with nls libintl-prefix) \ - $(use_enable unicode wide-character-type) \ - --with-libcerror \ - --with-libcthreads \ - --with-libcdata \ - --with-libclocale \ - --with-libcnotify \ - --with-libcsplit \ - --with-libuna \ - --with-libcfile \ - --with-libcpath + $(use_enable unicode wide-character-type) +# --with-libcerror \ +# --with-libcthreads \ +# --with-libcdata \ +# --with-libclocale \ +# --with-libcnotify \ +# --with-libcsplit \ +# --with-libuna \ +# --with-libcfile \ +# --with-libcpath }