From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/davical/
Date: Fri, 03 Jan 2025 16:41:18 +0000 (UTC) [thread overview]
Message-ID: <1735922348.e1aa685c52cb58679a26d115662441114ba524d0.juippis@gentoo> (raw)
commit: e1aa685c52cb58679a26d115662441114ba524d0
Author: Lothar Serra Mari <mail <AT> serra <DOT> me>
AuthorDate: Sun Dec 1 16:15:35 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 16:39:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1aa685c
www-apps/davical: Restrict to PHP 8.2 and 8.3 due to missing IMAP in 8.4
PHP dropped support for the IMAP integration in 8.4 and migrated the
core module to PECL, which we don't have support for (yet).
See https://github.com/gentoo/gentoo/pull/39448#issuecomment-2496121325
for reference.
Signed-off-by: Lothar Serra Mari <mail <AT> serra.me>
Closes: https://github.com/gentoo/gentoo/pull/39543
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
...ical-1.1.12.ebuild => davical-1.1.12-r1.ebuild} | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/www-apps/davical/davical-1.1.12.ebuild b/www-apps/davical/davical-1.1.12-r1.ebuild
similarity index 82%
rename from www-apps/davical/davical-1.1.12.ebuild
rename to www-apps/davical/davical-1.1.12-r1.ebuild
index 1139b9f12e9a..4b3c1644f2db 100644
--- a/www-apps/davical/davical-1.1.12.ebuild
+++ b/www-apps/davical/davical-1.1.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,12 +15,20 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="sys-devel/gettext"
RDEPEND="app-admin/pwgen
- dev-lang/php[calendar,curl,iconv,imap,nls,pdo,postgres,xml]
- dev-perl/DBD-Pg
- dev-perl/DBI
- dev-perl/YAML
- >=dev-php/awl-0.64
- virtual/httpd-php"
+ || (
+ (
+ dev-lang/php:8.2[calendar,curl,iconv,imap,nls,pdo,postgres,xml]
+ virtual/httpd-php:8.2
+ )
+ (
+ dev-lang/php:8.3[calendar,curl,iconv,imap,nls,pdo,postgres,xml]
+ virtual/httpd-php:8.3
+ )
+ )
+ dev-perl/DBD-Pg
+ dev-perl/DBI
+ dev-perl/YAML
+ >=dev-php/awl-0.64"
need_httpd
next reply other threads:[~2025-01-03 16:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 16:41 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 1:45 [gentoo-commits] repo/gentoo:master commit in: www-apps/davical/ Michael Orlitzky
2025-03-17 1:45 Michael Orlitzky
2024-05-27 13:24 Joonas Niilola
2023-01-07 11:06 Joonas Niilola
2022-02-06 19:47 Ionen Wolkens
2021-04-04 18:55 Andreas Sturmlechner
2021-03-04 12:26 Joonas Niilola
2021-01-15 12:13 Joonas Niilola
2021-01-10 22:27 Sam James
2020-04-23 7:41 Joonas Niilola
2020-04-23 7:41 Joonas Niilola
2019-12-12 17:53 Joonas Niilola
2019-10-01 5:20 Joonas Niilola
2018-12-06 1:07 Virgil Dupras
2018-01-16 18:27 David Seifert
2018-01-16 18:27 David Seifert
2016-04-29 19:36 Andreas Hüttel
2016-02-18 15:49 Patrick Lauer
2015-12-08 18:54 Brian Evans
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=1735922348.e1aa685c52cb58679a26d115662441114ba524d0.juippis@gentoo \
--to=juippis@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