[svn] gpg-error - r169 - in trunk: . lang/cl

svn author marcus cvs at cvs.gnupg.org
Thu May 25 03:11:09 CEST 2006


Author: marcus
Date: 2006-05-25 03:11:08 +0200 (Thu, 25 May 2006)
New Revision: 169

Added:
   trunk/lang/cl/gpg-error.asd.in
Removed:
   trunk/lang/cl/gpg-error.asd
Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2006-05-25  Marcus Brinkmann  <marcus at g10code.de>

	* lang/cl/gpg-error.asd: Renamed to ...
	* lang/cl/gpg-error.asd.in: ... this.
	* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-05-25 01:04:48 UTC (rev 168)
+++ trunk/ChangeLog	2006-05-25 01:11:08 UTC (rev 169)
@@ -1,5 +1,9 @@
 2006-05-25  Marcus Brinkmann  <marcus at g10code.de>
 
+	* lang/cl/gpg-error.asd: Renamed to ...
+	* lang/cl/gpg-error.asd.in: ... this.
+	* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
+
 	* lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp,
 	lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am
 	(clfilesdir): Fix package and file names.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-05-25 01:04:48 UTC (rev 168)
+++ trunk/configure.ac	2006-05-25 01:11:08 UTC (rev 169)
@@ -143,7 +143,7 @@
 AC_CONFIG_FILES([intl/Makefile])
 AC_CONFIG_FILES([po/Makefile.in m4/Makefile])
 AC_CONFIG_FILES([src/Makefile tests/Makefile])
-AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile])
+AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd])
 AC_CONFIG_FILES([src/versioninfo.rc])
 
 AC_OUTPUT

Deleted: trunk/lang/cl/gpg-error.asd

Copied: trunk/lang/cl/gpg-error.asd.in (from rev 168, trunk/lang/cl/gpg-error.asd)
===================================================================
--- trunk/lang/cl/gpg-error.asd	2006-05-25 01:04:48 UTC (rev 168)
+++ trunk/lang/cl/gpg-error.asd.in	2006-05-25 01:11:08 UTC (rev 169)
@@ -0,0 +1,35 @@
+;;; -*- Mode: lisp -*-
+
+;;; Copyright (C) 2006 g10 Code GmbH
+;;;
+;;; This file is part of libgpg-error.
+;;;
+;;; libgpg-error is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU Lesser General Public License
+;;; as published by the Free Software Foundation; either version 2.1 of
+;;; the License, or (at your option) any later version.
+;;;
+;;; libgpg-error is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; Lesser General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU Lesser General Public
+;;; License along with libgpg-error; if not, write to the Free
+;;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+;;; 02111-1307, USA.
+
+(defpackage #:gpg-error-system
+  (:use #:common-lisp #:asdf))
+
+(in-package #:gpg-error-system)
+
+(defsystem gpg-error
+    :description "Common error values for all GnuPG components."
+    :author "g10 Code GmbH"
+    :version "@VERSION@"
+    :licence "LGPL"
+    :components ((:file "gpg-error-package")
+		 (:file "gpg-error-codes"
+			:depends-on ("gpg-error-package"))
+		 (:file "gpg-error" :depends-on ("gpg-error-codes"))))




More information about the Gnupg-commits mailing list