From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/miniflux/
Date: Tue, 12 Nov 2024 19:42:07 +0000 (UTC) [thread overview]
Message-ID: <1731440496.5ca3fcfd496440b8d3c888961d1380357dc79905.concord@gentoo> (raw)
commit: 5ca3fcfd496440b8d3c888961d1380357dc79905
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 19:27:04 2024 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 19:41:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca3fcfd
www-apps/miniflux: add 2.2.3, drop 2.1.3
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
www-apps/miniflux/Manifest | 4 ++--
.../miniflux/{miniflux-2.1.3.ebuild => miniflux-2.2.3.ebuild} | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/www-apps/miniflux/Manifest b/www-apps/miniflux/Manifest
index 03ed8dc33328..1a4db76331e4 100644
--- a/www-apps/miniflux/Manifest
+++ b/www-apps/miniflux/Manifest
@@ -1,4 +1,4 @@
-DIST miniflux-2.1.3-deps.tar.xz 43436720 BLAKE2B 97a6aa1509bcde6da4368d50de9bac9a0cedf2752e020f2521cc29f38644fc9de53f14052649c9d42b4d450e1ffac6209787c9b94c1c90d0f2ba1dc31811356d SHA512 6113f5288da2ecd77cbb21c81a60ea331943f369c9304241330b75d57e0e2f65c74d2ddcc4f920e9c572289cea30c50a673029b66877da47d1d2c13700e51081
-DIST miniflux-2.1.3.tar.gz 710470 BLAKE2B ed4f5cb60b26db797e0374d497ebf0bf6d063308bb83938ec5b90a146ba1cc1ab7f5c8c2ecc92cae77d8c683b1f212bead22828cfdad432f7400b58addddde8d SHA512 93f9c91edfdbdd47aaaafa2a45ba4d0af08351465e84231b9f9f0886042897b0649932e02adc6680fc4952828415edcda8b634224dc21015f053c25d0e24f9cb
DIST miniflux-2.1.4-deps.tar.xz 43184308 BLAKE2B d4412a87d07d405f93c2e7449a3e3ff4932f28b9c46ff75519c8398c8b7d0090b0759e2b3be5c20c4e1900e1058724071b3efb8144ff3149a8a06234155900c3 SHA512 75456f40578e3da2866a7ea98c3dc137934b05c73e4a5aa2a96cbce0457a9aa394a598a837b98f50cb97cb2279b8acc331fe08fa5bff245fef1bec0cb92029a8
DIST miniflux-2.1.4.tar.gz 731511 BLAKE2B a6d099411971af1319825f8b4fc2e56fac8b86eb4b2b91175f4b349aa2dfb6c0036af388deaf34eef00a7fd0c70d73350976332e9fd851fc3a9fb68fc3edceb5 SHA512 e20ddaa8682b492c5eaaef687d4b92fa40c148b0cdb9bc6f4175a2e7da0d0e13c5e93a97145de06e1210015be3361a396c1dc85aaf58b5c02ec86903617732ca
+DIST miniflux-2.2.3-deps.tar.xz 113735492 BLAKE2B 49ddd2fb021a28a2c054769a1a0e098357d8a33ef17530a7a1234f523928557b63c9d8ff55b50921b583e77a3a682802404c41c75bebf8d7750546fb2b87ce38 SHA512 299120e84908200c67e47caf8fc00b3f10c5127209668f44a4fa0479aa46f93c26e2f5765432401cbd4218a727b12dbc09ae1dfcee8c80c8bc0c5319a26f665f
+DIST miniflux-2.2.3.tar.gz 761864 BLAKE2B 35d277ed671f18e2b2c5b59ae561d6c8bda5347e6b4993c5fa21d9b08ee0e92a55efde411a55f0fd47f150b2d2db984551be41aa61ab9a9b143f226514989d8b SHA512 35a60b57936fda1e678a76d4907cdf8d5c96096364fc45702ff2b27ba367a25fa6e06c58073664c4b1ab0b779f3882f8fa7ab6179e4ed70a771d00671e971ff6
diff --git a/www-apps/miniflux/miniflux-2.1.3.ebuild b/www-apps/miniflux/miniflux-2.2.3.ebuild
similarity index 97%
rename from www-apps/miniflux/miniflux-2.1.3.ebuild
rename to www-apps/miniflux/miniflux-2.2.3.ebuild
index f40982f37564..c6cde0b43c88 100644
--- a/www-apps/miniflux/miniflux-2.1.3.ebuild
+++ b/www-apps/miniflux/miniflux-2.2.3.ebuild
@@ -6,16 +6,18 @@ EAPI=8
inherit go-module systemd
# git rev-parse --short HEAD
-MY_GIT_COMMIT="4d3ee0d1"
+MY_GIT_COMMIT="b683756d"
DESCRIPTION="Minimalist and opinionated feed reader"
HOMEPAGE="https://miniflux.app https://github.com/miniflux/v2"
SRC_URI="https://github.com/${PN}/v2/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/${P}-deps.tar.xz"
+S="${WORKDIR}/v2-${PV}"
+
LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
-KEYWORDS="amd64 ppc64 ~riscv"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
RESTRICT="test" # requires network access
@@ -24,8 +26,6 @@ RDEPEND="${DEPEND}
>=dev-db/postgresql-9.5
"
-S="${WORKDIR}/v2-${PV}"
-
src_compile() {
ego build -ldflags="
-s -w
next reply other threads:[~2024-11-12 19:42 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 19:42 Kenton Groombridge [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-08 17:49 [gentoo-commits] repo/gentoo:master commit in: www-apps/miniflux/ Kenton Groombridge
2025-08-08 17:49 Kenton Groombridge
2025-08-08 17:49 Kenton Groombridge
2025-05-27 20:19 Kenton Groombridge
2025-05-27 20:19 Kenton Groombridge
2025-05-27 20:19 Kenton Groombridge
2025-04-06 2:09 Kenton Groombridge
2025-04-06 2:09 Kenton Groombridge
2025-04-06 2:09 Kenton Groombridge
2025-01-06 22:25 Kenton Groombridge
2025-01-06 22:25 Kenton Groombridge
2024-11-12 19:42 Kenton Groombridge
2024-08-17 16:41 Kenton Groombridge
2024-08-17 16:41 Kenton Groombridge
2024-08-17 16:41 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2023-11-06 18:33 Kenton Groombridge
2023-11-06 18:33 Kenton Groombridge
2023-11-06 18:33 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-05-09 1:27 Kenton Groombridge
2023-04-25 1:55 Kenton Groombridge
2023-04-25 1:55 Kenton Groombridge
2023-04-02 15:49 Kenton Groombridge
2023-04-02 15:49 Kenton Groombridge
2023-03-15 16:33 Arthur Zamarin
2023-02-04 9:45 Sam James
2023-02-03 19:37 Kenton Groombridge
2022-12-10 22:25 Kenton Groombridge
2022-12-10 22:25 Kenton Groombridge
2022-11-28 18:50 Kenton Groombridge
2022-11-02 5:11 Jakov Smolić
2022-10-31 13:41 Kenton Groombridge
2022-10-31 13:41 Kenton Groombridge
2022-10-31 13:41 Kenton Groombridge
2022-08-23 18:17 Arthur Zamarin
2022-08-21 23:10 Kenton Groombridge
2022-07-02 18:45 Kenton Groombridge
2022-05-28 19:51 Kenton Groombridge
2022-05-07 13:57 Kenton Groombridge
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=1731440496.5ca3fcfd496440b8d3c888961d1380357dc79905.concord@gentoo \
--to=concord@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