* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2018-08-24 18:28 Alon Bar-Lev
0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2018-08-24 18:28 UTC (permalink / raw
To: gentoo-commits
commit: b53a8ddd0bbdf1848a35f60a89c66de5014e125d
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 17:32:05 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 17:32:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53a8ddd
virtual/resolvconf: initial add
Bug: https://bugs.gentoo.org/show_bug.cgi?id=659220
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/resolvconf/metadata.xml | 7 +++++++
virtual/resolvconf/resolvconf-1.ebuild | 12 ++++++++++++
2 files changed, 19 insertions(+)
diff --git a/virtual/resolvconf/metadata.xml b/virtual/resolvconf/metadata.xml
new file mode 100644
index 00000000000..041c1966b76
--- /dev/null
+++ b/virtual/resolvconf/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>alonbl@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
new file mode 100644
index 00000000000..dc2a335770e
--- /dev/null
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual to select between different resolvconf providers"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ net-dns/openresolv"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2018-09-28 0:18 Alon Bar-Lev
0 siblings, 0 replies; 9+ messages in thread
From: Alon Bar-Lev @ 2018-09-28 0:18 UTC (permalink / raw
To: gentoo-commits
commit: cca38a7590773af34dd70bc150a9d201c90c284d
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 00:16:46 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 00:18:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca38a75
virtual/resolvconf: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
virtual/resolvconf/resolvconf-1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index dc2a335770e..fb7c7cdfe0a 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
RDEPEND="
net-dns/openresolv"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2018-10-22 7:40 Mike Auty
0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2018-10-22 7:40 UTC (permalink / raw
To: gentoo-commits
commit: b93b8cc86210c53be3067a96f374d19cadccfd15
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 07:40:21 2018 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 07:40:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93b8cc8
virtual/resolvconf: Include systemd as compatible
Add >=systemd-239-r1[resolvconf] as resolvconf-compatible as discussing
in bug 659220.
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
virtual/resolvconf/resolvconf-1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index fb7c7cdfe0a..1a77aab6a0c 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,4 +8,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
RDEPEND="
- net-dns/openresolv"
+ || (
+ net-dns/openresolv
+ >=sys-apps/systemd-239-r1[resolvconf]
+ )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2019-05-24 20:48 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-05-24 20:48 UTC (permalink / raw
To: gentoo-commits
commit: d430fbc0a7c8b6e2e87e77b88f2af77ff980b0d2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 20:45:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 24 20:48:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d430fbc0
virtual/resolvconf: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
virtual/resolvconf/resolvconf-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index 1a77aab6a0c..e430fa6c19e 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2019-09-14 0:57 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2019-09-14 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 08413fdde9d2a9340750a03a9ff28a46482fee29
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 00:57:22 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 00:57:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08413fdd
virtual/resolvconf-1: sparc stable
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
virtual/resolvconf/resolvconf-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index e430fa6c19e..62fe02c8042 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2020-12-20 4:06 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-12-20 4:06 UTC (permalink / raw
To: gentoo-commits
commit: 86b9f75c7815c878d7643404f9422d2b55efc5b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 04:04:27 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 04:04:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b9f75c
virtual/resolvconf: fix MissingVirtualKeywords
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/resolvconf/resolvconf-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index 5f85ce12472..074d22068c8 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2021-01-09 10:36 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-09 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 014622b7a952b1bf0b67af27309d097c02b2a055
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 09:40:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 10:36:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014622b7
virtual/resolvconf: Stabilize 1 for hppa
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/resolvconf/resolvconf-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index 8a76a1c8a52..3438254add6 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2021-05-13 15:19 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2021-05-13 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 82078d43b50c5d2bbec1122067e189021058c70a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:18:47 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:18:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82078d43
virtual/resolvconf: Mark ALLARCHES
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
virtual/resolvconf/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/resolvconf/metadata.xml b/virtual/resolvconf/metadata.xml
index 7a38bb90096..3c58a0219fb 100644
--- a/virtual/resolvconf/metadata.xml
+++ b/virtual/resolvconf/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
@ 2022-05-17 12:48 WANG Xuerui
0 siblings, 0 replies; 9+ messages in thread
From: WANG Xuerui @ 2022-05-17 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 197815981c33ed4655c8233d07e31fec84fa46c7
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 12:00:13 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue May 17 12:48:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19781598
virtual/resolvconf: keyword 1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
virtual/resolvconf/resolvconf-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
index 3438254add6d..8333e1c7f581 100644
--- a/virtual/resolvconf/resolvconf-1.ebuild
+++ b/virtual/resolvconf/resolvconf-1.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=7
DESCRIPTION="Virtual to select between different resolvconf providers"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-05-17 12:48 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 12:48 [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/ WANG Xuerui
-- strict thread matches above, loose matches on Subject: below --
2021-05-13 15:19 David Seifert
2021-01-09 10:36 Sam James
2020-12-20 4:06 Sam James
2019-09-14 0:57 Matt Turner
2019-05-24 20:48 Aaron Bauman
2018-10-22 7:40 Mike Auty
2018-09-28 0:18 Alon Bar-Lev
2018-08-24 18:28 Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox