From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44FD01581E7 for ; Tue, 23 Apr 2024 20:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88461E2A59; Tue, 23 Apr 2024 20:47:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 632EDE2A59 for ; Tue, 23 Apr 2024 20:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A39A34324F for ; Tue, 23 Apr 2024 20:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9CD81590 for ; Tue, 23 Apr 2024 20:47:54 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1713905229.b57f7745a548c4104151f06d0da66a2d0266af6f.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libetpan/libetpan-1.9.4-r1.ebuild X-VCS-Directories: net-libs/libetpan/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: b57f7745a548c4104151f06d0da66a2d0266af6f X-VCS-Branch: master Date: Tue, 23 Apr 2024 20:47:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 008c0c7e-ed2f-4f9f-b16f-2713592d967b X-Archives-Hash: b5d9ff9ac6de7843fb4f0d771de44dcf commit: b57f7745a548c4104151f06d0da66a2d0266af6f Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Apr 23 20:47:09 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Apr 23 20:47:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57f7745 net-libs/libetpan: drop 1.9.4-r1 Bug: https://bugs.gentoo.org/891263 Signed-off-by: Bernard Cafarelli gentoo.org> net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 77 ------------------------------ 1 file changed, 77 deletions(-) diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild deleted file mode 100644 index 554b43f6158a..000000000000 --- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="A portable, efficient middleware for different kinds of mail access" -HOMEPAGE="https://libetpan.sourceforge.net/" -SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="berkdb gnutls ipv6 liblockfile lmdb sasl ssl static-libs" - -# BerkDB is only supported up to version 6.0 -DEPEND="sys-libs/zlib - !lmdb? ( berkdb? ( sys-libs/db:= ) ) - lmdb? ( dev-db/lmdb ) - ssl? ( - gnutls? ( net-libs/gnutls:= ) - !gnutls? ( - dev-libs/openssl:0= - ) - ) - sasl? ( dev-libs/cyrus-sasl:2 ) - liblockfile? ( net-libs/liblockfile )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0-nonnull.patch - "${FILESDIR}"/${PN}-1.9.4-berkdb_lookup.patch #519846 - "${FILESDIR}"/${PN}-1.9.4-pkgconfig_file_no_ldflags.patch - "${FILESDIR}"/${P}-CVE-2020-15953.patch #734130 -) - -pkg_pretend() { - if use gnutls && ! use ssl ; then - ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE flag disabled!" - ewarn "No ssl support will be available in ${PN}." - fi - - if use berkdb && use lmdb ; then - ewarn "You have \"berkdb\" _and_ \"lmdb\" USE flags enabled." - ewarn "Using lmdb as cache DB!" - fi -} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so - # libtool recognises it as valid shell (bug #300211) - use prefix && export CONFIG_SHELL=${BASH} - local myeconfargs=( - # --enable-debug simply injects "-O2 -g" into CFLAGS - --disable-debug - $(use_enable ipv6) - $(use_enable liblockfile lockfile) - $(use_enable static-libs static) - $(use_with sasl) - $(usex lmdb '--enable-lmdb --disable-db' "$(use_enable berkdb db) --disable-lmdb") - $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" '--without-gnutls --without-openssl') - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die - if ! use static-libs ; then - find "${ED}" -name "*.a" -delete || die - fi -}