diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:21:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:21:36 +0000 |
commit | c7acf2575ce9cc5ddfadcc31f41b97701fadb2a6 (patch) | |
tree | 0b8e4264f8c639e5c343e1c5c5433b0c0eb65406 /net-zope/zpsycopgda | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-c7acf2575ce9cc5ddfadcc31f41b97701fadb2a6.tar.gz historical-c7acf2575ce9cc5ddfadcc31f41b97701fadb2a6.tar.bz2 historical-c7acf2575ce9cc5ddfadcc31f41b97701fadb2a6.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-zope/zpsycopgda')
-rw-r--r-- | net-zope/zpsycopgda/Manifest | 2 | ||||
-rw-r--r-- | net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-zope/zpsycopgda/Manifest b/net-zope/zpsycopgda/Manifest index 3478ee8a2f44..1720a005f373 100644 --- a/net-zope/zpsycopgda/Manifest +++ b/net-zope/zpsycopgda/Manifest @@ -1,3 +1,3 @@ MD5 b87385edf2de8fb945ac02b7d0b12444 ChangeLog 493 -MD5 30279bd6bee1941adac3b27e57a4a838 zpsycopgda-1.1.2.ebuild 642 +MD5 2603c43bd6fdde521a29f5c9cd47d1f3 zpsycopgda-1.1.2.ebuild 641 MD5 0e0fba2dc583ebd312d49f4d3891df90 files/digest-zpsycopgda-1.1.2 131 diff --git a/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild index c8ecd8167be5..21f39b9644fb 100644 --- a/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild +++ b/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild @@ -1,8 +1,8 @@ # Copyright 2002-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild,v 1.2 2003/04/06 03:52:48 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zpsycopgda/zpsycopgda-1.1.2.ebuild,v 1.3 2003/09/07 00:21:34 msterret Exp $ -inherit zproduct +inherit zproduct S="${WORKDIR}/psycopg-${PV}/" DESCRIPTION="PostgreSQL database adapter for Zope." @@ -18,5 +18,5 @@ ZPROD_LIST="ZPsycopgDA" src_compile() { rm -f * >& /dev/null - rm -fR debian/ doc/ tests/ + rm -fR debian/ doc/ tests/ } |