From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B17BD138334 for ; Fri, 24 Aug 2018 18:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17C7E095C; Fri, 24 Aug 2018 18:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B586E095C for ; Fri, 24 Aug 2018 18:28:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B857335C07 for ; Fri, 24 Aug 2018 18:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 680B42A9 for ; Fri, 24 Aug 2018 18:28:30 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1535131925.b53a8ddd0bbdf1848a35f60a89c66de5014e125d.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/resolvconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/resolvconf/metadata.xml virtual/resolvconf/resolvconf-1.ebuild X-VCS-Directories: virtual/resolvconf/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b53a8ddd0bbdf1848a35f60a89c66de5014e125d X-VCS-Branch: master Date: Fri, 24 Aug 2018 18:28:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6092d19f-f88f-4137-a87b-f41749d16e1e X-Archives-Hash: 610607f86e0312e69763e8077f6b0b8f commit: b53a8ddd0bbdf1848a35f60a89c66de5014e125d Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Aug 24 17:32:05 2018 +0000 Commit: Alon Bar-Lev gentoo 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 @@ + + + + + alonbl@gentoo.org + + 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"