public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/
Date: Sat, 16 Oct 2021 07:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1634370675.88f2907774e1ce85cb28818bc3ba1fc3a0e3fabf.juippis@gentoo> (raw)

commit:     88f2907774e1ce85cb28818bc3ba1fc3a0e3fabf
Author:     Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Fri Oct  1 16:17:24 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 07:51:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f29077

mail-client/alpine: add new version 2.25

Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Closes: https://github.com/gentoo/gentoo/pull/22461
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mail-client/alpine/Manifest           |  3 ++
 mail-client/alpine/alpine-2.25.ebuild | 89 +++++++++++++++++++++++++++++++++++
 2 files changed, 92 insertions(+)

diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
index 2a78cc93f8e..5191d81bc8a 100644
--- a/mail-client/alpine/Manifest
+++ b/mail-client/alpine/Manifest
@@ -1,2 +1,5 @@
 DIST alpine-2.24-chappa.patch.gz 172010 BLAKE2B 39f5336ead355a4b78bcdd5b44dc398888bf93f3c3efa95b3ad8a86f3a0dda13f03164a03fbed898150864130648a204a6b5d9e32c3437138878516d014c8bbe SHA512 7152a8e4a79a530345448267204a96bc2585b4fccb23f011fd4dc97bc713696b8eb7ca9563655d8da33570ef14bf29577f82fe0f104c80590a43b0e74ec89e81
 DIST alpine-2.24.tar.xz 7341676 BLAKE2B 63e2d9387f1a369f9a4623625524f25eec64c600672092608256fd2827c094fae1384b35da84ec5f5865295744982ede533551dc47b6f0c80f2405ed16cad546 SHA512 642a51f73732ebdf7c40e2b66370aa2f48fb13b349b477871b26295c3e8b860a0cc78dec9f80efc6ea74c548a080ceff04181eb18c35a9c8cae8d8ef831178c5
+DIST alpine-2.25-chappa.patch.gz 172752 BLAKE2B 7d79b4a3bc836061ba0b36b2c51b15662a3c1700b8794ec8c2c2abf0244b1ac75914bef8f14959b1ace14a788432a4b2ae151f9ba6f2920b7840908c5c1421ea SHA512 53484540263ad13e59d29ef93c0e58fc2db52059e1a102e217c28e2da64f993e0523691c02bd4259273af8cee0754ff7629eba24913ee74d6d6b3a2ec4cdae9a
+DIST alpine-2.25-ssl.patch 5431 BLAKE2B 0cf2fcb682fbee41aa988ff089c16b75ebd9bee321c1c130d0b5136e5ca521bded7e9a97cd3ade1c86b17e72136264d4405cc36427a347c9bee84ee8a64548d4 SHA512 698d2a3c3b7b588fe3fcfe0291f0aab05c42b5ea80de1f210c1985082651329b80447de4e8057bc7e962fe8ed5175ea8132bad413c02fb1f0cc67c84e9420642
+DIST alpine-2.25.tar.xz 7495372 BLAKE2B ce2587a309c87ba527d51c360ee0d9627453cce6585631f569eb26db04aa6c5cddb7c9599478092447a040c43e9234e78a942fef4b1186d07c608163f96236be SHA512 76c214cf66f4ac7af3de40357ad3a592ff2a119e327e5f6c256125b7865d46b09197435fe6ac8077ab7a498e4821925939f3f902431ca77baa786e149466a193

