* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2017-02-19 0:06 Michael Orlitzky
0 siblings, 0 replies; 10+ messages in thread
From: Michael Orlitzky @ 2017-02-19 0:06 UTC (permalink / raw
To: gentoo-commits
commit: ee4c30e2fe8a308825300ec68e802c2deeb2c0e9
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 21:19:03 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 00:05:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4c30e2
virtual/imap-c-client: new version with a "kerberos" USE flag.
At least one of our consumers (dev-lang/php) needs to have its
kerberos support match the c-client implementation. In order to
propagate the USE=kerberos dependency into the implementation,
the virtual needs to have it too. So this commit adds it.
Thanks are due to Dennis Schridde who both reported the problem and
supplied a fix.
Gentoo-Bug: 541046
Package-Manager: portage-2.3.3
virtual/imap-c-client/imap-c-client-2.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
new file mode 100644
index 0000000000..f5360d7890
--- /dev/null
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for IMAP c-client"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="kerberos ssl"
+
+RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
+ net-mail/uw-imap[kerberos=,ssl=] )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2017-06-08 20:19 Brian Evans
0 siblings, 0 replies; 10+ messages in thread
From: Brian Evans @ 2017-06-08 20:19 UTC (permalink / raw
To: gentoo-commits
commit: aad00c1216c7e56629d60b138965aae124b0966d
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 20:13:00 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 20:18:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad00c12
virtual/imap-c-client: Mark virtual stable on all arches
This only adds a pass through USE and has been in ~arch for 4 months
Package-Manager: Portage-2.3.6, Repoman-2.3.2
virtual/imap-c-client/imap-c-client-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index c52cb7a1428..21ca3708e9a 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="kerberos ssl"
RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2017-07-07 17:45 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-07-07 17:45 UTC (permalink / raw
To: gentoo-commits
commit: acb7396f3ff0cadb7e0014be66e8804ef86b8459
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 17:33:09 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 17:45:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb7396f
virtual/imap-c-client: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
virtual/imap-c-client/imap-c-client-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index 21ca3708e9a..ea089863c11 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="kerberos ssl"
RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2019-05-22 5:49 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2019-05-22 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 60f99ab101e1b33837cc4dbdf76fd646c2ff6993
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 05:48:54 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 22 05:49:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f99ab1
virtual/imap-c-client: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
virtual/imap-c-client/imap-c-client-2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index ea089863c11..709a7089f23 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="kerberos ssl"
RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2019-09-11 16:21 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2019-09-11 16:21 UTC (permalink / raw
To: gentoo-commits
commit: c5e50988f9df7738dab9924d335ba6aaadcb2bdd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 11:27:19 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 16:21:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e50988
virtual/imap-c-client: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-0.ebuild | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-0.ebuild b/virtual/imap-c-client/imap-c-client-0.ebuild
deleted file mode 100644
index af4f1bdea71..00000000000
--- a/virtual/imap-c-client/imap-c-client-0.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for IMAP c-client"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-RDEPEND="|| ( net-libs/c-client
- net-mail/uw-imap )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2020-12-20 4:02 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-12-20 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 67768e1f5b7bd84f83ee8d500b99dd74fb350c6b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 03:58:31 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 04:02:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67768e1f
virtual/imap-c-client: fix MissingVirtualKeywords
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-1.ebuild | 2 +-
virtual/imap-c-client/imap-c-client-2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-1.ebuild b/virtual/imap-c-client/imap-c-client-1.ebuild
index 5ae235ff9c3..823dcf507f6 100644
--- a/virtual/imap-c-client/imap-c-client-1.ebuild
+++ b/virtual/imap-c-client/imap-c-client-1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="ssl"
RDEPEND=" || ( net-libs/c-client[ssl=]
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index 81f718fb667..f2194913216 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE="kerberos ssl"
RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2021-03-16 19:57 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-03-16 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 26ddf7c9b1c706551c86b076685cd93b81026c8c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 19:40:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:56:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ddf7c9
virtual/imap-c-client: drop 1
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-1.ebuild | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-1.ebuild b/virtual/imap-c-client/imap-c-client-1.ebuild
deleted file mode 100644
index 174e95c822f..00000000000
--- a/virtual/imap-c-client/imap-c-client-1.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for IMAP c-client"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="ssl"
-
-RDEPEND=" || ( net-libs/c-client[ssl=]
- net-mail/uw-imap[ssl=] )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2021-08-14 0:17 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-08-14 0:17 UTC (permalink / raw
To: gentoo-commits
commit: 07eab81f40af9be4bb797b83c879b0b1860418ba
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 00:13:56 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 00:14:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eab81f
virtual/imap-c-client: remove net-mail/uw-imap from RDEPEND
Last-rited and subsequently removed from the tree in early 2019, and it
still being mentioned in this ebuild throws off nattka.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index 8d5baefe94c..50b6020c706 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="kerberos ssl"
-RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=]
- net-mail/uw-imap[kerberos=,ssl=] )"
+RDEPEND="net-libs/c-client[kerberos=,ssl=]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2021-08-29 8:37 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-08-29 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 35dc4b4e01d3eb44c3c35f2076664cf169129b12
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 23:22:55 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 08:36:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dc4b4e
virtual/imap-c-client: keyword 2 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index 50b6020c706..cb928b3bc50 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="kerberos ssl"
RDEPEND="net-libs/c-client[kerberos=,ssl=]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/
@ 2022-12-04 9:37 WANG Xuerui
0 siblings, 0 replies; 10+ messages in thread
From: WANG Xuerui @ 2022-12-04 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 9d2104d64ae269f9a1ed9f9cc79b1c946a74c6a5
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 09:37:04 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 09:37:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2104d6
virtual/imap-c-client: keyword 2 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
virtual/imap-c-client/imap-c-client-2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild
index cb928b3bc50d..edb905c8892a 100644
--- a/virtual/imap-c-client/imap-c-client-2.ebuild
+++ b/virtual/imap-c-client/imap-c-client-2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for IMAP c-client"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="kerberos ssl"
RDEPEND="net-libs/c-client[kerberos=,ssl=]"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-12-04 9:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 16:21 [gentoo-commits] repo/gentoo:master commit in: virtual/imap-c-client/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-12-04 9:37 WANG Xuerui
2021-08-29 8:37 Marek Szuba
2021-08-14 0:17 Marek Szuba
2021-03-16 19:57 Sam James
2020-12-20 4:02 Sam James
2019-05-22 5:49 Aaron Bauman
2017-07-07 17:45 Alexis Ballier
2017-06-08 20:19 Brian Evans
2017-02-19 0:06 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox