From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/
Date: Tue, 23 Apr 2024 20:47:54 +0000 (UTC) [thread overview]
Message-ID: <1713905229.b57f7745a548c4104151f06d0da66a2d0266af6f.voyageur@gentoo> (raw)
commit: b57f7745a548c4104151f06d0da66a2d0266af6f
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:47:09 2024 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> 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 <voyageur <AT> 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
-}
next reply other threads:[~2024-04-23 20:47 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-23 20:47 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 20:38 [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/ Sam James
2024-04-23 20:38 Sam James
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2024-04-23 17:10 Arthur Zamarin
2022-07-10 12:55 Bernard Cafarelli
2021-09-25 21:59 Marek Szuba
2021-05-02 10:16 Mikle Kolyada
2021-03-30 9:27 Sam James
2021-03-05 20:34 Sam James
2020-07-30 20:54 Sergei Trofimovich
2020-07-29 16:22 Sam James
2020-07-29 16:22 Sam James
2020-07-29 5:39 Sam James
2020-07-27 23:22 Sam James
2020-07-27 23:22 Sam James
2019-11-05 15:04 Lars Wendler
2019-05-15 18:38 Andreas Sturmlechner
2019-05-13 0:38 Thomas Deutschmann
2019-05-07 20:14 Tobias Klausmann
2019-05-06 17:13 Sergei Trofimovich
2019-04-30 10:01 Mikle Kolyada
2019-04-29 20:11 Sergei Trofimovich
2019-04-29 20:09 Sergei Trofimovich
2019-04-29 19:49 Sergei Trofimovich
2019-01-25 16:12 Lars Wendler
2019-01-25 16:12 Lars Wendler
2018-12-23 11:43 Lars Wendler
2018-09-19 12:36 Lars Wendler
2017-07-13 6:00 Eray Aslan
2017-05-22 13:25 Tobias Klausmann
2017-05-22 11:40 Agostino Sarubbo
2017-05-18 7:21 Jeroen Roovers
2017-05-17 15:50 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-16 12:57 Agostino Sarubbo
2017-05-16 12:25 Agostino Sarubbo
2017-05-09 7:56 Lars Wendler
2017-05-09 7:56 Lars Wendler
2017-01-29 19:33 Fabian Groffen
2016-08-28 10:15 Pacho Ramos
2016-08-07 18:24 Lars Wendler
2016-05-05 16:37 Lars Wendler
2016-01-05 10:39 Agostino Sarubbo
2016-01-05 10:38 Agostino Sarubbo
2015-12-29 6:40 Jeroen Roovers
2015-12-27 9:50 Mikle Kolyada
2015-12-26 10:36 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo
2015-09-14 9:49 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=1713905229.b57f7745a548c4104151f06d0da66a2d0266af6f.voyageur@gentoo \
--to=voyageur@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