diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:35:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:35:59 +0000 |
commit | 4ef856b923eaf89a70ccb033daeaf8f65991f992 (patch) | |
tree | d9ceabb2bc3f8c793f44f66ff1c89c7ebf0431e2 /dev-lisp/cl-asdf | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.gz historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.bz2 historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/cl-asdf')
-rw-r--r-- | dev-lisp/cl-asdf/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild | 14 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild | 14 |
3 files changed, 16 insertions, 16 deletions
diff --git a/dev-lisp/cl-asdf/Manifest b/dev-lisp/cl-asdf/Manifest index 206fc8ff04b0..8444fe0c23a6 100644 --- a/dev-lisp/cl-asdf/Manifest +++ b/dev-lisp/cl-asdf/Manifest @@ -1,5 +1,5 @@ -MD5 6db547999e5a68cba697771d8c4fe538 cl-asdf-1.73b.ebuild 2104 -MD5 182ffa491ed46b7c30ea3e671879861f cl-asdf-1.77.2.ebuild 2113 MD5 3b46a5ad19cb0e36e2c42cf394f31853 ChangeLog 546 +MD5 295c0a110eb80901e2c61c97d0f8b633 cl-asdf-1.73b.ebuild 2101 +MD5 d5cf3a8f88bf98f8fb5c6e61d67835d1 cl-asdf-1.77.2.ebuild 2107 MD5 da47e17802d933cda8e74bd9f7351645 files/digest-cl-asdf-1.73b 64 MD5 391a01fa14100c417cf1a398cb95a879 files/digest-cl-asdf-1.77.2 70 diff --git a/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild index 8a9a54b67285..615e336023bb 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild,v 1.2 2003/08/23 01:12:49 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild,v 1.3 2003/09/06 22:35:54 msterret Exp $ DESCRIPTION="Another System Definition Facility for Common Lisp" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" @@ -32,11 +32,11 @@ pkg_postinst() { ### from debian cl-clan.postinst: # #!/bin/sh - + # set -e - + # pkg=cclan - + # # summary of how this script can be called: # # * <postinst> `configure' <most-recently-configured-version> # # * <old-postinst> `abort-upgrade' <new version> @@ -54,7 +54,7 @@ pkg_postinst() { # # so that unnecessary prompting doesn't happen if a package's # # installation fails and the `postinst' is called with `abort-upgrade', # # `abort-remove' or `abort-deconfigure'. - + # case "$1" in # configure) # /usr/sbin/register-common-lisp-source $pkg @@ -66,7 +66,7 @@ pkg_postinst() { # exit 1 # ;; # esac - + # #DEBHELPER# - + # exit 0 diff --git a/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild index 089cd0623ea3..47f66f0adb67 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild,v 1.1 2003/08/28 16:56:55 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ DESCRIPTION="Another System Definition Facility for Common Lisp" HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" @@ -32,11 +32,11 @@ pkg_postinst() { ### from debian cl-clan.postinst: # #!/bin/sh - + # set -e - + # pkg=cclan - + # # summary of how this script can be called: # # * <postinst> `configure' <most-recently-configured-version> # # * <old-postinst> `abort-upgrade' <new version> @@ -54,7 +54,7 @@ pkg_postinst() { # # so that unnecessary prompting doesn't happen if a package's # # installation fails and the `postinst' is called with `abort-upgrade', # # `abort-remove' or `abort-deconfigure'. - + # case "$1" in # configure) # /usr/sbin/register-common-lisp-source $pkg @@ -66,7 +66,7 @@ pkg_postinst() { # exit 1 # ;; # esac - + # #DEBHELPER# - + # exit 0 |