public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ssl-cert.eclass
Date: Fri, 28 Dec 2007 17:51:03 +0000	[thread overview]
Message-ID: <E1J8JMN-0003oV-S7@stork.gentoo.org> (raw)

ulm         07/12/28 17:51:03

  Modified:             ssl-cert.eclass
  Log:
  Revert accidental commit of ssl-cert.eclass.

Revision  Changes    Path
1.14                 eclass/ssl-cert.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ssl-cert.eclass?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ssl-cert.eclass?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ssl-cert.eclass?r1=1.13&r2=1.14

Index: ssl-cert.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ssl-cert.eclass	28 Dec 2007 17:48:34 -0000	1.13
+++ ssl-cert.eclass	28 Dec 2007 17:51:03 -0000	1.14
@@ -1,25 +1,17 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.13 2007/12/28 17:48:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.14 2007/12/28 17:51:03 ulm Exp $
 #
-# @ECLASS: ssl-cert.eclass
-# @MAINTAINER:
 # Author: Max Kalika <max@gentoo.org>
-# @BLURB: Eclass for SSL certificates
-# @DESCRIPTION:
+#
 # This eclass implements standard installation procedure for installing
 # self-signed SSL certificates.
-# @EXAMPLE:
-# "install_cert /foo/bar" installs ${ROOT}/foo/bar.{key,csr,crt,pem}
 
 # Conditionally depend on OpenSSL: allows inheretence
 # without pulling extra packages if not needed
 DEPEND="ssl? ( dev-libs/openssl )"
 IUSE="ssl"
 
-# @FUNCTION: gen_cnf
-# @USAGE:
-# @DESCRIPTION:
 # Initializes variables and generates the needed
 # OpenSSL configuration file and a CA serial file
 #
@@ -68,10 +60,6 @@
 	return $?
 }
 
-# @FUNCTION: get_base
-# @USAGE: [if_ca]
-# @RETURN: <base path>
-# @DESCRIPTION:
 # Simple function to determine whether we're creating
 # a CA (which should only be done once) or final part
 #
@@ -84,9 +72,6 @@
 	fi
 }
 
-# @FUNCTION: gen_key
-# @USAGE: <base path>
-# @DESCRIPTION:
 # Generates an RSA key
 #
 # Access: private
@@ -100,9 +85,6 @@
 	return $?
 }
 
-# @FUNCTION: gen_csr
-# @USAGE: <base path>
-# @DESCRIPTION:
 # Generates a certificate signing request using
 # the key made by gen_key()
 #
@@ -117,9 +99,6 @@
 	return $?
 }
 
-# @FUNCTION: gen_crt
-# @USAGE: <base path>
-# @DESCRIPTION:
 # Generates either a self-signed CA certificate using
 # the csr and key made by gen_csr() and gen_key() or
 # a signed server certificate using the CA cert previously
@@ -146,9 +125,6 @@
 	return $?
 }
 
-# @FUNCTION: gen_pem
-# @USAGE: <base path>
-# @DESCRIPTION:
 # Generates a PEM file by concatinating the key
 # and cert file created by gen_key() and gen_cert()
 #
@@ -232,12 +208,11 @@
 	fi
 }
 
-# @FUNCTION: install_cert
-# @USAGE: <certificates>
-# @DESCRIPTION:
-# Uses all the private functions above to generate and install the
-# requested certificates.
-# <certificates> are full pathnames relative to ROOT, without extension.
+# Uses all the private functions above to generate
+# and install the requested certificates
+#
+# Usage: install_cert <certificates>
+# where <certificates> are full pathnames relative to ROOT, without extension.
 #
 # Example: "install_cert /foo/bar" installs ${ROOT}/foo/bar.{key,csr,crt,pem}
 #



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-28 17:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-28 17:51 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-20 19:33 [gentoo-commits] gentoo-x86 commit in eclass: ssl-cert.eclass Mike Frysinger (vapier)
2014-03-20 19:32 Mike Frysinger (vapier)
2014-03-20 19:30 Mike Frysinger (vapier)
2014-03-20 19:30 Mike Frysinger (vapier)
2010-02-16 14:23 Peter Volkov (pva)
2009-09-16 20:11 Alin Nastac (mrness)
2008-04-14  6:37 Ulrich Mueller (ulm)
2008-04-14  6:27 Ulrich Mueller (ulm)
2007-12-09  8:09 Ulrich Mueller (ulm)
2007-12-09  8:06 Ulrich Mueller (ulm)
2007-12-07 22:41 Ulrich Mueller (ulm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J8JMN-0003oV-S7@stork.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox