commit:     99ea9c6ac0d73fe7d7293816766b0b374a818112
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 21:39:45 2024 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 22:22:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ea9c6a

www-apps/miniflux: drop 2.0.45

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

 www-apps/miniflux/Manifest               |   2 -
 www-apps/miniflux/miniflux-2.0.45.ebuild | 107 -------------------------------
 2 files changed, 109 deletions(-)

diff --git a/www-apps/miniflux/Manifest b/www-apps/miniflux/Manifest
index c5d6dc64c541..7ecf838595e0 100644
--- a/www-apps/miniflux/Manifest
+++ b/www-apps/miniflux/Manifest
@@ -1,5 +1,3 @@
-DIST miniflux-2.0.45-deps.tar.xz 38551640 BLAKE2B 
b4dfe2c8bb4d96ba9b4adcb23078b7555115fed8ac346c47411fe406b086330e12f62ca71162d7eab6e1564ae21d1330d93e6e56fde8c421ff8df56cb3ca520a
 SHA512 
79a659660daa01b2909a2e726dc37a789645a3e42c9132ad0e6cc7dd38ae08ad42075339da729fc5942e456fcb5037a414d26952731497586f322c9073f39872
-DIST miniflux-2.0.45.tar.gz 580517 BLAKE2B 
804c109a7cda5cd4aa4a65130b70c4d1ebb00decbdbb15c6175e14726aa1d0944d9803898e8ace8bdca083e4668f1fe2230a588793082b63967ef11d7e68827f
 SHA512 
f2770105b05251d8ec1cd63fc8fde4ac45ba6d734c2bd96b574a4c0e33b6a9c8ce67af48d9adb29794a292c47f2f7059fea8a6e20708d0fefa6de4cbaa647328
 DIST miniflux-2.0.49-deps.tar.xz 38155476 BLAKE2B 
9631c23af181cf86bd197066a453c84b09840cc71a870eba0ad4e7cdb2720fe952fca7f6a93f3e9e2e2d8c9a13629da0f758b21a4afe5849186d653b44a3f097
 SHA512 
c51228a3f70d73788be63ed5e7f24baeee9a369351e07bd7715a60c6b340d3e90ebd25adfb50d3e2144a8b0c7d609fca3bacdd51a1d61ff7916e6a7a439b6dc1
 DIST miniflux-2.0.49.tar.gz 614888 BLAKE2B 
77fae7eafcc55d02e3e00e6c008cb6727ff48423512e9dde420b84a63858e6ba9ed33dfd61907a46ca686b211f604d452e2ad5944b709094263ca0949a6128c8
 SHA512 
59505f5e60228ff94cf2cabc872117cd08c06edb0df6dfb4487153add27cc4e485d7cb71330333df155f158eb650f684d55f0460ba5404f5e26b9603123fd860
 DIST miniflux-2.1.3-deps.tar.xz 43436720 BLAKE2B 
97a6aa1509bcde6da4368d50de9bac9a0cedf2752e020f2521cc29f38644fc9de53f14052649c9d42b4d450e1ffac6209787c9b94c1c90d0f2ba1dc31811356d
 SHA512 
6113f5288da2ecd77cbb21c81a60ea331943f369c9304241330b75d57e0e2f65c74d2ddcc4f920e9c572289cea30c50a673029b66877da47d1d2c13700e51081

diff --git a/www-apps/miniflux/miniflux-2.0.45.ebuild 
b/www-apps/miniflux/miniflux-2.0.45.ebuild
deleted file mode 100644
index ba48c8291c75..000000000000
--- a/www-apps/miniflux/miniflux-2.0.45.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-# Get with 'git rev-parse --short HEAD'
-MY_GIT_COMMIT="e234b86a"
-
-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";
-
-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
-"
-
-S="${WORKDIR}/v2-${PV}"
-
-src_compile() {
-       ego build -ldflags="
-               -s -w
-               -X 'miniflux.app/version.Version=${PV}'
-               -X 'miniflux.app/version.Commit=${MY_GIT_COMMIT}'
-               -X 'miniflux.app/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=(
-               ChangeLog
-               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 via email to