summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-08-07 22:07:10 +0000
committerTom Martin <slarti@gentoo.org>2004-08-07 22:07:10 +0000
commitc00b51893f70897606c853893cffd2c929400d89 (patch)
tree128b05945a128b5a8a9a7726f396073beb771846 /dev-lisp
parentTypo in DESCRIPTION, #59717 (Manifest recommit) (diff)
downloadgentoo-2-c00b51893f70897606c853893cffd2c929400d89.tar.gz
gentoo-2-c00b51893f70897606c853893cffd2c929400d89.tar.bz2
gentoo-2-c00b51893f70897606c853893cffd2c929400d89.zip
Typo in DESCRIPTION, #59717
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-meta/ChangeLog5
-rw-r--r--dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild4
-rw-r--r--dev-lisp/cl-odcl/ChangeLog5
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild4
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild4
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild4
6 files changed, 16 insertions, 10 deletions
diff --git a/dev-lisp/cl-meta/ChangeLog b/dev-lisp/cl-meta/ChangeLog
index a50be40719be..b6f96c237c37 100644
--- a/dev-lisp/cl-meta/ChangeLog
+++ b/dev-lisp/cl-meta/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-meta
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.3 2004/06/24 23:47:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.4 2004/08/07 22:03:55 slarti Exp $
+
+ 07 Aug 2004; Tom Martin <slarti@gentoo.org> cl-meta-0.1.2-r1.ebuild:
+ Typo in DESCRIPTION: Commoon -> Common. Bug 59717.
*cl-meta-0.1.2-r1 (12 Feb 2004)
diff --git a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild b/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
index 6fd51d1bb60c..6c6a33eb056f 100644
--- a/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
+++ b/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.3 2004/07/14 15:56:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.4 2004/08/07 22:03:55 slarti Exp $
inherit common-lisp
-DESCRIPTION="A Commoon Lisp implementation of META, a technique for building efficient recursive descent parsers."
+DESCRIPTION="A Common Lisp implementation of META, a technique for building efficient recursive descent parsers."
HOMEPAGE="http://cclan.sourceforge.net/
http://www.cliki.net/Meta
http://packages.debian.org/unstable/devel/cl-meta"
diff --git a/dev-lisp/cl-odcl/ChangeLog b/dev-lisp/cl-odcl/ChangeLog
index 2ade476ec632..6f0f16c347e6 100644
--- a/dev-lisp/cl-odcl/ChangeLog
+++ b/dev-lisp/cl-odcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-odcl
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/ChangeLog,v 1.6 2004/08/07 22:05:14 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/ChangeLog,v 1.7 2004/08/07 22:06:21 slarti Exp $
+
+ 07 Aug 2004; Tom Martin <slarti@gentoo.org> :
+ Typo in DESCRIPTION: implimentation -> implementation. Bug 59717.
07 Aug 2004; Tom Martin <slarti@gentoo.org> cl-odcl-1.3.3.ebuild,
cl-odcl-1.3.4.ebuild, cl-odcl-1.3.5.ebuild:
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild
index 1ac87ec8188b..3fc491674547 100644
--- a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild
+++ b/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.5 2004/07/14 15:57:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.6 2004/08/07 22:05:14 slarti Exp $
inherit common-lisp
-DESCRIPTION="A Commmon Lisp library of utility functions. This package contains a number of useful utility functions for Lisp developers. Include are editing contexts, a transaction system, a filesystem database with indexing, a LRU cache algorithm, time functions, simple i18n/l10n, developer diagnostics, a test regression system, SMTP mailer, object property sets and utility functions related to lists, strings and numbers."
+DESCRIPTION="A Common Lisp library of utility functions. This package contains a number of useful utility functions for Lisp developers. Include are editing contexts, a transaction system, a filesystem database with indexing, a LRU cache algorithm, time functions, simple i18n/l10n, developer diagnostics, a test regression system, SMTP mailer, object property sets and utility functions related to lists, strings and numbers."
HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz"
LICENSE="LGPL-2.1"
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild
index de5f458d60c3..689c756b5bb0 100644
--- a/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild
+++ b/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild,v 1.4 2004/06/24 23:47:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild,v 1.5 2004/08/07 22:05:14 slarti Exp $
inherit common-lisp eutils
-DESCRIPTION="A Commmon Lisp library of utility functions. This package contains a number of useful utility functions for Lisp developers. Include are editing contexts, a transaction system, a filesystem database with indexing, a LRU cache algorithm, time functions, simple i18n/l10n, developer diagnostics, a test regression system, SMTP mailer, object property sets and utility functions related to lists, strings and numbers."
+DESCRIPTION="A Common Lisp library of utility functions. This package contains a number of useful utility functions for Lisp developers. Include are editing contexts, a transaction system, a filesystem database with indexing, a LRU cache algorithm, time functions, simple i18n/l10n, developer diagnostics, a test regression system, SMTP mailer, object property sets and utility functions related to lists, strings and numbers."
HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz"
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
index 58f54899e94b..6466b409c151 100644
--- a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
+++ b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild,v 1.4 2004/06/24 23:47:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild,v 1.5 2004/08/07 22:05:14 slarti Exp $
inherit common-lisp eutils
-DESCRIPTION="A Commmon Lisp library of utility functions."
+DESCRIPTION="A Common Lisp library of utility functions."
HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz"