mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
libpff: remove, unmaintained, uninstallable
This commit is contained in:
parent
fb01291d42
commit
5e92b39b8b
4 changed files with 0 additions and 167 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST libpff-experimental-20161119.tar.gz 1961081 BLAKE2B 0f5bd7c72f69fe273b5c843818433446b09148631d1e7c433dc39f2b7cf34a386d72d5f574c689a1de1f40d4784b707fc9947344db2a5f630ff97869c5bca68d SHA512 31f7126116e54a7130434ef994e9d50ba4f9702737fbab8d0d0a4afb5f1207c91dd818d938e71d2c3a01643b30cd9612f84937836f9cfd89ead313828f5b2b99
|
||||
DIST libpff-experimental-20180714.tar.gz 1991576 BLAKE2B b94c6d61ad4281db0a6178e758f5b7ce6017451d2fa4ec5b500aaf1717a65b4913d218c7f3ae08df73b1de8b1c14d7e5fdf41c91cfacb540739cf04b04ab8a39 SHA512 7207ba87607ea2fd4609a081c2f4b061344a783e188605e88df99fd473f2a8da1269b065e57b054f4622888d40aa8f2b8272dc4748334ddfe358b28d443d6ad1
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Library for accessing Personal Folder Files"
|
||||
HOMEPAGE="https://github.com/libyal/libpff"
|
||||
#SRC_URI="https://github.com/libyal/libpff/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/libyal/libpff/releases/download/20161119/libpff-experimental-20161119.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug nls python +threads unicode winapi"
|
||||
|
||||
DEPEND="app-forensics/libbfio
|
||||
dev-libs/libcdata
|
||||
dev-libs/libcerror
|
||||
dev-libs/libcfile
|
||||
dev-libs/libclocale
|
||||
dev-libs/libcnotify
|
||||
dev-libs/libcpath
|
||||
dev-libs/libcsplit
|
||||
dev-libs/libcsystem
|
||||
dev-libs/libcthreads
|
||||
dev-libs/libfcache
|
||||
dev-libs/libfdata
|
||||
dev-libs/libfdatetime
|
||||
dev-libs/libfguid
|
||||
|
||||
dev-libs/libfvalue
|
||||
dev-libs/libfwnt[winapi?,python?]
|
||||
dev-libs/libuna"
|
||||
|
||||
#https://github.com/libyal/libpff/issues/43
|
||||
# dev-libs/libfmapi
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
src_configure() {
|
||||
|
||||
local myconf=(
|
||||
$(use_enable python) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable winapi) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
$(use_with nls libintl-prefix) \
|
||||
$(use_enable debug debug-output) \
|
||||
$(use_enable debug verbose-output) \
|
||||
$(use_enable threads multi-threading-support) \
|
||||
$(use_enable unicode wide-character-type)
|
||||
|
||||
# --with-libcdata --with-libcerror \
|
||||
# --with-libcnotify --with-libcthreads
|
||||
)
|
||||
|
||||
if use python ; then
|
||||
#todo: make python2 optional
|
||||
myconf+=( --enable-python2 )
|
||||
prepare_python() {
|
||||
if python_is_python3; then
|
||||
myconf+=( --enable-python3 )
|
||||
fi
|
||||
}
|
||||
python_foreach_impl run_in_build_dir prepare_python
|
||||
fi
|
||||
|
||||
econf ${myconf[@]}
|
||||
}
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Library for accessing Personal Folder Files"
|
||||
HOMEPAGE="https://github.com/libyal/libpff"
|
||||
#SRC_URI="https://github.com/libyal/libpff/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/libyal/libpff/releases/download/${PV}/libpff-experimental-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug nls python +threads unicode winapi"
|
||||
|
||||
DEPEND="app-forensics/libbfio
|
||||
dev-libs/libcdata
|
||||
dev-libs/libcerror
|
||||
dev-libs/libcfile
|
||||
dev-libs/libclocale
|
||||
dev-libs/libcnotify
|
||||
dev-libs/libcpath
|
||||
dev-libs/libcsplit
|
||||
dev-libs/libcsystem
|
||||
dev-libs/libcthreads
|
||||
dev-libs/libfcache
|
||||
dev-libs/libfdata
|
||||
dev-libs/libfdatetime
|
||||
dev-libs/libfguid
|
||||
|
||||
dev-libs/libfvalue
|
||||
dev-libs/libfwnt[winapi?,python?]
|
||||
dev-libs/libuna"
|
||||
|
||||
#https://github.com/libyal/libpff/issues/43
|
||||
# dev-libs/libfmapi
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
src_configure() {
|
||||
|
||||
local myconf=(
|
||||
$(use_enable python) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable winapi) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
$(use_with nls libintl-prefix) \
|
||||
$(use_enable debug debug-output) \
|
||||
$(use_enable debug verbose-output) \
|
||||
$(use_enable threads multi-threading-support) \
|
||||
$(use_enable unicode wide-character-type)
|
||||
|
||||
# --with-libcdata --with-libcerror \
|
||||
# --with-libcnotify --with-libcthreads
|
||||
)
|
||||
|
||||
if use python ; then
|
||||
#todo: make python2 optional
|
||||
myconf+=( --enable-python2 )
|
||||
prepare_python() {
|
||||
if python_is_python3; then
|
||||
myconf+=( --enable-python3 )
|
||||
fi
|
||||
}
|
||||
python_foreach_impl run_in_build_dir prepare_python
|
||||
fi
|
||||
|
||||
econf ${myconf[@]}
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?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>
|
||||
<use>
|
||||
<flag name="winapi">[can anyone answer this?]</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue