Date: Sunday, May 25, 2014 @ 03:31:25
  Author: allan
Revision: 111801

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-numarray/repos/community-i686/LICENSE
    (from rev 111800, python-numarray/trunk/LICENSE)
  python-numarray/repos/community-i686/PKGBUILD
    (from rev 111800, python-numarray/trunk/PKGBUILD)
  python-numarray/repos/community-x86_64/LICENSE
    (from rev 111800, python-numarray/trunk/LICENSE)
  python-numarray/repos/community-x86_64/PKGBUILD
    (from rev 111800, python-numarray/trunk/PKGBUILD)
Deleted:
  python-numarray/repos/community-i686/LICENSE
  python-numarray/repos/community-i686/PKGBUILD
  python-numarray/repos/community-x86_64/LICENSE
  python-numarray/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   18 ++++++++++++
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |    9 ------
 community-i686/PKGBUILD   |   33 -----------------------
 community-x86_64/LICENSE  |    9 ------
 community-x86_64/PKGBUILD |   31 ----------------------
 6 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE      2014-05-25 01:28:09 UTC (rev 111800)
+++ community-i686/LICENSE      2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,9 +0,0 @@
-Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
-
-THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Copied: python-numarray/repos/community-i686/LICENSE (from rev 111800, 
python-numarray/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE                              (rev 0)
+++ community-i686/LICENSE      2014-05-25 01:31:25 UTC (rev 111801)
@@ -0,0 +1,9 @@
+Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
+
+THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-05-25 01:28:09 UTC (rev 111800)
+++ community-i686/PKGBUILD     2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Douglas Soares de Andrade <dsandr...@gmail.com>
-
-pkgbase=python-numarray
-pkgname=python2-numarray
-pkgver=1.5.2
-pkgrel=6
-pkgdesc='Provides array manipulation and computational capabilities.'
-arch=('i686' 'x86_64')
-url='http://numpy.scipy.org/'
-license=('BSD')
-depends=('python2')
-conflicts=('python2-numarray<=1.5.2-6')
-replaces=('python2-numarray<=1.5.2-6')
-source=("http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz";
-        'LICENSE')
-md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
-         'e32b4466453e530d7fb0dbeee0ca1044')
-
-build() {
-  cd "${srcdir}/numarray-${pkgver}"
-
-  # python2 fix
-  sed -i 's_#! /usr/bin/env python_#! /usr/bin/env python2_' 
Examples/convolve/benchmark.py
-}
-
-package_python2-numarray() {
-  cd "${srcdir}/numarray-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}"
-  install -D ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-numarray/repos/community-i686/PKGBUILD (from rev 111800, 
python-numarray/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-05-25 01:31:25 UTC (rev 111801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Douglas Soares de Andrade <dsandr...@gmail.com>
+
+pkgbase=python-numarray
+pkgname=python2-numarray
+pkgver=1.5.2
+pkgrel=7
+pkgdesc='Provides array manipulation and computational capabilities.'
+arch=('i686' 'x86_64')
+url='http://numpy.scipy.org/'
+license=('BSD')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz";
+        'LICENSE')
+md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
+         'e32b4466453e530d7fb0dbeee0ca1044')
+
+build() {
+  cd "${srcdir}/numarray-${pkgver}"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/env python_#! /usr/bin/env python2_' 
Examples/convolve/benchmark.py
+}
+
+package_python2-numarray() {
+  cd "${srcdir}/numarray-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}"
+  install -D ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE    2014-05-25 01:28:09 UTC (rev 111800)
+++ community-x86_64/LICENSE    2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,9 +0,0 @@
-Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
-
-THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Copied: python-numarray/repos/community-x86_64/LICENSE (from rev 111800, 
python-numarray/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE                            (rev 0)
+++ community-x86_64/LICENSE    2014-05-25 01:31:25 UTC (rev 111801)
@@ -0,0 +1,9 @@
+Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
+
+THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-05-25 01:28:09 UTC (rev 111800)
+++ community-x86_64/PKGBUILD   2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Douglas Soares de Andrade <dsandr...@gmail.com>
-
-pkgbase=python-numarray
-pkgname=python2-numarray
-pkgver=1.5.2
-pkgrel=7
-pkgdesc='Provides array manipulation and computational capabilities.'
-arch=('i686' 'x86_64')
-url='http://numpy.scipy.org/'
-license=('BSD')
-depends=('python2')
-source=("http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz";
-        'LICENSE')
-md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
-         'e32b4466453e530d7fb0dbeee0ca1044')
-
-build() {
-  cd "${srcdir}/numarray-${pkgver}"
-
-  # python2 fix
-  sed -i 's_#! /usr/bin/env python_#! /usr/bin/env python2_' 
Examples/convolve/benchmark.py
-}
-
-package_python2-numarray() {
-  cd "${srcdir}/numarray-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}"
-  install -D ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-numarray/repos/community-x86_64/PKGBUILD (from rev 111800, 
python-numarray/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-25 01:31:25 UTC (rev 111801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Douglas Soares de Andrade <dsandr...@gmail.com>
+
+pkgbase=python-numarray
+pkgname=python2-numarray
+pkgver=1.5.2
+pkgrel=7
+pkgdesc='Provides array manipulation and computational capabilities.'
+arch=('i686' 'x86_64')
+url='http://numpy.scipy.org/'
+license=('BSD')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz";
+        'LICENSE')
+md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
+         'e32b4466453e530d7fb0dbeee0ca1044')
+
+build() {
+  cd "${srcdir}/numarray-${pkgver}"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/env python_#! /usr/bin/env python2_' 
Examples/convolve/benchmark.py
+}
+
+package_python2-numarray() {
+  cd "${srcdir}/numarray-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}"
+  install -D ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to