[arch-commits] Commit in imdbpy/repos (4 files)

Ray Rashif schiv at nymeria.archlinux.org
Wed Jun 25 16:26:30 UTC 2014


    Date: Wednesday, June 25, 2014 @ 18:26:30
  Author: schiv
Revision: 113558

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

Added:
  imdbpy/repos/community-i686/PKGBUILD
    (from rev 113557, imdbpy/trunk/PKGBUILD)
  imdbpy/repos/community-x86_64/PKGBUILD
    (from rev 113557, imdbpy/trunk/PKGBUILD)
Deleted:
  imdbpy/repos/community-i686/PKGBUILD
  imdbpy/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 -------------------
 community-x86_64/PKGBUILD |   39 -------------------
 3 files changed, 90 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-25 16:26:11 UTC (rev 113557)
+++ community-i686/PKGBUILD	2014-06-25 16:26:30 UTC (rev 113558)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: lang2 <wenzhi.liang at gmail.com>
-
-pkgname=imdbpy
-_realname=IMDbPY
-pkgver=4.9
-pkgrel=1
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="http://imdbpy.sourceforge.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
-source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
-
-package(){
-  cd "$srcdir/$_realname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix paths
-  # WTH is upstream doing?
-  # TODO: report upstream about this nasty
-  mv "$pkgdir/usr/etc" "$pkgdir"
-  mkdir -p "$pkgdir/usr/share/doc"
-  #mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
-}

Copied: imdbpy/repos/community-i686/PKGBUILD (from rev 113557, imdbpy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-25 16:26:30 UTC (rev 113558)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: lang2 <wenzhi.liang at gmail.com>
+
+pkgname=imdbpy
+_realname=IMDbPY
+pkgver=5.0
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="http://imdbpy.sourceforge.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
+source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
+
+prepare() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix paths
+  # WTH is upstream doing?
+  # TODO: report upstream about this nasty
+  mv "$pkgdir/usr/etc" "$pkgdir"
+  mkdir -p "$pkgdir/usr/share/doc"
+  #mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
+  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-25 16:26:11 UTC (rev 113557)
+++ community-x86_64/PKGBUILD	2014-06-25 16:26:30 UTC (rev 113558)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: lang2 <wenzhi.liang at gmail.com>
-
-pkgname=imdbpy
-_realname=IMDbPY
-pkgver=4.9
-pkgrel=1
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="http://imdbpy.sourceforge.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
-source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('5b071cd63d1804ed568741d2db8d12b5')
-
-package(){
-  cd "$srcdir/$_realname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix paths
-  # WTH is upstream doing?
-  # TODO: report upstream about this nasty
-  mv "$pkgdir/usr/etc" "$pkgdir"
-  mkdir -p "$pkgdir/usr/share/doc"
-  #mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
-}

Copied: imdbpy/repos/community-x86_64/PKGBUILD (from rev 113557, imdbpy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-25 16:26:30 UTC (rev 113558)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: lang2 <wenzhi.liang at gmail.com>
+
+pkgname=imdbpy
+_realname=IMDbPY
+pkgver=5.0
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="http://imdbpy.sourceforge.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
+source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
+md5sums=('f0b87950a943762db9e45c1a7c3a5cce')
+
+prepare() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix paths
+  # WTH is upstream doing?
+  # TODO: report upstream about this nasty
+  mv "$pkgdir/usr/etc" "$pkgdir"
+  mkdir -p "$pkgdir/usr/share/doc"
+  #mv "$pkgdir/usr/imdb" "$pkgdir/usr/share"
+  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/imdb"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list