[arch-commits] Commit in pypgsql/trunk (COPYING PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Wed Oct 15 13:36:45 UTC 2008
Date: Wednesday, October 15, 2008 @ 09:36:45
Author: ronald
Revision: 15559
add COPYING file it was missing in svn
Added:
pypgsql/trunk/COPYING
Modified:
pypgsql/trunk/PKGBUILD
----------+
COPYING | 20 ++++++++++++++++++++
PKGBUILD | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)
Added: COPYING
===================================================================
--- COPYING (rev 0)
+++ COPYING 2008-10-15 13:36:45 UTC (rev 15559)
@@ -0,0 +1,20 @@
+ pyPgSQL, version 2.5
+ A Python DB-API 2.0 compliant interface for PostgreSQL
+ Copyright 2000 by Billy G. Allie.
+ All rights reserved.
+
+ Permission to use, copy, modify, and distribute this software and it's
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation, and that the copyright owner's name not be
+ used in advertising or publicity pertaining to distribution of the
+ software without specific, written prior permission.
+
+ THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
+ NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-15 12:52:55 UTC (rev 15558)
+++ PKGBUILD 2008-10-15 13:36:45 UTC (rev 15559)
@@ -11,7 +11,7 @@
source=(http://downloads.sourceforge.net/${pkgname}/pyPgSQL-${pkgver}.tar.gz
'COPYING')
md5sums=('82670f6f1652aa4766fdaec2cb43debd'
- '3d01558c4f8439cdbd94eaf00c2c42ec')
+ '235c239b51a8b8e6b53c414ef71d7612')
build() {
cd ${startdir}/src/pyPgSQL-${pkgver} || return 1
More information about the arch-commits
mailing list