summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-14 03:07:44 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-14 03:07:44 +0000
commit3c4d79e2928efce24c923a386c19fdc820fda05b (patch)
treeb541368b1b9aff493481607c4cbc48654f0f1759 /eclass/common-lisp-common.eclass
parentver bump (diff)
downloadgentoo-2-3c4d79e2928efce24c923a386c19fdc820fda05b.tar.gz
gentoo-2-3c4d79e2928efce24c923a386c19fdc820fda05b.tar.bz2
gentoo-2-3c4d79e2928efce24c923a386c19fdc820fda05b.zip
common lisp common split
Diffstat (limited to 'eclass/common-lisp-common.eclass')
-rw-r--r--eclass/common-lisp-common.eclass20
1 files changed, 20 insertions, 0 deletions
diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass
new file mode 100644
index 000000000000..2b8f0fa43a3d
--- /dev/null
+++ b/eclass/common-lisp-common.eclass
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.1 2003/10/14 03:07:44 mkennedy Exp $
+#
+# Author Matthew Kennedy <mkennedy@gentoo.org>
+#
+# Sundy code common to many Common Lisp related ebuilds.
+
+do-debian-credits() {
+ docinto debian
+ for i in copyright README.Debian changelog; do
+ dodoc ${S}/debian/${i}
+ done
+ docinto .
+}
+
+# Local Variables: ***
+# mode: shell-script ***
+# tab-width: 4 ***
+# End: *** \ No newline at end of file