mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
libsmdev: remove, unmaintained, uninstallable
This commit is contained in:
parent
0317c65bc0
commit
58f17082c9
4 changed files with 0 additions and 124 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST libsmdev-alpha-20190315.tar.gz 1208960 BLAKE2B 197ced14acd20e4bbbca392f0fc4183b6a580e83fb752a88c89559b2aa23ad22eef1dff5c02e67dfba9699a0fc8d0b17a1013c0c909df3349ec3418520a01563 SHA512 65ef2847b94a96f39b4fc3cdad1198852e0f0afc050b54cc692a7bfa1ae797344aa357bdc09879e738f39ebb568ba18a0807f4e9703488ab5e44dabb31562972
|
||||
DIST libsmdev-alpha-20200210.tar.gz 1221573 BLAKE2B 00597426955d924b287b0cc0cd4b554ff2a71fcea1ef4fede820821b78c545134c2fba1b4940400ae3b5e5bdbec7cc359293b1e773b673547a0d1f4d8790e06f SHA512 cfb83f1545039b1c17e38840b0f9333796766dfcd0977b029df8eb335a2f258fb6a78a925c3faa4c51443e32b842a64fb15514e26b92eb4dcebce099a49f0ccd
|
||||
|
|
@ -1,53 +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 to access to storage media device"
|
||||
HOMEPAGE="https://github.com/libyal/${PN}"
|
||||
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="nls unicode python +threads"
|
||||
|
||||
DEPEND="python? ( ${PYTHON_DEPS} )
|
||||
dev-libs/libcdata
|
||||
dev-libs/libcerror
|
||||
dev-libs/libcfile
|
||||
dev-libs/libclocale
|
||||
dev-libs/libcnotify
|
||||
dev-libs/libcthreads
|
||||
dev-libs/libuna
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
# econf $(use_enable nls) \
|
||||
local myconf=(
|
||||
$(use_with nls libiconv-prefix)
|
||||
$(use_with nls libintl-prefix)
|
||||
$(use_enable unicode wide-character-type)
|
||||
$(use_enable threads multi-threading-support)
|
||||
)
|
||||
|
||||
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,61 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit autotools python-r1
|
||||
|
||||
DESCRIPTION="Library to access to storage media device"
|
||||
HOMEPAGE="https://github.com/libyal/${PN}"
|
||||
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="nls unicode python +threads"
|
||||
|
||||
DEPEND="python? ( ${PYTHON_DEPS} )
|
||||
dev-libs/libcdata
|
||||
dev-libs/libcerror
|
||||
dev-libs/libcfile
|
||||
dev-libs/libclocale
|
||||
dev-libs/libcnotify
|
||||
dev-libs/libcthreads
|
||||
dev-libs/libuna
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
if use python; then
|
||||
python_setup
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# econf $(use_enable nls) \
|
||||
local myconf=(
|
||||
$(use_with nls libiconv-prefix)
|
||||
$(use_with nls libintl-prefix)
|
||||
$(use_enable unicode wide-character-type)
|
||||
$(use_enable threads multi-threading-support)
|
||||
)
|
||||
|
||||
if use python ; then
|
||||
prepare_python() {
|
||||
if python_is_python3; then
|
||||
myconf+=( --enable-python3 )
|
||||
fi
|
||||
}
|
||||
python_foreach_impl run_in_build_dir prepare_python
|
||||
fi
|
||||
|
||||
econf ${myconf[@]}
|
||||
}
|
||||
|
|
@ -1,8 +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>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue