mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
re-applied changes to dev-libs/libfusn
This commit is contained in:
parent
99e2331873
commit
8564ebbc03
4 changed files with 98 additions and 0 deletions
2
dev-libs/libfusn/Manifest
Normal file
2
dev-libs/libfusn/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST libfusn-experimental-20180726.tar.gz 996304 BLAKE2B bc720c1d72c5c4580babab701a5d19fb4e1284642c2553d6397fd28ecebd4fb19b7e385b14509edbc8075a9c235bbe31f5b27e954f5dd120f71470893aa99574 SHA512 9ce67711af240e0509fc64c228b41eceb879c4770f60c234a1caf41e6119efcef391d7e4eba767cbbf22cf0a241f953cff7f1e6eb496081c3b821ff35182218f
|
||||
DIST libfusn-experimental-20220119.tar.gz 1076919 BLAKE2B 53e2223dd8566d6538fd9bae0dbd52205e0838fcc7ec5c2f3c05d536b6f973892c3e548d4c1dcdb6ea96dc91d7ea4cdb7af53e8693d8b76ee3412f7ce01de96d SHA512 b2b3e000c78594566aca94c531be30ded177dad63d6410e9d39a815a4b7ff8ca52e3e3110e645a7209d11b93735dabdb2244aa1093959d30e380fea2e2454bf1
|
||||
44
dev-libs/libfusn/libfusn-20180726.ebuild
Normal file
44
dev-libs/libfusn/libfusn-20180726.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for Update Sequence Number (USN) Journal data types"
|
||||
HOMEPAGE="https://github.com/libyal/libfusn"
|
||||
SRC_URI="https://github.com/libyal/libfusn/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="nls debug"
|
||||
|
||||
DEPEND="
|
||||
nls? (
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
)
|
||||
dev-libs/libcerror[nls=]
|
||||
dev-libs/libcnotify[nls=]
|
||||
dev-libs/libfdatetime[nls=]
|
||||
dev-libs/libuna[nls=]
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
$(use_with nls libintl-prefix) \
|
||||
$(use_enable debug verbose-output ) \
|
||||
$(use_enable debug debug-output ) \
|
||||
|
||||
}
|
||||
44
dev-libs/libfusn/libfusn-20220119.ebuild
Normal file
44
dev-libs/libfusn/libfusn-20220119.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for Update Sequence Number (USN) Journal data types"
|
||||
HOMEPAGE="https://github.com/libyal/libfusn"
|
||||
SRC_URI="https://github.com/libyal/libfusn/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="nls debug"
|
||||
|
||||
DEPEND="
|
||||
nls? (
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
)
|
||||
dev-libs/libcerror[nls=]
|
||||
dev-libs/libcnotify[nls=]
|
||||
dev-libs/libfdatetime[nls=]
|
||||
dev-libs/libuna[nls=]
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
$(use_with nls libintl-prefix) \
|
||||
$(use_enable debug verbose-output ) \
|
||||
$(use_enable debug debug-output ) \
|
||||
|
||||
}
|
||||
8
dev-libs/libfusn/metadata.xml
Normal file
8
dev-libs/libfusn/metadata.xml
Normal 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="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue