Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/
Date: Fri, 24 Aug 2018 18:28:34
Message-Id: 1535131925.b53a8ddd0bbdf1848a35f60a89c66de5014e125d.alonbl@gentoo
1 commit: b53a8ddd0bbdf1848a35f60a89c66de5014e125d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 24 17:32:05 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 24 17:32:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53a8ddd
7
8 virtual/resolvconf: initial add
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=659220
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 virtual/resolvconf/metadata.xml | 7 +++++++
14 virtual/resolvconf/resolvconf-1.ebuild | 12 ++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/virtual/resolvconf/metadata.xml b/virtual/resolvconf/metadata.xml
18 new file mode 100644
19 index 00000000000..041c1966b76
20 --- /dev/null
21 +++ b/virtual/resolvconf/metadata.xml
22 @@ -0,0 +1,7 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="person">
27 + <email>alonbl@g.o</email>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/virtual/resolvconf/resolvconf-1.ebuild b/virtual/resolvconf/resolvconf-1.ebuild
32 new file mode 100644
33 index 00000000000..dc2a335770e
34 --- /dev/null
35 +++ b/virtual/resolvconf/resolvconf-1.ebuild
36 @@ -0,0 +1,12 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +DESCRIPTION="Virtual to select between different resolvconf providers"
43 +SLOT="0"
44 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + net-dns/openresolv"