mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
re-applied changes to dev-libs/libftxr
This commit is contained in:
parent
99e2331873
commit
f77b5a0060
4 changed files with 102 additions and 0 deletions
2
dev-libs/libftxr/Manifest
Normal file
2
dev-libs/libftxr/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST libftxr-experimental-20180815.tar.gz 1026058 BLAKE2B 4171656bb229851fade5bd7b0234adb27866f72998ea1216677cdb309fc79835db0b76de1ee7d728343a3ebc29ba97eb61492558f56432cad730d7e7367fab9a SHA512 a657b8bc3619d44e2339f008fa3fe54748d56185acfda6f1a314213bbb46de2dd8239b2994470b5d38d019cac5560374bd8c2f4c00cdd48d6b6e011e3f78a150
|
||||
DIST libftxr-experimental-20220118.tar.gz 1107747 BLAKE2B 3984345c563d12a7902dea261184474fecb932de771724cac7e3cc92edfccf2069fdc315dc7ed52fc08dacf70e62d5a22ea85a4ff44ef08aa320b09255b3b602 SHA512 e0238aa66d2e2d84f9789196fc4f1691068cd6d5ef2aaeb7e00e0583272e4e8aa97600b01f5f13285042b9f6838e175a32115d422afd8e4e06667eca3d06b1fc
|
||||
46
dev-libs/libftxr/libftxr-20180815.ebuild
Normal file
46
dev-libs/libftxr/libftxr-20180815.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for Transactional Registry (TxR) data types"
|
||||
HOMEPAGE="https://github.com/libyal/libftxr"
|
||||
SRC_URI="https://github.com/libyal/libftxr/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/libfguid[nls=]
|
||||
dev-libs/libfusn[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 ) \
|
||||
|
||||
}
|
||||
46
dev-libs/libftxr/libftxr-20220118.ebuild
Normal file
46
dev-libs/libftxr/libftxr-20220118.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for Transactional Registry (TxR) data types"
|
||||
HOMEPAGE="https://github.com/libyal/libftxr"
|
||||
SRC_URI="https://github.com/libyal/libftxr/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/libfguid[nls=]
|
||||
dev-libs/libfusn[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/libftxr/metadata.xml
Normal file
8
dev-libs/libftxr/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