libfvalue: fix repoman issues + bump 20191228

This commit is contained in:
Guido Kroon 2020-06-18 19:41:40 +02:00
parent e6814c175f
commit 23a4d18a76
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
4 changed files with 22 additions and 15 deletions

View file

@ -1,2 +1,2 @@
DIST libfvalue-experimental-20180817.tar.gz 1225290 BLAKE2B 247672505467704883fdaa71ee8694d88513863e44fe61c6c59b3b258c86abb0fa3a9bd8a93be164cbb7742c97e359d955d901ca21b6e879d21becf48f2641a4 SHA512 f651233487d4e636e00ae8ca46cce97f98d0fad173146664caa8ef4d8a6121d46c3d830115048438da5d537fbcac698c46a07eca7e983aaf6f7c60c1b06bc778
DIST libfvalue-experimental-20190626.tar.gz 1238845 BLAKE2B 7efca9d46c1237e5d4db29f712ac4540fe1a731a50212afc8fe82dcc592030c4bbc34c058e3da73f064d65851a135207ef86c9fe921621767500e262149bf2ac SHA512 e8c6ba89f4d7a58898a425dcfc17ebf7e59081693da42c5b17423c2cb2b01b65f8c21daca44fb94578e423cd5f2aa643229a9c5738ce9d4eeb36dfea83afdde5
DIST libfvalue-experimental-20191228.tar.gz 1262250 BLAKE2B 8e6976e1e0386a62e99269a0218c067d44215fec0c1f982c72376a790b64af38064a4584b48e0d8c853fa0c92e10aa990caa602ca72259cb4860a9717c7deb4b SHA512 59fba189b75f4656aa0f060fb49dc4f7a059347fca3fea81ee6fefb8859e59e24d04957782fd7706f597e7cc43ac981da33124bd766dbd4bf0a5b5e0a222c093

View file

@ -1,11 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit versionator autotools
inherit autotools
MY_PV="$(get_major_version)"
MY_PV="$(ver_cut 1)"
MY_PV2="experimental"
DESCRIPTION="Library for generic file value functions"

View file

@ -1,13 +1,12 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit versionator autotools
inherit autotools
MY_PV="$(get_major_version)"
MY_PV="$(ver_cut 1)"
MY_PV2="experimental"
#$(get_after_major_version)"
DESCRIPTION="Library for generic file value functions"
HOMEPAGE="https://github.com/libyal/${PN}"
@ -36,9 +35,9 @@ src_configure() {
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable debug debug-output) \
$(use_enable debug verbose-output) \
--with-libcdata --with-libcerror \
--with-libcnotify --with-libcthreads \
--with-libfdatetime --with-libfguid \
--with-libfwnt --with-libuna
$(use_enable debug verbose-output)
# --with-libcdata --with-libcerror \
# --with-libcnotify --with-libcthreads \
# --with-libfdatetime --with-libfguid \
# --with-libfwnt --with-libuna
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>