From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/
Date: Sun, 27 Feb 2022 02:48:25 +0000 (UTC) [thread overview]
Message-ID: <1645930100.15d2f13d38c8e69b88935e8187e5debbfa99d9e7.williamh@gentoo> (raw)
commit: 15d2f13d38c8e69b88935e8187e5debbfa99d9e7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 02:20:55 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 02:48:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d2f13d
mail-client/aerc: 0.8.2 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
mail-client/aerc/Manifest | 2 ++
mail-client/aerc/aerc-0.8.2.ebuild | 67 ++++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/mail-client/aerc/Manifest b/mail-client/aerc/Manifest
index 7dbcf7433a59..10de9028d286 100644
--- a/mail-client/aerc/Manifest
+++ b/mail-client/aerc/Manifest
@@ -1,5 +1,7 @@
DIST aerc-0.5.2.tar.gz 142415 BLAKE2B 05079e67fe0cdae84dc622fa40ec0e96a57153467afbcd436d5fafe7920263604559fcd923fd6d3164de3346271cacccb80321a49d322712b5c5048d4493d928 SHA512 f5b4d997f191a9819e4e8c3d0e13e8258006760db915ea568731eda16b1ce13c1083275b063bd06b3d690370ff364dbd2d1d51123d3222e0b1e05a9a8e8e3739
DIST aerc-0.7.1.tar.gz 168105 BLAKE2B 63cc5390317ad2bd93ff939410dcc86aaafd02b3b23ce9f7582355fa6c78da80a3d4819597c20fe2c6489462ef7207d5b9bb0d4fc3058f3727d5f18ef44a4f64 SHA512 34ddc3d3e10e66f8341b985f9d654b05f48dd56fe403bbd5327a514a89f8bc2c1ec81c82ddc508a1289267eafda8f4d54770f17767e1c74b6195e468d19e3088
+DIST aerc-0.8.2-vendor.tar.xz 34943504 BLAKE2B 41cf3a34787162008abe9b48dbcf67bca713e4bd1db9cb44ce36996ff9ba10b8110e4c77a38522272d650a9a411ee18fcb9a84b02f3427bebe09430292470ec6 SHA512 9f8eb6f58f7b383f8908749695ef5b5e62830d9458e8891ae9da02b1fc412d9c0bf0cb19d6944b1736c5ce5bd481b23d833d18c7a815d4dad9dfb30ba483f596
+DIST aerc-0.8.2.tar.gz 173468 BLAKE2B f45ae8a7a56ceaa7a0ecf21edb17d1c613d2dd505d5f3029fc0519c51d7deb4f7ccf3cfa656aff8f7609d109395adc6edc8be7f388c82ad214c182ed6a64b7db SHA512 287f628cce4eee9a308c11319d77396ff43f31b9c608dfeb1f8200935329f03c89bdba03259d22857aea6e80c4c664362006c0aee630586ed168e3049e4dfbaf
DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b SHA512 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b SHA512 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8 SHA512 8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
diff --git a/mail-client/aerc/aerc-0.8.2.ebuild b/mail-client/aerc/aerc-0.8.2.ebuild
new file mode 100644
index 000000000000..9bce39f80f71
--- /dev/null
+++ b/mail-client/aerc/aerc-0.8.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Email client for your terminal"
+HOMEPAGE="https://aerc-mail.org"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc"
+else
+ SRC_URI="https://git.sr.ht/~rjarry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-vendor.tar.xz"
+ KEYWORDS="~amd64 ~ppc64"
+fi
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+IUSE="notmuch"
+
+DEPEND="notmuch? ( net-mail/notmuch:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ >=app-text/scdoc-1.9.7
+ >=dev-lang/go-1.13
+"
+
+src_unpack() {
+ if [[ ${PV} == *9999 ]]; then
+ git-r3_src_unpack
+ go-module_live_vendor
+ else
+ go-module_src_unpack
+ fi
+}
+
+src_compile() {
+ LDFLAGS= \
+ emake GOFLAGS="-mod=vendor $(usex notmuch "-tags=notmuch" "")" \
+ PREFIX="${EPREFIX}/usr"VERSION=${PV} all
+}
+
+src_install() {
+ emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
+ einstalldocs
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "If you want to allow your users to activate html email"
+ elog "processing via w3m as shown in the tutorial, make sure you"
+ elog "emerge net-proxy/dante and www-client/w3m"
+ fi
+
+ local v
+ for v in ${REPLACING_VERSIONS}; do
+ if ver_test $v -lt 0.3.0-r1; then
+ elog "The dependencies on net-proxy/dante and www-client/w3m"
+ elog "have been removed since they are optional."
+ elog "Please emerge them before the next --depclean if you"
+ elog "need to use them."
+ fi
+ done
+}
next reply other threads:[~2022-02-27 2:48 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-27 2:48 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 1:54 [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ William Hubbs
2025-02-22 9:38 Ulrich Müller
2025-01-28 0:37 William Hubbs
2024-12-11 1:43 William Hubbs
2024-10-29 16:11 William Hubbs
2024-08-07 13:46 William Hubbs
2024-08-07 13:44 William Hubbs
2024-07-18 17:35 William Hubbs
2024-07-18 17:35 William Hubbs
2024-05-03 9:37 Arthur Zamarin
2024-05-03 9:37 Arthur Zamarin
2023-11-10 17:24 William Hubbs
2023-05-25 15:20 William Hubbs
2023-05-25 15:20 William Hubbs
2023-01-11 19:49 William Hubbs
2023-01-11 19:24 William Hubbs
2022-09-20 4:06 William Hubbs
2022-09-20 2:04 William Hubbs
2022-09-13 17:02 William Hubbs
2022-08-14 20:06 Sam James
2022-07-16 19:38 William Hubbs
2022-05-24 14:03 Joonas Niilola
2022-05-24 14:03 Joonas Niilola
2022-05-11 15:48 William Hubbs
2022-04-03 16:20 William Hubbs
2022-03-19 16:54 William Hubbs
2022-03-06 16:10 William Hubbs
2022-03-06 15:43 William Hubbs
2022-02-11 6:26 William Hubbs
2022-02-11 6:26 William Hubbs
2021-02-21 23:09 William Hubbs
2021-01-11 15:41 William Hubbs
2020-07-11 15:51 William Hubbs
2020-07-11 6:03 Georgy Yakovlev
2020-06-11 2:00 Georgy Yakovlev
2020-05-20 6:16 Georgy Yakovlev
2020-05-20 6:16 Georgy Yakovlev
2020-05-20 6:16 Georgy Yakovlev
2020-03-22 19:07 William Hubbs
2020-03-05 6:09 Georgy Yakovlev
2019-12-11 1:50 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-11-21 23:11 Georgy Yakovlev
2019-08-17 2:06 Georgy Yakovlev
2019-08-01 16:37 Georgy Yakovlev
2019-08-01 7:03 Georgy Yakovlev
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=1645930100.15d2f13d38c8e69b88935e8187e5debbfa99d9e7.williamh@gentoo \
--to=williamh@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