summaryrefslogtreecommitdiff
path: root/~xihh
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:17:10 -0500
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:17:10 -0500
commitc0ea772f5a095015e863c5a12b6c7be212b836da (patch)
treef4083c892766ff172ddcf6c98a1f703a427b1e6f /~xihh
parentc05085b04f413b39230694d95686a81a568b1804 (diff)
Commiting libre package erlang-R14B04-2
Diffstat (limited to '~xihh')
-rw-r--r--~xihh/python2-apsw/LICENSE15
-rw-r--r--~xihh/python2-apsw/PKGBUILD23
2 files changed, 0 insertions, 38 deletions
diff --git a/~xihh/python2-apsw/LICENSE b/~xihh/python2-apsw/LICENSE
deleted file mode 100644
index a0470b2a0..000000000
--- a/~xihh/python2-apsw/LICENSE
+++ /dev/null
@@ -1,15 +0,0 @@
-Copyright (C) 2004-2009 Roger Binns
-
-This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable
-for any damages arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it
-and redistribute it freely, subject to the following restrictions:
-
-- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If
- you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not
- required.
-
-- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
-
-- This notice may not be removed or altered from any source distribution.
diff --git a/~xihh/python2-apsw/PKGBUILD b/~xihh/python2-apsw/PKGBUILD
deleted file mode 100644
index 92ce6d309..000000000
--- a/~xihh/python2-apsw/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer: Linmiao Xu <linmiao.xu@gmail.com>
-# Contributor: Juan Miguel Cejuela <jmcejuela@ashrentum.net>
-
-pkgname=python2-apsw
-pkgver=3.7.9_r1
-pkgrel=1
-pkgdesc="Python wrapper for SQLite"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://code.google.com/p/apsw/"
-license=('MIT')
-depends=('python2' 'sqlite3')
-source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip" 'LICENSE')
-
-md5sums=('8188a05819553a7a9aad568db23850af'
- 'efc704d50cb39441d00f9dc76cbe6665')
-
-build() {
- cd $srcdir/apsw-${pkgver//_/-}
- python2 setup.py install --root=$pkgdir/
-
- install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-