mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
sys-libs/libaal: treeclean
Bug: https://bugs.gentoo.org/887119 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -517,12 +517,6 @@ net-p2p/gnut
|
||||
# #741444, #831092, #862717.
|
||||
sci-libs/h5part
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2024-06-01)
|
||||
# Abandoned upstream. No Gentoo maintainer since 2021.
|
||||
# Plugin system seems quite broken (bug 887119).
|
||||
# Removal on 2024-07-01.
|
||||
sys-libs/libaal
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2024-05-31)
|
||||
# EAPI=6, maintainer-needed, incorrect LICENSE, fails to compile with
|
||||
# clang.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST libaal-1.0.7.tar.gz 376068 BLAKE2B 2fb7802401721a64b17c0409f3ff668524399efc03b4bda4b4523af2cce204fdb5cf41bb2b2a6af5cbda34ee88cbb4703eec9bb76774d705b1759c91a33b1e34 SHA512 9b39a8cd3f49257ea912bb0e463c0c63ad06914e8a310deb4d4dce544d3ee34f492203c7321f971af71dddc1eb85f207082a4791b19bd4fad3f7dab516513b3d
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit usr-ldscript
|
||||
|
||||
DESCRIPTION="library required by reiser4progs"
|
||||
HOMEPAGE="https://sourceforge.net/projects/reiser4/"
|
||||
SRC_URI="https://downloads.sourceforge.net/reiser4/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/7"
|
||||
KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 -sparc x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
BDEPEND="virtual/os-headers"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# remove stupid CFLAG hardcodes
|
||||
sed -i \
|
||||
-e "/GENERIC_CFLAGS/s@-O3@@" \
|
||||
-e "/^CFLAGS=/s@\"\"@\"${CFLAGS}\"@" \
|
||||
configure || die
|
||||
printf '#!/bin/sh\n:\n' > run-ldconfig || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--enable-libminimal
|
||||
--enable-memory-manager
|
||||
$(use_enable static-libs static)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
gen_usr_ldscript -a aal{,-minimal}
|
||||
find "${ED}" -type f -name "*.la" -delete || die
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription>
|
||||
This is a library, that provides application abstraction mechanism.
|
||||
It includes device abstraction, libc independence code, etc.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">reiser4</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user