summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-11 06:38:15 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-11 06:40:40 -0400
commit379c195bddbf4f35f4c00a035c2e3e4462061824 (patch)
treeb18d2cec5eda971c75f653484bb97233f4be4c3a /net-mail/libdbx/libdbx-1.0.3.ebuild
parentdev-util/cutils: EAPI7->8, fix direct AR and build w/ clang16 (diff)
downloadgentoo-379c195bddbf4f35f4c00a035c2e3e4462061824.tar.gz
gentoo-379c195bddbf4f35f4c00a035c2e3e4462061824.tar.bz2
gentoo-379c195bddbf4f35f4c00a035c2e3e4462061824.zip
net-mail/libdbx: fix lto mismatch and build w/ upcoming clang16
Closes: https://bugs.gentoo.org/861593 Closes: https://bugs.gentoo.org/871417 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-mail/libdbx/libdbx-1.0.3.ebuild')
-rw-r--r--net-mail/libdbx/libdbx-1.0.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-mail/libdbx/libdbx-1.0.3.ebuild b/net-mail/libdbx/libdbx-1.0.3.ebuild
deleted file mode 100644
index 199b0c314a25..000000000000
--- a/net-mail/libdbx/libdbx-1.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_PN="libdbx"
-MYFILE="${MY_PN}_${PV}.tgz"
-
-DESCRIPTION="Tools and library for reading Outlook Express mailboxes (.dbx format)"
-HOMEPAGE="https://sourceforge.net/projects/ol2mbox"
-SRC_URI="mirror://sourceforge/ol2mbox/${MYFILE}"
-S="${WORKDIR}/${MY_PN}_${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-PATCHES=(
- "${FILESDIR}"/bad_c.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e 's/-g/$(CFLAGS) $(LDFLAGS)/;s|gcc|$(CC)|g' Makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin readoe readdbx
- dodoc README* AUTHORS FILE-FORMAT
-}