summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-08 04:53:29 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-08 04:53:29 +0000
commitbe2b4f6545c4aea3a85999a562ebc65e54bd20d2 (patch)
treef4284464d46e899e5625f53cbb9d18cb9d3a6a7b /dev-php/sqlite-php
parentwhitespace cleanup (diff)
downloadgentoo-2-be2b4f6545c4aea3a85999a562ebc65e54bd20d2.tar.gz
gentoo-2-be2b4f6545c4aea3a85999a562ebc65e54bd20d2.tar.bz2
gentoo-2-be2b4f6545c4aea3a85999a562ebc65e54bd20d2.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-php/sqlite-php')
-rw-r--r--dev-php/sqlite-php/Manifest4
-rw-r--r--dev-php/sqlite-php/sqlite-php-0.0.5.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/sqlite-php/Manifest b/dev-php/sqlite-php/Manifest
index f79e843d5ab9..423fbea2b1f4 100644
--- a/dev-php/sqlite-php/Manifest
+++ b/dev-php/sqlite-php/Manifest
@@ -1,3 +1,3 @@
-MD5 4d7095be8d652846847a3a3e459d47c2 files/digest-sqlite-php-0.0.5 63
-MD5 782899723760dd7721058fa287115a00 sqlite-php-0.0.5.ebuild 748
MD5 141c3ab425d1b1085ca4edcecf14585c ChangeLog 450
+MD5 ce27e98ec165ab683514f45133a646d7 sqlite-php-0.0.5.ebuild 749
+MD5 4d7095be8d652846847a3a3e459d47c2 files/digest-sqlite-php-0.0.5 63
diff --git a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
index 11c2fb819406..cdccc3e9a06a 100644
--- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
+++ b/dev-php/sqlite-php/sqlite-php-0.0.5.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-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.4 2003/07/26 15:57:41 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.5 2003/09/08 04:53:26 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PHP bindings for SQLite"
@@ -28,6 +28,6 @@ src_compile() {
src_install () {
php-ext-source_src_install
- dodoc README CREDITS CHANGES
+ dodoc README CREDITS CHANGES
}