public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/miniflux/
Date: Wed, 05 Nov 2025 15:46:59 +0000 (UTC)	[thread overview]
Message-ID: <1762357317.34d76b3e36178a2332fb1440937f95f6840b35a1.concord@gentoo> (raw)

commit:     34d76b3e36178a2332fb1440937f95f6840b35a1
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  5 15:06:58 2025 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Wed Nov  5 15:41:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d76b3e

www-apps/miniflux: add 2.2.14

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 www-apps/miniflux/Manifest               |   2 +
 www-apps/miniflux/miniflux-2.2.14.ebuild | 106 +++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)

diff --git a/www-apps/miniflux/Manifest b/www-apps/miniflux/Manifest
index d4c93f1de937..d206c2a6c049 100644
--- a/www-apps/miniflux/Manifest
+++ b/www-apps/miniflux/Manifest
@@ -1,4 +1,6 @@
 DIST miniflux-2.2.11-deps.tar.xz 53916024 BLAKE2B d9d0f58676c87b5af0b5ea6e3aea1276e2309f4c2a665987c3843472710011cd49460a71b449e56fb01411335b2f6734f5fdaf72ce5c829454b83fb7d7a357c4 SHA512 e6d6ec91c4d6681260a15894cc099882b3a5de2aa50502c538cd4acf18064d4086b547c6b65525e55246ed384507b6fce544ea7f0a39ad195494718f58ed1361
 DIST miniflux-2.2.11.tar.gz 857725 BLAKE2B 268bc339419e2464c747140bd01ea33f086dd208d069c622bd06c0ed0593e6900b772a713641636feaf65d863cf3ba35d008b9c08c69e30b5cee374558a8ca26 SHA512 3b5a80293137d5b465073af5bda0b5b65b4d3c94f2a57cb5959a5325f940b9680e3929e71d0d1f2c07499347e57b9dda8d0bd92385645dfbc6348d1798fb7d92
+DIST miniflux-2.2.14-deps.tar.xz 53652880 BLAKE2B 20c6f1b99028b944b038eaa8a9e9456aa6cc720ed07f173700c1fcb67cf5579fa4cc4f2b7d59fe55e94830d8ff3881da93c79fda5f85ea09ed1007f182186273 SHA512 7490ae566a73bc3eab2bb062c07a4578aed4e5377cb361e4a1b2003f6ad14a62c19943599a45596af75aca62ee2612b81c1c0056cce617cd7596f3522984acc2
+DIST miniflux-2.2.14.tar.gz 878211 BLAKE2B 11e72b4c4b184e66c63cd7e7487d82f5a7fb4865de054a024a6af29de8707adca19fef3be97f8781e7eea05975168762adcdcc4a383057420ca866ce56d7b104 SHA512 bb3a8fb171be4473c4c481842416d9ab9c9b45dcea2e6e3e21e42945685803d0aa32ddbe744bd06a0e753fefb69e6487ff1126878875cfa6b09dfdd9be51e880
 DIST miniflux-2.2.9-deps.tar.xz 58102832 BLAKE2B c930537e1c92a0225a5cbf9f6e15c971a1a7d42b2439dc28ff202319612c3c4a359b089589e032533a3dd7c7004ccac9028e2e9d0726eb2f4bd102886601eb58 SHA512 0013f25c66dfb537aeec9a4ca6b69d673756f93bd399bf0ba75804b0c65889175c5867b45e8a27b7501887afbc37c8b418111046011eb7e7c4807af18cad2a74
 DIST miniflux-2.2.9.tar.gz 823133 BLAKE2B c27e3a09980362115b3d8d39ade312f9b863a4c13f7f91ddb625ddeaf783e6625f5318b09f586d964c19b0ef3ba23694e7ee640f34b3905b491b43f4ca12feb3 SHA512 4856f2fb0c01e410c3bee375034ff5fefffa63114ee7faaf083f757162a8aed4d8014876c2b413205c30d681f743476aa75006bc8a2a594f7b09a31fa88bda4e

diff --git a/www-apps/miniflux/miniflux-2.2.14.ebuild b/www-apps/miniflux/miniflux-2.2.14.ebuild
new file mode 100644
index 000000000000..98d3dafd27cf
--- /dev/null
+++ b/www-apps/miniflux/miniflux-2.2.14.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+# git rev-parse --short HEAD
+MY_GIT_COMMIT="385d8bb9"
+
+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"
+
+RESTRICT="test" # requires network access
+
+DEPEND="acct-user/miniflux"
+RDEPEND="${DEPEND}
+	>=dev-db/postgresql-9.5
+"
+
+src_compile() {
+	ego build -ldflags="
+		-s -w
+		-X 'miniflux.app/v2/internal/version.Version=${PV}'
+		-X 'miniflux.app/v2/internal/version.Commit=${MY_GIT_COMMIT}'
+		-X 'miniflux.app/v2/internal/version.BuildDate=$(date +%FT%T%z)'
+		" -o miniflux main.go
+}
+
+src_install() {
+	dobin miniflux
+
+	insinto /etc
+	doins "${FILESDIR}/${PN}.conf"
+
+	newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+	newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
+	systemd_dounit "${FILESDIR}/${PN}.service"
+
+	fowners miniflux:root /etc/${PN}.conf
+	fperms o-rwx /etc/${PN}.conf
+
+	local DOCS=(
+		README.md
+		"${FILESDIR}"/README.gentoo
+	)
+
+	# Makefile has no install target, so call einstalldocs directly
+	einstalldocs
+
+	doman "${PN}".1
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		# This is a new installation
+
+		echo
+		elog "Before using miniflux, you must first create and initialize the database"
+		elog "and enable the hstore extension for it."
+		elog ""
+		elog "Afterwards, create your first admin user by running:"
+		elog "  miniflux -create-admin"
+	else
+		# This is an existing installation
+
+		echo
+		elog "If you are upgrading from a previous version, schema migrations must be performed."
+		elog "To perform the migrations, stop the daemon, backup your database, and run:"
+		elog "  emerge --config =${PF}"
+	fi
+
+	echo
+	elog "Please read"
+	elog ""
+	elog "  ${EPREFIX}/usr/share/doc/${PF}/README.gentoo*"
+	elog ""
+	elog "for more information."
+}
+
+pkg_config() {
+	# To be safe, avoid doing migrations if miniflux is running
+	if pgrep miniflux; then
+		die "miniflux appears to be running, refusing to continue."
+	fi
+
+	# Extract the database URL variable instead of just sourcing the config file
+	# because miniflux itself may interpret quotes as part of the URL
+	local DATABASE_URL="$(sed -n 's/^DATABASE_URL=\(.*\)/\1/p' "${EROOT}/etc/${PN}.conf")"
+	[[ -n "${DATABASE_URL}" ]] || die "Failed getting DATABASE_URL from config file"
+
+	DATABASE_URL="${DATABASE_URL}" "${EROOT}"/usr/bin/miniflux -migrate \
+		|| die "miniflux -migrate failed. Please check the above output for errors."
+
+	echo
+	elog "Database migrations complete."
+}


             reply	other threads:[~2025-11-05 15:47 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-05 15:46 Kenton Groombridge [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-05 15:46 [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-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-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=1762357317.34d76b3e36178a2332fb1440937f95f6840b35a1.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