From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libaal/
Date: Sun, 26 Nov 2017 20:26:01 +0000 (UTC) [thread overview]
Message-ID: <1511727952.8e9396c71a498419632f24bc8e52b47e680136f1.polynomial-c@gentoo> (raw)
commit: 8e9396c71a498419632f24bc8e52b47e680136f1
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 20:02:49 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 20:25:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9396c7
sys-libs/libaal: Removed old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
sys-libs/libaal/Manifest | 1 -
sys-libs/libaal/libaal-1.0.5-r1.ebuild | 36 --------------------------
sys-libs/libaal/libaal-1.0.5.ebuild | 47 ----------------------------------
3 files changed, 84 deletions(-)
diff --git a/sys-libs/libaal/Manifest b/sys-libs/libaal/Manifest
index 96e01326961..994f6fffe8d 100644
--- a/sys-libs/libaal/Manifest
+++ b/sys-libs/libaal/Manifest
@@ -1,3 +1,2 @@
-DIST libaal-1.0.5.tar.gz 336052 SHA256 ff1adb7aa7b917010d827f2e451fad8cb65ce981877d762b48baf20e89212e81 SHA512 1e4076ce4228a7947074ce2764da63f48cbeb4086cf6ab75b882ecd4ff07d4de3a6f5411c5c0b9cdd1c279b3bb98f92f5da3892e5479b7112b67703fddc102be WHIRLPOOL 805ffefdf22b6df05e57d0f836940c4f5748dba8fa5d6933bf07f410ae85f3914353d0697eb33dbc7a927e6d367bd9ab1e85caa1c1be94f710d0395f52854432
DIST libaal-1.0.6.tar.gz 345894 SHA256 b1a1547746438b156156f82332557b05442e6d6c39fa9fe0d8dd47a3ad16ce9c SHA512 9b13096abcb90e75fff607ffd7b11ed8b100f349800b726acb01aca12f54abe784adb9912916fe8ed0751ebf367ecced04ab058e1e8b947f4209a5e6c390f123 WHIRLPOOL 7d93c3dc6eb62712a460f37bc933588c0b71d17472c64104a5cba939324af801ca0ba37063cd020caf8aa0d352a21b5222f838b427fbba0c03144b89d64e98c6
DIST libaal-1.0.7.tar.gz 376068 BLAKE2B 2fb7802401721a64b17c0409f3ff668524399efc03b4bda4b4523af2cce204fdb5cf41bb2b2a6af5cbda34ee88cbb4703eec9bb76774d705b1759c91a33b1e34 SHA512 9b39a8cd3f49257ea912bb0e463c0c63ad06914e8a310deb4d4dce544d3ee34f492203c7321f971af71dddc1eb85f207082a4791b19bd4fad3f7dab516513b3d
diff --git a/sys-libs/libaal/libaal-1.0.5-r1.ebuild b/sys-libs/libaal/libaal-1.0.5-r1.ebuild
deleted file mode 100644
index ae2314925de..00000000000
--- a/sys-libs/libaal/libaal-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="library required by reiser4progs"
-HOMEPAGE="https://sourceforge.net/projects/reiser4/"
-SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86"
-IUSE="static-libs"
-
-src_prepare() {
- # remove stupid CFLAG hardcodes
- sed -i \
- -e "/GENERIC_CFLAGS/s:-O3::" \
- -e "/^CFLAGS=/s:\"\":\"${CFLAGS}\":" \
- configure || die "sed"
- printf '#!/bin/sh\n:\n' > run-ldconfig
-}
-
-src_configure() {
- econf \
- --enable-libminimal \
- --enable-memory-manager \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- gen_usr_ldscript -a aal{,-minimal}
-}
diff --git a/sys-libs/libaal/libaal-1.0.5.ebuild b/sys-libs/libaal/libaal-1.0.5.ebuild
deleted file mode 100644
index 23f7867dfa6..00000000000
--- a/sys-libs/libaal/libaal-1.0.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="library required by reiser4progs"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/"
-SRC_URI="mirror://kernel/linux/utils/fs/reiser4/libaal/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 -sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # remove stupid CFLAG hardcodes
- sed -i \
- -e "/GENERIC_CFLAGS/s:-O3::" \
- -e "/^CFLAGS=/s:\"\":\"${CFLAGS}\":" \
- configure || die "sed"
- cat <<-EOF > run-ldconfig
- #!/bin/sh
- true
- EOF
-}
-
-src_compile() {
- econf \
- --enable-libminimal \
- --enable-memory-manager \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS CREDITS ChangeLog NEWS README THANKS TODO
-
- # move shared libs to /
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/lib*.so* "${D}"/$(get_libdir)/ || die
- gen_usr_ldscript libaal.so libaal-minimal.so
-}
next reply other threads:[~2017-11-26 20:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-26 20:26 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-05 23:48 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libaal/ WANG Xuerui
2021-04-19 19:15 Sam James
2021-04-19 19:12 Sam James
2021-04-19 0:23 Sam James
2021-04-18 21:27 Sam James
2021-04-18 21:20 Sam James
2021-04-05 17:37 Lars Wendler
2020-12-02 23:21 Sam James
2020-11-24 15:45 Lars Wendler
2020-11-24 12:10 Lars Wendler
2020-01-06 11:03 Agostino Sarubbo
2020-01-05 19:45 Agostino Sarubbo
2020-01-05 19:43 Agostino Sarubbo
2020-01-05 19:32 Sergei Trofimovich
2020-01-05 18:45 Agostino Sarubbo
2017-11-26 20:26 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511727952.8e9396c71a498419632f24bc8e52b47e680136f1.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox