From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mpop/
Date: Mon, 21 Apr 2025 13:00:27 +0000 (UTC) [thread overview]
Message-ID: <1745240386.4f8094dda5c60b43246bcf94899e7c07e383b87f.arkamar@gentoo> (raw)
commit: 4f8094dda5c60b43246bcf94899e7c07e383b87f
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 12:59:46 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 12:59:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8094dd
net-mail/mpop: drop 1.4.7-r1
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/mpop/Manifest | 1 -
net-mail/mpop/mpop-1.4.7-r1.ebuild | 53 --------------------------------------
2 files changed, 54 deletions(-)
diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
index e69228f6e780..5410009ae332 100644
--- a/net-mail/mpop/Manifest
+++ b/net-mail/mpop/Manifest
@@ -1,2 +1 @@
DIST mpop-1.4.21.tar.xz 405468 BLAKE2B 9bc96542515413d1a0db6c101d07e4fd2a347fb53f3bb5757a0942fec6f158678470df9744fc76e883fce4a766b46ae3a0f0f0514c5537fc36fc80b37784a288 SHA512 bdf4fe3b44b2d6c6ef95324db7e3b1b09a559405fe3faa20e1d61cd728c255f1f56f0329a6ac789da34d6c819002edaba51f148afe72afe48507718aca1fb70a
-DIST mpop-1.4.7.tar.xz 322488 BLAKE2B ea73e84b5ed3b5aad7ef91ceb510187c3f2d42976329a6a53511329a84713edc056ca6db35b1de2c9bff8b417e2710e598c472e78acbdc499dd73b24c46dfb47 SHA512 ce0ac899fd2af1d50ef221c88282c12263c5862b9ff1f6341a8551c3fe6b69272772599a2040a0f553a776245514c55b8102ca8cf291b411e5127a3f39897832
diff --git a/net-mail/mpop/mpop-1.4.7-r1.ebuild b/net-mail/mpop/mpop-1.4.7-r1.ebuild
deleted file mode 100644
index ed615a5183b0..000000000000
--- a/net-mail/mpop/mpop-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A small, fast, and portable POP3 client"
-HOMEPAGE="https://marlam.de/mpop/"
-SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gnutls idn keyring nls sasl ssl vim-syntax"
-
-RDEPEND="
- idn? ( net-dns/libidn2 )
- keyring? ( app-crypt/libsecret )
- nls? ( virtual/libintl )
- sasl? ( net-misc/gsasl[client] )
- ssl? (
- gnutls? ( net-libs/gnutls:0=[idn?] )
- !gnutls? (
- dev-libs/openssl:=
- )
- )
-"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \
- $(use_with sasl libgsasl) \
- $(use_with idn libidn) \
- $(use_with keyring libsecret)
-}
-
-src_install() {
- default
-
- if use vim-syntax ; then
- insinto /usr/share/vim/vimfiles/syntax
- doins scripts/vim/mpop.vim
- fi
-}
next reply other threads:[~2025-04-21 13:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-21 13:00 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 21:11 [gentoo-commits] repo/gentoo:master commit in: net-mail/mpop/ Sam James
2025-03-31 21:11 Sam James
2023-05-18 12:17 Andreas Sturmlechner
2021-05-02 14:51 Mikle Kolyada
2020-02-06 3:46 Tim Harder
2019-07-06 9:13 Tim Harder
2019-07-06 9:13 Tim Harder
2018-12-25 20:12 Tim Harder
2018-12-25 20:12 Tim Harder
2018-07-01 4:45 Tim Harder
2016-12-09 6:48 Tim Harder
2016-07-25 16:08 Tim Harder
2016-07-25 16:07 Tim Harder
2016-04-30 4:02 Tim Harder
2016-04-30 4:02 Tim Harder
2016-02-26 17:20 Markus Meier
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=1745240386.4f8094dda5c60b43246bcf94899e7c07e383b87f.arkamar@gentoo \
--to=arkamar@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