From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/haskell-updater/
Date: Wed, 21 May 2025 11:08:34 +0000 (UTC) [thread overview]
Message-ID: <1747825709.e8bfd9fdd6d6ae69e332b28193122ac698dd671b.gienah@gentoo> (raw)
commit: e8bfd9fdd6d6ae69e332b28193122ac698dd671b
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Tue Jul 16 04:17:35 2024 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Wed May 21 11:08:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bfd9fd
app-admin/haskell-updater: Refresh live ebuild
Closes: https://github.com/gentoo/gentoo/pull/37577
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
.../haskell-updater/haskell-updater-9999.ebuild | 30 ++++++++++++++--------
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/app-admin/haskell-updater/haskell-updater-9999.ebuild b/app-admin/haskell-updater/haskell-updater-9999.ebuild
index 05dcc8087bf7..d3887fcc5e3b 100644
--- a/app-admin/haskell-updater/haskell-updater-9999.ebuild
+++ b/app-admin/haskell-updater/haskell-updater-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-# ebuild generated by hackport 0.8.0.0.9999
+# ebuild generated by hackport 0.8.5.1.9999
#hackport: flags: +pedantic
CABAL_FEATURES="nocabaldep"
@@ -15,12 +15,17 @@ EGIT_REPO_URI="https://github.com/gentoo-haskell/haskell-updater.git"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS=""
-# Need a lower version for portage to get --keep-going
-RDEPEND="|| ( >=sys-apps/portage-2.1.6
- sys-apps/pkgcore )"
-DEPEND=">=dev-lang/ghc-6.12.1"
+# Need a lower version for portage to get --reinstall-atoms
+RDEPEND="
+ || (
+ >=sys-apps/portage-2.1.10
+ sys-apps/pkgcore
+ )
+"
+DEPEND="
+ >=dev-lang/ghc-9.0.2:=
+"
src_prepare() {
default
@@ -37,14 +42,17 @@ src_prepare() {
}
src_configure() {
- haskell-cabal_src_configure \
- --flag=pedantic \
- --bindir="${EPREFIX}/usr/sbin" \
+ local config_flags=(
+ --flag=pedantic
+ --bindir="${EPREFIX}/usr/sbin"
--constraint="Cabal == $(cabal-version)"
+ )
+
+ cabal_src_configure "${config_flags[@]}"
}
src_install() {
cabal_src_install
- dodoc TODO
+ dodoc CHANGELOG.md README.md TODO
}
next reply other threads:[~2025-05-21 11:08 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 11:08 Mark Wright [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-21 11:08 [gentoo-commits] repo/gentoo:master commit in: app-admin/haskell-updater/ Mark Wright
2024-10-01 21:03 Matt Turner
2021-12-06 1:47 Sam James
2021-07-18 13:39 Sergei Trofimovich
2021-04-03 21:58 Sam James
2021-04-02 9:54 Sergei Trofimovich
2021-01-06 12:46 Fabian Groffen
2020-09-24 1:06 Aaron Bauman
2020-06-29 0:41 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-04-15 23:36 Sergei Trofimovich
2020-04-15 22:57 Sergei Trofimovich
2020-04-15 22:57 Sergei Trofimovich
2020-04-07 21:32 Sergei Trofimovich
2020-03-17 3:00 Matt Turner
2019-07-03 6:35 Agostino Sarubbo
2019-07-02 12:35 Agostino Sarubbo
2019-07-02 12:14 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-05-31 0:57 Aaron Bauman
2018-09-19 11:31 Mikle Kolyada
2017-12-23 19:48 Sergei Trofimovich
2017-11-26 19:52 Sergei Trofimovich
2017-11-26 12:17 Sergei Trofimovich
2017-02-24 23:09 Sergei Trofimovich
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=1747825709.e8bfd9fdd6d6ae69e332b28193122ac698dd671b.gienah@gentoo \
--to=gienah@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