diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:26:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:26:22 +0000 |
commit | 501a5dc2eb1bc7f2457e84054ce4cf9621fecf67 (patch) | |
tree | 89bd6e5aee5b83010ac5d5311b51ad7ec638f628 /dev-lisp/cl-awk | |
parent | Fix debian HOMEPAGE (diff) | |
download | gentoo-2-501a5dc2eb1bc7f2457e84054ce4cf9621fecf67.tar.gz gentoo-2-501a5dc2eb1bc7f2457e84054ce4cf9621fecf67.tar.bz2 gentoo-2-501a5dc2eb1bc7f2457e84054ce4cf9621fecf67.zip |
Fix debian HOMEPAGE
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lisp/cl-awk')
-rw-r--r-- | dev-lisp/cl-awk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-awk/cl-awk-1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-awk/ChangeLog b/dev-lisp/cl-awk/ChangeLog index 3fcdd478f82a..428f635f9c63 100644 --- a/dev-lisp/cl-awk/ChangeLog +++ b/dev-lisp/cl-awk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-awk -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.10 2007/02/22 01:20:17 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.11 2008/03/27 16:26:22 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-awk-1-r1.ebuild: + Fix debian HOMEPAGE 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild b/dev-lisp/cl-awk/cl-awk-1-r1.ebuild index fa4465cf1de8..5a442944a59f 100644 --- a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild +++ b/dev-lisp/cl-awk/cl-awk-1-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/cl-awk-1-r1.ebuild,v 1.7 2007/02/03 17:32:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/cl-awk-1-r1.ebuild,v 1.8 2008/03/27 16:26:22 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp implementation of AWK" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk http://www.cliki.net/RegEx-CLAWK-Lexer http://packages.debian.org/unstable/devel/cl-awk.html" +HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk http://www.cliki.net/RegEx-CLAWK-Lexer http://packages.debian.org/unstable/devel/cl-awk" SRC_URI="mirror://debian/pool/main/c/cl-awk/cl-awk_${PV}.orig.tar.gz mirror://debian/pool/main/c/cl-awk/cl-awk_1-${DEB_PV}.diff.gz" |