diff --git a/mail-client/alpine/alpine-2.25.ebuild b/mail-client/alpine/alpine-2.25.ebuild
new file mode 100644
index 00000000000..7d853c64fc2
--- /dev/null
+++ b/mail-client/alpine/alpine-2.25.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="An easy to use text-based based mail and news client"
+HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/"
+CHAPPA_PATCH_NAME="${P}-chappa.patch"
+SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz
+	https://repo.or.cz/alpine.git/patch/fb2217ac67706e4cbef69bea41041e2fb8b910e9 -> ${P}-ssl.patch
+	chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> ${CHAPPA_PATCH_NAME}.gz ) "
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+chappa ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads"
+
+# alpine-2.25-ssl.patch can only be applied when not using the chappa patches.
+REQUIRED_USE="chappa? ( ssl )"
+
+DEPEND="sys-libs/ncurses:=
+	virtual/libcrypt:=
+	kerberos? ( app-crypt/mit-krb5 )
+	ldap? ( net-nds/openldap )
+	spell? ( app-text/aspell )
+	ssl? ( dev-libs/openssl:0= )
+"
+RDEPEND="${DEPEND}
+	app-misc/mime-types
+"
+
+src_prepare() {
+	default
+	if use !ssl; then
+		eapply "${DISTDIR}/${P}-ssl.patch"
+	fi
+	use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}"
+	eautoreconf
+	tc-export CC RANLIB AR
+	export CC_FOR_BUILD=$(tc-getBUILD_CC)
+}
+
+src_configure() {
+	myconf=(
+		--without-tcl
+		--with-system-pinerc="${EPREFIX}"/etc/pine.conf
+		--with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
+		$(use_with ldap)
+		$(use_with ssl)
+		$(use_with passfile passfile .pinepwd)
+		$(use_with kerberos krb5)
+		$(use_with threads pthread)
+		$(use_with spell interactive-spellcheck /usr/bin/aspell)
+		$(use_enable nls)
+		$(use_with ipv6)
+		$(use_with smime)
+	)
+
+	if use ssl; then
+		myconf+=(
+			--with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
+			--with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
+			--with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
+		)
+	fi
+	econf "${myconf[@]}"
+}
+
+src_compile() {
+	emake -j1 AR=$(tc-getAR)
+}
+
+src_install() {
+	if use onlyalpine ; then
+		dobin alpine/alpine
+		doman doc/man1/alpine.1
+	else
+		emake -j1 DESTDIR="${D}" install
+		doman doc/man1/*.1
+	fi
+	dodoc NOTICE README*
+	dodoc doc/brochure.txt
+	dodoc -r doc/tech-notes/
+	newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
+	newdoc "${S}/doc/mime.types" mime.types.sample
+	docompress -x /usr/share/doc/${PF}/mailcap.unx.sample /usr/share/doc/${PF}/mime.types.sample
+}


             reply	other threads:[~2021-10-16  7:51 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16  7:51 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 13:32 [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/ Sam James
2025-03-03 13:32 Sam James
2025-02-08  2:19 Yixun Lan
2025-02-08  2:19 Yixun Lan
2024-11-26 11:34 Ulrich Müller
2024-11-25 21:52 Sam James
2024-11-25 21:52 Sam James
2024-09-27  5:57 Eli Schwartz
2024-09-19 20:19 Jakov Smolić
2024-09-19 20:19 Jakov Smolić
2024-09-19 20:19 Jakov Smolić
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2023-08-29  6:10 Sam James
2022-09-28  9:30 David Seifert
2022-09-16 17:45 Arthur Zamarin
2022-09-13  5:31 Joonas Niilola
2022-09-13  5:31 Joonas Niilola
2022-09-10 11:18 Sam James
2022-06-25  4:37 Sam James
2022-06-10  2:45 Sam James
2022-05-26 12:58 Joonas Niilola
2022-03-23  0:45 Sam James
2022-03-20  0:38 Sam James
2021-12-01 17:49 Joonas Niilola
2021-12-01  8:27 Arthur Zamarin
2021-12-01  8:11 Joonas Niilola
2021-12-01  8:11 Joonas Niilola
2021-10-16 12:31 Joonas Niilola
2021-06-22 22:38 Sam James
2021-04-29 18:00 Mikle Kolyada
2021-01-12 15:53 Sam James
2021-01-10 12:42 Sam James
2021-01-07 16:53 Sam James
2021-01-03 11:51 Sergei Trofimovich
2020-10-16  7:52 Joonas Niilola
2020-10-16  7:52 Joonas Niilola
2020-06-28 20:44 Agostino Sarubbo
2020-06-28 20:33 Agostino Sarubbo
2020-06-25  7:00 Agostino Sarubbo
2020-06-20  0:30 Aaron Bauman
2020-05-20 22:25 Georgy Yakovlev
2020-05-05  8:46 Joonas Niilola
2020-05-05  8:46 Joonas Niilola
2020-05-05  8:46 Joonas Niilola
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-22 17:01 Agostino Sarubbo
2020-01-23 14:29 Joonas Niilola
2020-01-14 14:23 Joonas Niilola
2019-10-12 19:10 Mikle Kolyada
2019-05-25  6:59 Michał Górny
2019-03-20 18:26 Aaron Bauman
2018-09-24  6:54 Michał Górny
2018-09-14 16:31 Patrice Clement
2018-09-14 16:31 Patrice Clement
2018-05-26  7:47 Mikle Kolyada
2018-05-14 16:50 Tobias Klausmann
2018-05-03 20:54 Sergei Trofimovich
2018-05-02 16:33 Thomas Deutschmann
2018-05-01 11:18 Mikle Kolyada
2018-05-01  8:07 Sergei Trofimovich
2018-04-30 10:45 Mikle Kolyada
2017-12-06 11:48 Michael Palimaka
2017-12-04 22:09 David Seifert
2017-12-04 22:08 David Seifert
2017-11-24  8:36 Amy Liffey
2017-07-20  8:24 Sven Wegener
2017-02-18  2:33 Michael Orlitzky
2017-01-02  9:54 Agostino Sarubbo
2016-12-21 17:28 Tobias Klausmann
2016-12-02 18:10 Tobias Klausmann
2016-11-27 20:03 Pacho Ramos
2016-04-23 12:26 Michał Górny
2015-10-10 23:36 Anthony G. Basile

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=1634370675.88f2907774e1ce85cb28818bc3ba1fc3a0e3fabf.juippis@gentoo \
    --to=juippis@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