diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-09-16 12:48:34 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-09-16 12:48:34 +0000 |
commit | cbd9c5fcfa26d987cbc66017ee1dfc198342354c (patch) | |
tree | 8543ea3e6d517b7547471fcf4ee081773470e107 /virtual | |
parent | x86 stable, bug #191993 (diff) | |
download | gentoo-2-cbd9c5fcfa26d987cbc66017ee1dfc198342354c.tar.gz gentoo-2-cbd9c5fcfa26d987cbc66017ee1dfc198342354c.tar.bz2 gentoo-2-cbd9c5fcfa26d987cbc66017ee1dfc198342354c.zip |
New virtual for checkpassword compatible applications, #97267
(Portage version: 2.1.3.9)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/checkpassword/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/checkpassword/Manifest | 15 | ||||
-rw-r--r-- | virtual/checkpassword/checkpassword-0.ebuild | 24 | ||||
-rw-r--r-- | virtual/checkpassword/files/digest-checkpassword-0 | 0 | ||||
-rw-r--r-- | virtual/checkpassword/metadata.xml | 5 |
5 files changed, 54 insertions, 0 deletions
diff --git a/virtual/checkpassword/ChangeLog b/virtual/checkpassword/ChangeLog new file mode 100644 index 000000000000..1204c6b2d4b4 --- /dev/null +++ b/virtual/checkpassword/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for virtual/checkpassword +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/checkpassword/ChangeLog,v 1.1 2007/09/16 12:48:33 hollow Exp $ + +*checkpassword-0 (16 Sep 2007) + + 16 Sep 2007; Benedikt Boehm <hollow@gentoo.org> +metadata.xml, + +checkpassword-0.ebuild: + New virtual for checkpassword compatible applications, #97267 + diff --git a/virtual/checkpassword/Manifest b/virtual/checkpassword/Manifest new file mode 100644 index 000000000000..a41a97c4e53b --- /dev/null +++ b/virtual/checkpassword/Manifest @@ -0,0 +1,15 @@ +EBUILD checkpassword-0.ebuild 632 RMD160 eff076467cbc0da81c3b1b93f653bf29f8c783ea SHA1 497e671923f6f680e8529517c1423a3bf5374f81 SHA256 c7281df09758a9104156244b4e060295e37abcee7059410e71d5e12bf747d7d1 +MD5 ac09279493d62730e14047dd78e8b78e checkpassword-0.ebuild 632 +RMD160 eff076467cbc0da81c3b1b93f653bf29f8c783ea checkpassword-0.ebuild 632 +SHA256 c7281df09758a9104156244b4e060295e37abcee7059410e71d5e12bf747d7d1 checkpassword-0.ebuild 632 +MISC ChangeLog 393 RMD160 4156f417281ddaea1c456e132e986a3be79d01de SHA1 dbc766e52cc109a2462115dc9b64a89822d55611 SHA256 3d3cc3222190bbd6d70de99fee10c89d4efae1d0240b4d605f2c36113de01b93 +MD5 d00961318cb1af8202bf8e7b4b5ee843 ChangeLog 393 +RMD160 4156f417281ddaea1c456e132e986a3be79d01de ChangeLog 393 +SHA256 3d3cc3222190bbd6d70de99fee10c89d4efae1d0240b4d605f2c36113de01b93 ChangeLog 393 +MISC metadata.xml 158 RMD160 1bd73d3a80f2670284225f39ce0a4a1c01954966 SHA1 d4831c624efba996486f0fd640d04e06d9e6d1fa SHA256 940554be041a57d02888d9f414efb7768e9f72565c642327ecb4f9f64ca6d8d4 +MD5 7df733d43f5875dfc63bae636203b8cb metadata.xml 158 +RMD160 1bd73d3a80f2670284225f39ce0a4a1c01954966 metadata.xml 158 +SHA256 940554be041a57d02888d9f414efb7768e9f72565c642327ecb4f9f64ca6d8d4 metadata.xml 158 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-checkpassword-0 0 +RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-checkpassword-0 0 +SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-checkpassword-0 0 diff --git a/virtual/checkpassword/checkpassword-0.ebuild b/virtual/checkpassword/checkpassword-0.ebuild new file mode 100644 index 000000000000..652cac4df823 --- /dev/null +++ b/virtual/checkpassword/checkpassword-0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/checkpassword/checkpassword-0.ebuild,v 1.1 2007/09/16 12:48:33 hollow Exp $ + +DESCRIPTION="Virtual for checkpassword compatible applications" +HOMEPAGE="http://cr.yp.to/checkpwd.html" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +IUSE="" +DEPEND="" + +RDEPEND="|| ( + net-mail/checkpassword + net-mail/checkpassword-pam + net-mail/checkpw + net-mail/cmd5checkpw + net-mail/vmailmgr + net-mail/vpopmail + mail-mta/qmail-ldap +)" diff --git a/virtual/checkpassword/files/digest-checkpassword-0 b/virtual/checkpassword/files/digest-checkpassword-0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/checkpassword/files/digest-checkpassword-0 diff --git a/virtual/checkpassword/metadata.xml b/virtual/checkpassword/metadata.xml new file mode 100644 index 000000000000..210ce3ffc25e --- /dev/null +++ b/virtual/checkpassword/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>qmail</herd> +</pkgmetadata> |