[arch-commits] Commit in cx_freeze/repos (8 files)

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 07:00:37 UTC 2012


    Date: Saturday, February 25, 2012 @ 02:00:37
  Author: pierre
Revision: 151178

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

Added:
  cx_freeze/repos/extra-i686/FreezePython.sh
    (from rev 151177, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/extra-i686/PKGBUILD
    (from rev 151177, cx_freeze/trunk/PKGBUILD)
  cx_freeze/repos/extra-x86_64/FreezePython.sh
    (from rev 151177, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/extra-x86_64/PKGBUILD
    (from rev 151177, cx_freeze/trunk/PKGBUILD)
Deleted:
  cx_freeze/repos/extra-i686/FreezePython.sh
  cx_freeze/repos/extra-i686/PKGBUILD
  cx_freeze/repos/extra-x86_64/FreezePython.sh
  cx_freeze/repos/extra-x86_64/PKGBUILD

------------------------------+
 extra-i686/FreezePython.sh   |    8 ++---
 extra-i686/PKGBUILD          |   62 ++++++++++++++++++++---------------------
 extra-x86_64/FreezePython.sh |    8 ++---
 extra-x86_64/PKGBUILD        |   62 ++++++++++++++++++++---------------------
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/FreezePython.sh
===================================================================
--- extra-i686/FreezePython.sh	2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-i686/FreezePython.sh	2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/cx-freeze
-./FreezePython "$@"

Copied: cx_freeze/repos/extra-i686/FreezePython.sh (from rev 151177, cx_freeze/trunk/FreezePython.sh)
===================================================================
--- extra-i686/FreezePython.sh	                        (rev 0)
+++ extra-i686/FreezePython.sh	2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython "$@"

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-i686/PKGBUILD	2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=cx_freeze
-_tarname=cx_Freeze
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="A set of utilities for freezing Python scripts into executables"
-arch=('i686' 'x86_64')
-url="http://www.python.net/crew/atuining/cx_Freeze/"
-license=('custom')
-depends=('python2')
-provides=('cxfreeze')
-source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
-        'FreezePython.sh')
-md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
-         '5cc60d1644eba12a57c22cc1348a4afd')
-
-package() {
-  cd "$srcdir/$_tarname-$pkgver"
-
-  python2 setup.py install --root "$pkgdir/" --optimize 1
-
-  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
-  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
-  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
-}

Copied: cx_freeze/repos/extra-i686/PKGBUILD (from rev 151177, cx_freeze/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A set of utilities for freezing Python scripts into executables"
+arch=('i686' 'x86_64')
+url="http://www.python.net/crew/atuining/cx_Freeze/"
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
+        'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+         '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 setup.py install --root "$pkgdir/" --optimize 1
+
+  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
+  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
+}

Deleted: extra-x86_64/FreezePython.sh
===================================================================
--- extra-x86_64/FreezePython.sh	2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-x86_64/FreezePython.sh	2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/cx-freeze
-./FreezePython "$@"

Copied: cx_freeze/repos/extra-x86_64/FreezePython.sh (from rev 151177, cx_freeze/trunk/FreezePython.sh)
===================================================================
--- extra-x86_64/FreezePython.sh	                        (rev 0)
+++ extra-x86_64/FreezePython.sh	2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython "$@"

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-x86_64/PKGBUILD	2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=cx_freeze
-_tarname=cx_Freeze
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="A set of utilities for freezing Python scripts into executables"
-arch=('i686' 'x86_64')
-url="http://www.python.net/crew/atuining/cx_Freeze/"
-license=('custom')
-depends=('python2')
-provides=('cxfreeze')
-source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
-        'FreezePython.sh')
-md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
-         '5cc60d1644eba12a57c22cc1348a4afd')
-
-package() {
-  cd "$srcdir/$_tarname-$pkgver"
-
-  python2 setup.py install --root "$pkgdir/" --optimize 1
-
-  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
-  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
-  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
-}

Copied: cx_freeze/repos/extra-x86_64/PKGBUILD (from rev 151177, cx_freeze/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A set of utilities for freezing Python scripts into executables"
+arch=('i686' 'x86_64')
+url="http://www.python.net/crew/atuining/cx_Freeze/"
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz"
+        'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+         '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 setup.py install --root "$pkgdir/" --optimize 1
+
+  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
+  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
+}




More information about the arch-commits mailing list