diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /app-arch/wimlib | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'app-arch/wimlib')
-rw-r--r-- | app-arch/wimlib/Manifest | 3 | ||||
-rw-r--r-- | app-arch/wimlib/files/syslinux-path.patch | 25 | ||||
-rw-r--r-- | app-arch/wimlib/wimlib-1.13.0.ebuild | 75 |
3 files changed, 0 insertions, 103 deletions
diff --git a/app-arch/wimlib/Manifest b/app-arch/wimlib/Manifest index 26104a3deb78..6cb12fc2e142 100644 --- a/app-arch/wimlib/Manifest +++ b/app-arch/wimlib/Manifest @@ -1,6 +1,3 @@ -AUX syslinux-path.patch 713 BLAKE2B 94a9a0ef73b40ad9dc0febf732e5facc24fde0a3138a0298a72f7e2cde6d5fe34560d739432bcd12f172b48763f8deab2288eb14f99470d0a1340d0103941ab2 SHA512 dd0658529fb3b35690d34bb03ae8624314c0b379765566753b1ea0804ef8f1b94f300734b35ce0815e5352b02d09c86c91e371e0c442fcc3dca7ad89ceee4cbe -DIST wimlib-1.13.0.tar.gz 1035146 BLAKE2B 305d4bd4a0299c99b537c2bc59c674740239d3fe7c240038f4846849f36046ef587b04643d5a482c876668bf8f9a94a7b45a5e4f12c6d235a579a08c3879acff SHA512 a7ec729dda07b3884a851533a3c9e9db3061d9f6273ec318e40ece3687f4671f66989c07c080fa9cdcf5f01318c5eba7256b58f15f711b3ff14f4eb61c2114cb DIST wimlib-1.13.3.tar.gz 1030667 BLAKE2B 2b897392bed3c4a390479f34925474c229ee835ab624c81a0baa7ebb8f3484f27aa4efb2a440debdcafe23b152b385bbe0f198d6f0560e8f88a34c7328a74edd SHA512 5c6e3bd1d7bda55812c818cc527cd241ac8a15276648f2a307db1f2a858de0b322e9f2beffda5bab991811aee3f4a953c3e31847bfa76a7d32ad5850595a15d4 -EBUILD wimlib-1.13.0.ebuild 1517 BLAKE2B cda0345780c9edff70e7fbe88a4818edcad8e8317f34aade48712359793a333025d7a971019eb9fa45b994b6a09283e0501fda8aa1b05abe57f25722907657e1 SHA512 a6c72ea6ef5884e15f5473eaad6e669da9ab954c8a55915a3b981c2fbe9dc9fc6ac25bf0c31d78618c78cc5d7d869c176a5750dcbf0e594c36b2128d74a8a10b EBUILD wimlib-1.13.3.ebuild 1470 BLAKE2B a1f77e6881bb1f850c9002a2ac65bd96c51c4ac0042110677b06aa44be80f1d22abfe908737426390ad2eb5d25b795646c4c9c079310cfa85f67a06ad0967ac5 SHA512 511ed97e28f0adca5eb3322ca181c331ba81194f3c3ceb17ad4200503ef1ef3e533f11e0f5d2419f2a05c733b3d66c9306c1670823bd9f838502e4d797ba400f MISC metadata.xml 633 BLAKE2B 441e45675abb3671408e44a13ea6ae1738276a598e9e30522e4f58116936ae85a1971f92b2d2c791395abaed09640d2224ccd1ad889a845839212b29222d5cce SHA512 1f7e158976543a9e195330a8cdd5b0f87bae9154d9d01b30bb0e93f900af5410cf35a61e8ea5230b2cf5601717d0a46381febb1375e540da510f95d770e82281 diff --git a/app-arch/wimlib/files/syslinux-path.patch b/app-arch/wimlib/files/syslinux-path.patch deleted file mode 100644 index 6fd5bcd726c7..000000000000 --- a/app-arch/wimlib/files/syslinux-path.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/programs/mkwinpeimg 2017-07-29 13:52:09.000000000 -0700 -+++ b/programs/mkwinpeimg 2018-10-22 19:14:35.170566559 -0700 -@@ -488,7 +488,8 @@ - for biosdir in \ - /usr/lib/syslinux/modules/bios \ - /usr/lib/syslinux/bios \ -- /usr/lib/syslinux -+ /usr/lib/syslinux \ -+ /usr/share/syslinux - do - if [ -e "$biosdir/chain.c32" ]; then - break ---- a/programs/mkwinpeimg.in 2017-07-15 13:49:06.000000000 -0700 -+++ b/programs/mkwinpeimg.in 2018-10-22 19:16:59.323070604 -0700 -@@ -488,7 +488,8 @@ - for biosdir in \ - /usr/lib/syslinux/modules/bios \ - /usr/lib/syslinux/bios \ -- /usr/lib/syslinux -+ /usr/lib/syslinux \ -+ /usr/share/syslinux - do - if [ -e "$biosdir/chain.c32" ]; then - break - diff --git a/app-arch/wimlib/wimlib-1.13.0.ebuild b/app-arch/wimlib/wimlib-1.13.0.ebuild deleted file mode 100644 index a6578586e5cf..000000000000 --- a/app-arch/wimlib/wimlib-1.13.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools pax-utils -if [[ -z ${PV%%*9999} ]]; then - inherit git-r3 - EGIT_REPO_URI="git://wimlib.net/${PN}" -else - MY_PV="${PV/_/-}" - MY_PV="${MY_PV^^}" - SRC_URI="https://wimlib.net/downloads/${PN}-${MY_PV}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="The open source Windows Imaging (WIM) library" -HOMEPAGE="https://wimlib.net/" - -LICENSE="|| ( GPL-3+ LGPL-3+ ) CC0-1.0" -SLOT="0" -IUSE="cpu_flags_x86_ssse3 fuse iso ntfs openssl test threads yasm" -REQUIRED_USE="cpu_flags_x86_ssse3? ( !openssl )" - -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - cpu_flags_x86_ssse3? ( - yasm? ( dev-lang/yasm ) - !yasm? ( dev-lang/nasm ) - ) -" -RDEPEND=" - dev-libs/libxml2:2 - ntfs? ( sys-fs/ntfs3g ) - fuse? ( sys-fs/fuse:0 ) - openssl? ( dev-libs/openssl:0= ) - iso? ( - app-arch/cabextract - app-cdr/cdrtools - ) -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/syslinux-path.patch" ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with ntfs ntfs-3g) - $(use_with fuse) - $(use_enable cpu_flags_x86_ssse3 ssse3-sha1) - $(use_with openssl libcrypto) - $(use_enable threads multithreaded-compression) - $(use_enable test test-support) - --disable-static - ) - ac_cv_prog_NASM="$(usex yasm yasm nasm)" \ - econf "${myeconfargs[@]}" -} - -src_compile() { - default - pax-mark m "${S}"/.libs/wimlib-imagex -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |