From 4c8ff5703eee33fab05db97d20b98beeed2b6a8d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 25 May 2006 01:11:08 +0000 Subject: 2006-05-25 Marcus Brinkmann * 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. --- ChangeLog | 4 ++++ configure.ac | 2 +- lang/cl/gpg-error.asd | 35 ----------------------------------- lang/cl/gpg-error.asd.in | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 36 deletions(-) delete mode 100644 lang/cl/gpg-error.asd create mode 100644 lang/cl/gpg-error.asd.in diff --git a/ChangeLog b/ChangeLog index e0a7c6d..b17219a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-05-25 Marcus Brinkmann + * 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. diff --git a/configure.ac b/configure.ac index 429ec98..4d0db09 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,7 @@ AC_CONFIG_FILES([Makefile]) 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 diff --git a/lang/cl/gpg-error.asd b/lang/cl/gpg-error.asd deleted file mode 100644 index a2f3e10..0000000 --- a/lang/cl/gpg-error.asd +++ /dev/null @@ -1,35 +0,0 @@ -;;; -*- 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." - :version "1.4" - :author "g10 Code GmbH" - :licence "LGPL" - :components ((:file "gpg-error-package") - (:file "gpg-error-codes" - :depends-on ("gpg-error-package")) - (:file "gpg-error" :depends-on ("gpg-error-codes")))) diff --git a/lang/cl/gpg-error.asd.in b/lang/cl/gpg-error.asd.in new file mode 100644 index 0000000..8c079f1 --- /dev/null +++ b/lang/cl/gpg-error.asd.in @@ -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")))) -- cgit v1.2.3