commit: ac726486eb523b0a6dacb2692b9c0effd2e025d4
parent 9d776d724fa05efdf2fb2990b135cd0bd957527a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 2 Jan 2023 01:13:25 +0100
virtual/checkpassword: new package, add 1
Diffstat:
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/virtual/checkpassword/checkpassword-1.ebuild b/virtual/checkpassword/checkpassword-1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for checkpassword compatible applications"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
+
+RDEPEND="|| (
+ net-mail/checkpassword-ng
+ net-mail/checkpassword
+ net-mail/checkpassword-pam
+ net-mail/vpopmail
+)"
diff --git a/virtual/checkpassword/metadata.xml b/virtual/checkpassword/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <stabilize-allarches/>
+</pkgmetadata>