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

2012-12-12 Thread Allan McRae
Date: Wednesday, December 12, 2012 @ 23:54:54
  Author: allan
Revision: 173210

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

Added:
  bison/repos/testing-i686/PKGBUILD
(from rev 173209, bison/trunk/PKGBUILD)
  bison/repos/testing-i686/bison.install
(from rev 173209, bison/trunk/bison.install)
  bison/repos/testing-x86_64/PKGBUILD
(from rev 173209, bison/trunk/PKGBUILD)
  bison/repos/testing-x86_64/bison.install
(from rev 173209, bison/trunk/bison.install)
Deleted:
  bison/repos/testing-i686/PKGBUILD
  bison/repos/testing-i686/bison.install
  bison/repos/testing-x86_64/PKGBUILD
  bison/repos/testing-x86_64/bison.install

--+
 testing-i686/PKGBUILD|   66 -
 testing-i686/bison.install   |   32 +--
 testing-x86_64/PKGBUILD  |   66 -
 testing-x86_64/bison.install |   32 +--
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-12-13 04:53:58 UTC (rev 173209)
+++ testing-i686/PKGBUILD   2012-12-13 04:54:54 UTC (rev 173210)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=2.7
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html";
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('234cdfac99257cf99ac4a03c898f37b9'
- '853204af1f9a5602d84989b4852e317e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/testing-i686/PKGBUILD (from rev 173209, 
bison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-13 04:54:54 UTC (rev 173210)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=2.7
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/bison/bison.html";
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('234cdfac99257cf99ac4a03c898f37b9'
+ '853204af1f9a5602d84989b4852e317e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/bison.install
===
--- testing-i686/bison.install  2012-12-13 04:53:58 UTC (rev 173209)
+++ testing-i686/bison.install  2012-12-13 04:54:54 UTC (rev 173210)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: bison/repos/testing-i686/bison.install (from rev 173209, 
bison/trunk/bison.install)
===
--- testing-i686/bison.install  (rev 0)
+++ testing-i686/bison.install  2012-12-13 04:54:54 UTC (rev 173210)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-12-13 04:53:58 UTC (rev 173209)
+++ testing-x86_64/PKGBUILD 2012-12-13 04:54:54 UTC (rev 173210)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=2.7
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html";
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.si

[arch-commits] Commit in bison/repos (10 files)

2012-12-12 Thread Allan McRae
Date: Wednesday, December 12, 2012 @ 23:53:58
  Author: allan
Revision: 173209

resolve conflict...

Added:
  bison/repos/testing-i686/
  bison/repos/testing-i686/PKGBUILD
(from rev 173208, bison/trunk/PKGBUILD)
  bison/repos/testing-i686/bison.install
(from rev 173208, bison/trunk/bison.install)
  bison/repos/testing-x86_64/
  bison/repos/testing-x86_64/PKGBUILD
(from rev 173208, bison/trunk/PKGBUILD)
  bison/repos/testing-x86_64/bison.install
(from rev 173208, bison/trunk/bison.install)
Deleted:
  bison/repos/testing-i686/PKGBUILD
  bison/repos/testing-i686/bison.install
  bison/repos/testing-x86_64/PKGBUILD
  bison/repos/testing-x86_64/bison.install

--+
 testing-i686/PKGBUILD|   66 -
 testing-i686/bison.install   |   32 +--
 testing-x86_64/PKGBUILD  |   66 -
 testing-x86_64/bison.install |   32 +--
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-11-10 04:26:42 UTC (rev 170719)
+++ testing-i686/PKGBUILD   2012-12-13 04:53:58 UTC (rev 173209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html";
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('75c8508e0a9e5c68f608658672d6bda4'
- '1caae9ecfbad56cf170432b6db667907')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/testing-i686/PKGBUILD (from rev 173208, 
bison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-13 04:53:58 UTC (rev 173209)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=2.7
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.gnu.org/software/bison/bison.html";
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('234cdfac99257cf99ac4a03c898f37b9'
+ '853204af1f9a5602d84989b4852e317e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/bison.install
===
--- testing-i686/bison.install  2012-11-10 04:26:42 UTC (rev 170719)
+++ testing-i686/bison.install  2012-12-13 04:53:58 UTC (rev 173209)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: bison/repos/testing-i686/bison.install (from rev 173208, 
bison/trunk/bison.install)
===
--- testing-i686/bison.install  (rev 0)
+++ testing-i686/bison.install  2012-12-13 04:53:58 UTC (rev 173209)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-11-10 04:26:42 UTC (rev 170719)
+++ testing-x86_64/PKGBUILD 2012-12-13 04:53:58 UTC (rev 173209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.gnu.org/software/bison/bison.html";
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgn

[arch-commits] Commit in bison/trunk (PKGBUILD)

2012-12-12 Thread Allan McRae
Date: Wednesday, December 12, 2012 @ 23:51:49
  Author: allan
Revision: 173208

upgpkg: bison 2.7-1

upstream update

Modified:
  bison/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 04:35:17 UTC (rev 173207)
+++ PKGBUILD2012-12-13 04:51:49 UTC (rev 173208)
@@ -3,7 +3,7 @@
 # Contributor: Eric Belanger 
 
 pkgname=bison
-pkgver=2.6.5
+pkgver=2.7
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 groups=('base-devel')
 install=bison.install
 source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('75c8508e0a9e5c68f608658672d6bda4'
- '1caae9ecfbad56cf170432b6db667907')
+md5sums=('234cdfac99257cf99ac4a03c898f37b9'
+ '853204af1f9a5602d84989b4852e317e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}  



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

2012-12-12 Thread Allan McRae
Date: Wednesday, December 12, 2012 @ 23:35:17
  Author: allan
Revision: 173207

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

Added:
  isl/repos/testing-i686/
  isl/repos/testing-i686/PKGBUILD
(from rev 173206, isl/trunk/PKGBUILD)
  isl/repos/testing-x86_64/
  isl/repos/testing-x86_64/PKGBUILD
(from rev 173206, isl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: isl/repos/testing-i686/PKGBUILD (from rev 173206, isl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-13 04:35:17 UTC (rev 173207)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=isl
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Library for manipulating sets and relations of integer points bounded 
by linear constraints"
+arch=('i686' 'x86_64')
+url="http://www.kotnet.org/~skimo/isl/";
+license=('MIT')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 DESTDIR="$pkgdir/" install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}

Copied: isl/repos/testing-x86_64/PKGBUILD (from rev 173206, isl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-13 04:35:17 UTC (rev 173207)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=isl
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Library for manipulating sets and relations of integer points bounded 
by linear constraints"
+arch=('i686' 'x86_64')
+url="http://www.kotnet.org/~skimo/isl/";
+license=('MIT')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 DESTDIR="$pkgdir/" install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
+}



[arch-commits] Commit in isl/trunk (PKGBUILD)

2012-12-12 Thread Allan McRae
Date: Wednesday, December 12, 2012 @ 23:34:32
  Author: allan
Revision: 173206

upgpkg: isl 0.11.1-1

upstream update, add license file

Modified:
  isl/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 02:46:32 UTC (rev 173205)
+++ PKGBUILD2012-12-13 04:34:32 UTC (rev 173206)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae 
 
 pkgname=isl
-pkgver=0.11
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="Library for manipulating sets and relations of integer points bounded 
by linear constraints"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('MIT')
 options=('!libtool')
 source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -28,5 +28,7 @@
   make -j1 DESTDIR="$pkgdir/" install
 
   install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+  
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
 }



[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 21:46:32
  Author: giovanni
Revision: 173205

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 173204, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 173204, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   76 
 extra-x86_64/PKGBUILD |   76 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-13 02:46:03 UTC (rev 173204)
+++ extra-i686/PKGBUILD 2012-12-13 02:46:32 UTC (rev 173205)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.49
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 173204, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-13 02:46:32 UTC (rev 173205)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.50
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/";
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
+md5sums=('5e239c5aae70dece79fcd6a4307fc53e')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-13 02:46:03 UTC (rev 173204)
+++ extra-x86_64/PKGBUILD   2012-12-13 02:46:32 UTC (rev 173205)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.49
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 173204, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-13 02:46:32 UTC (rev 173205)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.50
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('cust

[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 21:46:03
  Author: giovanni
Revision: 173204

upgpkg: perl-net-ssleay 1.50-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 02:36:19 UTC (rev 173203)
+++ PKGBUILD2012-12-13 02:46:03 UTC (rev 173204)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.49
+pkgver=1.50
 pkgrel=1
 pkgdesc="Perl extension for using OpenSSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7')
+md5sums=('5e239c5aae70dece79fcd6a4307fc53e')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



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

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 21:36:19
  Author: giovanni
Revision: 173203

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

Added:
  help2man/repos/extra-i686/PKGBUILD
(from rev 173202, help2man/trunk/PKGBUILD)
  help2man/repos/extra-i686/help2man.install
(from rev 173202, help2man/trunk/help2man.install)
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 173202, help2man/trunk/PKGBUILD)
  help2man/repos/extra-x86_64/help2man.install
(from rev 173202, help2man/trunk/help2man.install)
Deleted:
  help2man/repos/extra-i686/PKGBUILD
  help2man/repos/extra-i686/help2man.install
  help2man/repos/extra-x86_64/PKGBUILD
  help2man/repos/extra-x86_64/help2man.install

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/help2man.install   |   36 +++
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/help2man.install |   36 +++
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-13 02:35:54 UTC (rev 173202)
+++ extra-i686/PKGBUILD 2012-12-13 02:36:19 UTC (rev 173203)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.40.12
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/";
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('6a37675ce2b0897cd8c6c19106e510a3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 173202, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-13 02:36:19 UTC (rev 173203)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.40.13
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/";
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ecbc98f1f146e404e85d7bef520b34d8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2012-12-13 02:35:54 UTC (rev 173202)
+++ extra-i686/help2man.install 2012-12-13 02:36:19 UTC (rev 173203)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 173202, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2012-12-13 02:36:19 UTC (rev 173203)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-13 02:35:54 UTC (rev 173202)
+++ extra-x86_64/PKGBUILD   2012-12-13 02:36:19 UTC (rev 173203)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.40.12
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/";
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";

[arch-commits] Commit in help2man/trunk (PKGBUILD)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 21:35:54
  Author: giovanni
Revision: 173202

upgpkg: help2man 1.40.13-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 00:53:58 UTC (rev 173201)
+++ PKGBUILD2012-12-13 02:35:54 UTC (rev 173202)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.40.12
+pkgver=1.40.13
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('6a37675ce2b0897cd8c6c19106e510a3')
+md5sums=('ecbc98f1f146e404e85d7bef520b34d8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in gparted/repos (12 files)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 19:53:58
  Author: giovanni
Revision: 173201

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 173200, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 173200, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 173200, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 173200, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 173200, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 173200, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 extra-i686/PKGBUILD  |  106 ++---
 extra-i686/gparted.install   |   22 ++--
 extra-i686/org.archlinux.pkexec.gparted.policy   |   40 +++
 extra-x86_64/PKGBUILD|  106 ++---
 extra-x86_64/gparted.install |   22 ++--
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   40 +++
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-13 00:53:27 UTC (rev 173200)
+++ extra-i686/PKGBUILD 2012-12-13 00:53:58 UTC (rev 173201)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.14.0
-pkgrel=3
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net";
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit-gnome: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('fc3507479e930967a2049c533907384d'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec "/usr/sbin/gparted" "$@"' >> ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e "s/Exec=.*/Exec=gparted-pkexec/" 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 173200, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-13 00:53:58 UTC (rev 173201)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.sourceforge.net";
+license=('GPL')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit-gnome: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'org.archlinux.pkexec.gparted.policy')
+md5s

[arch-commits] Commit in gparted/trunk (PKGBUILD)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 19:53:27
  Author: giovanni
Revision: 173200

upgpkg: gparted 0.14.1-1

upstream release

Modified:
  gparted/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-13 00:42:44 UTC (rev 173199)
+++ PKGBUILD2012-12-13 00:53:27 UTC (rev 173200)
@@ -4,8 +4,8 @@
 # Contributor: György Balló 
 
 pkgname=gparted
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net";
@@ -24,7 +24,7 @@
 install=gparted.install
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
 'org.archlinux.pkexec.gparted.policy')
-md5sums=('fc3507479e930967a2049c533907384d'
+md5sums=('1ffe859c70e102a776dffb1ff0a2164a'
  '27c264cfad8fa413d75954dda7a2dd50')
 
 build() {



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

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 19:42:44
  Author: giovanni
Revision: 173199

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 173198, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 173198, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 173198, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 173198, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 extra-i686/PKGBUILD|   94 +++
 extra-i686/mercurial.profile   |2 
 extra-x86_64/PKGBUILD  |   94 +++
 extra-x86_64/mercurial.profile |2 
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-13 00:42:17 UTC (rev 173198)
+++ extra-i686/PKGBUILD 2012-12-13 00:42:44 UTC (rev 173199)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=2.4
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('c1fc9bec6951dd3c913092c3c72da014'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 173198, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-13 00:42:44 UTC (rev 173199)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('31b328679951158a05f22c3323644b51'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercur

[arch-commits] Commit in mercurial/trunk (PKGBUILD)

2012-12-12 Thread Giovanni Scafora
Date: Wednesday, December 12, 2012 @ 19:42:17
  Author: giovanni
Revision: 173198

upgpkg: mercurial 2.4.1-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 17:29:21 UTC (rev 173197)
+++ PKGBUILD2012-12-13 00:42:17 UTC (rev 173198)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('c1fc9bec6951dd3c913092c3c72da014'
+md5sums=('31b328679951158a05f22c3323644b51'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



[arch-commits] Commit in htop/repos (6 files)

2012-12-12 Thread Jan Steffens
Date: Wednesday, December 12, 2012 @ 12:29:21
  Author: heftig
Revision: 173197

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

Added:
  htop/repos/extra-i686/PKGBUILD
(from rev 173196, htop/trunk/PKGBUILD)
  htop/repos/extra-i686/tree-crash.patch
(from rev 173196, htop/trunk/tree-crash.patch)
  htop/repos/extra-x86_64/PKGBUILD
(from rev 173196, htop/trunk/PKGBUILD)
  htop/repos/extra-x86_64/tree-crash.patch
(from rev 173196, htop/trunk/tree-crash.patch)
Deleted:
  htop/repos/extra-i686/PKGBUILD
  htop/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   84 +---
 extra-i686/tree-crash.patch   |   13 ++
 extra-x86_64/PKGBUILD |   84 +---
 extra-x86_64/tree-crash.patch |   13 ++
 4 files changed, 116 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 17:28:09 UTC (rev 173196)
+++ extra-i686/PKGBUILD 2012-12-12 17:29:21 UTC (rev 173197)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Eric Belanger 
-# Contributor: Daniel J Griffiths 
-
-pkgname=htop
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Interactive process viewer"
-arch=('i686' 'x86_64')
-url="http://htop.sourceforge.net/";
-license=('GPL')
-depends=('ncurses')
-makedepends=('python2')
-optdepends=('lsof: show files opened by a process'
-'strace: attach to a running process')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('0d01cca8df3349c74569cefebbd9919e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
-  sed -i 's|python|python2|' scripts/MakeHeader.py
-
-  ./configure \
-  --prefix=/usr \
-  --enable-unicode \
-  --enable-openvz \
-  --enable-vserver \
-  --enable-cgroup
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: htop/repos/extra-i686/PKGBUILD (from rev 173196, htop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 17:29:21 UTC (rev 173197)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Interactive process viewer"
+arch=('i686' 'x86_64')
+url="http://htop.sourceforge.net/";
+license=('GPL')
+depends=('ncurses')
+makedepends=('python2')
+optdepends=('lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+tree-crash.patch)
+md5sums=('0d01cca8df3349c74569cefebbd9919e'
+ '48eba3c0303bfd19d761b859bc69d713')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
+  sed -i 's|python|python2|' scripts/MakeHeader.py
+
+  # Boost field buffer size - crashes when trying to draw very deep UTF-8 trees
+  # Test by nesting 30 shells
+  patch -N -i ../tree-crash.patch
+
+  ./configure \
+  --prefix=/usr \
+  --enable-unicode \
+  --enable-openvz \
+  --enable-vserver \
+  --enable-cgroup
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: htop/repos/extra-i686/tree-crash.patch (from rev 173196, 
htop/trunk/tree-crash.patch)
===
--- extra-i686/tree-crash.patch (rev 0)
+++ extra-i686/tree-crash.patch 2012-12-12 17:29:21 UTC (rev 173197)
@@ -0,0 +1,13 @@
+Index: Process.c
+===
+--- Process.c  (revision 302)
 Process.c  (working copy)
+@@ -371,7 +371,7 @@
+ }
+ 
+ static void Process_writeField(Process* this, RichString* str, ProcessField 
field) {
+-   char buffer[128]; buffer[127] = '\0';
++   char buffer[256]; buffer[255] = '\0';
+int attr = CRT_colors[DEFAULT_COLOR];
+int baseattr = CRT_colors[PROCESS_BASENAME];
+int n = sizeof(buffer) - 1;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 17:28:09 UTC (rev 173196)
+++ extra-x86_64/PKGBUILD   2012-12-12 17:29:21 UTC (rev 173197)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Eric Belanger 
-# Contributor: Daniel J Griffiths 
-
-pkgname=htop
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Interactive process viewer"
-arch=('i686' 'x86_64')
-url="http://htop.sourceforge.net/";
-license=('GPL')
-depends=('ncurses')
-makedepends=('python2')
-optdepends=('lsof: show files opened by a process'
-'strace: attach to a running process')

[arch-commits] Commit in htop/trunk (PKGBUILD tree-crash.patch)

2012-12-12 Thread Jan Steffens
Date: Wednesday, December 12, 2012 @ 12:28:09
  Author: heftig
Revision: 173196

Fix a crasher

Added:
  htop/trunk/tree-crash.patch
Modified:
  htop/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 tree-crash.patch |   13 +
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 17:17:00 UTC (rev 173195)
+++ PKGBUILD2012-12-12 17:28:09 UTC (rev 173196)
@@ -5,7 +5,7 @@
 
 pkgname=htop
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive process viewer"
 arch=('i686' 'x86_64')
 url="http://htop.sourceforge.net/";
@@ -15,8 +15,10 @@
 optdepends=('lsof: show files opened by a process'
 'strace: attach to a running process')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('0d01cca8df3349c74569cefebbd9919e')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+tree-crash.patch)
+md5sums=('0d01cca8df3349c74569cefebbd9919e'
+ '48eba3c0303bfd19d761b859bc69d713')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,6 +26,10 @@
   sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure
   sed -i 's|python|python2|' scripts/MakeHeader.py
 
+  # Boost field buffer size - crashes when trying to draw very deep UTF-8 trees
+  # Test by nesting 30 shells
+  patch -N -i ../tree-crash.patch
+
   ./configure \
   --prefix=/usr \
   --enable-unicode \

Added: tree-crash.patch
===
--- tree-crash.patch(rev 0)
+++ tree-crash.patch2012-12-12 17:28:09 UTC (rev 173196)
@@ -0,0 +1,13 @@
+Index: Process.c
+===
+--- Process.c  (revision 302)
 Process.c  (working copy)
+@@ -371,7 +371,7 @@
+ }
+ 
+ static void Process_writeField(Process* this, RichString* str, ProcessField 
field) {
+-   char buffer[128]; buffer[127] = '\0';
++   char buffer[256]; buffer[255] = '\0';
+int attr = CRT_colors[DEFAULT_COLOR];
+int baseattr = CRT_colors[PROCESS_BASENAME];
+int n = sizeof(buffer) - 1;



[arch-commits] Commit in syslog-ng/repos (26 files)

2012-12-12 Thread Dave Reisner
Date: Wednesday, December 12, 2012 @ 12:17:00
  Author: dreisner
Revision: 173195

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 173194, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 173194, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.conf.d
(from rev 173194, syslog-ng/trunk/syslog-ng.conf.d)
  syslog-ng/repos/extra-i686/syslog-ng.install
(from rev 173194, syslog-ng/trunk/syslog-ng.install)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 173194, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-i686/syslog-ng.rc
(from rev 173194, syslog-ng/trunk/syslog-ng.rc)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 173194, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 173194, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf.d
(from rev 173194, syslog-ng/trunk/syslog-ng.conf.d)
  syslog-ng/repos/extra-x86_64/syslog-ng.install
(from rev 173194, syslog-ng/trunk/syslog-ng.install)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 173194, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/syslog-ng.rc
(from rev 173194, syslog-ng/trunk/syslog-ng.rc)
Deleted:
  
syslog-ng/repos/extra-i686/0001-afsocket-Fix-compilation-without-spoof-source.patch
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.conf.d
  syslog-ng/repos/extra-i686/syslog-ng.install
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-i686/syslog-ng.rc
  
syslog-ng/repos/extra-x86_64/0001-afsocket-Fix-compilation-without-spoof-source.patch
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.conf.d
  syslog-ng/repos/extra-x86_64/syslog-ng.install
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/syslog-ng.rc

---+
 extra-i686/0001-afsocket-Fix-compilation-without-spoof-source.patch   |   37 --
 extra-i686/PKGBUILD   |  123 
+++---
 extra-i686/syslog-ng.conf |  184 
+-
 extra-i686/syslog-ng.conf.d   |   20 -
 extra-i686/syslog-ng.install  |   18 
 extra-i686/syslog-ng.logrotate|   14 
 extra-i686/syslog-ng.rc   |  134 
+++
 extra-x86_64/0001-afsocket-Fix-compilation-without-spoof-source.patch |   37 --
 extra-x86_64/PKGBUILD |  123 
+++---
 extra-x86_64/syslog-ng.conf   |  184 
+-
 extra-x86_64/syslog-ng.conf.d |   20 -
 extra-x86_64/syslog-ng.install|   18 
 extra-x86_64/syslog-ng.logrotate  |   14 
 extra-x86_64/syslog-ng.rc |  134 
+++
 14 files changed, 488 insertions(+), 572 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 173194:173195 to see the changes.


[arch-commits] Commit in syslog-ng/trunk (2 files)

2012-12-12 Thread Dave Reisner
Date: Wednesday, December 12, 2012 @ 12:16:36
  Author: dreisner
Revision: 173194

upgpkg: syslog-ng 3.3.7-1

Modified:
  syslog-ng/trunk/PKGBUILD
Deleted:
  syslog-ng/trunk/0001-afsocket-Fix-compilation-without-spoof-source.patch

--+
 0001-afsocket-Fix-compilation-without-spoof-source.patch |   37 -
 PKGBUILD |   15 +
 2 files changed, 5 insertions(+), 47 deletions(-)

Deleted: 0001-afsocket-Fix-compilation-without-spoof-source.patch
===
--- 0001-afsocket-Fix-compilation-without-spoof-source.patch2012-12-12 
16:57:29 UTC (rev 173193)
+++ 0001-afsocket-Fix-compilation-without-spoof-source.patch2012-12-12 
17:16:36 UTC (rev 173194)
@@ -1,37 +0,0 @@
-From 21a9ac3a7e2554f94b8ff8788bc4e82ec3fb58d3 Mon Sep 17 00:00:00 2001
-From: Gergely Nagy 
-Date: Mon, 3 Sep 2012 11:41:36 +0200
-Subject: [PATCH] afsocket: Fix compilation without spoof-source
-
-AFInetDestDriver->spoof_source is only available when compiling with
-spoof-source enabled, so guard it with an #if.
-
-Reported and patched by Dave Reisner .
-
-Signed-off-by: Gergely Nagy 

- modules/afsocket/afinet.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/modules/afsocket/afinet.c b/modules/afsocket/afinet.c
-index 5ca9172..98ff8d8 100644
 a/modules/afsocket/afinet.c
-+++ b/modules/afsocket/afinet.c
-@@ -539,11 +539,13 @@ afinet_dd_setup_socket(AFSocketDestDriver *s, gint fd)
- static gboolean
- afinet_dd_init(LogPipe *s)
- {
--  AFInetDestDriver *self = (AFInetDestDriver *) s;
-+  AFInetDestDriver *self G_GNUC_UNUSED = (AFInetDestDriver *) s;
-   gboolean success;
- 
-+#if ENABLE_SPOOF_SOURCE
-   if (self->spoof_source)
- self->super.flags &= ~AFSOCKET_KEEP_ALIVE;
-+#endif
- 
-   success = afsocket_dd_init(s);
- #if ENABLE_SPOOF_SOURCE
--- 
-1.7.12
-

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 16:57:29 UTC (rev 173193)
+++ PKGBUILD2012-12-12 17:16:36 UTC (rev 173194)
@@ -4,8 +4,8 @@
 # Contributor: Aaron Griffin 
 
 pkgname=syslog-ng
-pkgver=3.3.6
-pkgrel=3
+pkgver=3.3.7
+pkgrel=1
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -24,21 +24,16 @@
 syslog-ng.conf
 syslog-ng.conf.d
 syslog-ng.logrotate
-syslog-ng.rc
-0001-afsocket-Fix-compilation-without-spoof-source.patch)
-sha1sums=('c2ee74180d640b235665115c5a4b2c61a71a9576'
+syslog-ng.rc)
+sha1sums=('06f09057c3dfb84eba381e0141f92565673ec0c8'
   'db14f4937a821e449b769c938faf2275a7ef188e'
   '9b2eb6ea9e27c9f1b6c1c855be211ec3da51d3c8'
   '949128fe3d7f77a7aab99048061f885bc758000c'
-  '94af81a84e3add6653755122cdd5080694de059d'
-  '5f0e6a4b01ba59724bba8932c41ac8f70386659e')
+  '94af81a84e3add6653755122cdd5080694de059d')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  # upstream commit 21a9ac3a7e2554f94b8ff8788bc4e82ec3fb58d3
-  patch -Np1 
<"$srcdir"/0001-afsocket-Fix-compilation-without-spoof-source.patch
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc/syslog-ng \



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

2012-12-12 Thread Guillaume Alaux
Date: Wednesday, December 12, 2012 @ 11:57:29
  Author: guillaume
Revision: 173193

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

Added:
  swt/repos/extra-i686/PKGBUILD
(from rev 173192, swt/trunk/PKGBUILD)
  swt/repos/extra-i686/build-swt.xml
(from rev 173192, swt/trunk/build-swt.xml)
  swt/repos/extra-x86_64/PKGBUILD
(from rev 173192, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 173192, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-i686/PKGBUILD
  swt/repos/extra-i686/build-swt.xml
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

+
 extra-i686/PKGBUILD|  112 +--
 extra-i686/build-swt.xml   |   34 ++---
 extra-x86_64/PKGBUILD  |  112 +--
 extra-x86_64/build-swt.xml |   34 ++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 16:56:19 UTC (rev 173192)
+++ extra-i686/PKGBUILD 2012-12-12 16:57:29 UTC (rev 173193)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-pkgname=swt
-pkgver=4.2
-pkgrel=2
-_date=201206081400
-pkgdesc="An open source widget toolkit for Java"
-arch=('i686' 'x86_64')
-url="http://www.eclipse.org/swt/";
-license=('EPL')
-depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'mesa' 'glu' 'libwebkit')
-makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'libwebkit' 'apache-ant')
-if [ "${CARCH}" = "i686" ]; then
-  _carch=x86
-  md5sums=('3efe0404f6129183abae46f7620fe14f'
-   '2f556ab534fc2488c6e8c0ee6c02825c')
-fi
-if [ "${CARCH}" = "x86_64" ]; then
-  _carch=x86_64
-  md5sums=('9e06b576116ff409f395571603582827'
-   '2f556ab534fc2488c6e8c0ee6c02825c')
-fi
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
-build-swt.xml)
-# To test this pkg:
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/apache-ant.sh
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-i686/PKGBUILD (from rev 173192, swt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 16:57:29 UTC (rev 173193)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+pkgname=swt
+pkgver=4.2.1
+pkgrel=1
+_date=201209141800
+pkgdesc="An open source widget toolkit for Java"
+arch=('i686' 'x86_64')
+url="http://www.eclipse.org/swt/";
+license=('EPL')
+depends=('java-runtime>=6' 'gtk2>=2.20.1' 'libxtst')
+optdepends=('libgnomeui' 'mesa' 'glu' 'libwebkit')
+makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'libwebkit' 'apache-ant')
+if [ "${CARCH}" = "i686" ]; then
+  _carch=x86
+  
sha256sums=('6198cd749ec25303a8c3a044e7680d643209862d2947f9efdda20bf7467575ba'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+fi
+if [ "${CARCH}" = "x86_64" ]; then
+  _carch=x86_64
+  
sha256sums=('e89e330df24ca72c57a381e81590293ce3f475d855258183179436bd5dcd85c8'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+fi
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
+build-swt.xml)
+# To test this pkg:
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  . /etc/profile.d/jdk.sh
+  . /etc/profile.d/apache-ant.sh
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  ant -f ../build-swt.xml compile
+}
+
+package() {
+  cd ${srcdir}/src
+
+  # Shared objects
+  export OUTPUT_DIR=${pkgdir}/usr/lib
+  install -dm755 ${OUTPUT_DIR} 
+  make -f make_linux.mak install
+
+  # SWT jar
+  ant -f ../build-swt.xml jar
+  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
+  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
+}

Deleted: extra-i686/build-swt.xml
===
--- extra-i686/build-swt.xml2012-12-12 16:56:19 UTC (rev 173192)
+++ extra-i686/build-swt.xml2012-12-12 16:57:29 UTC (rev 173193)
@@ -1,17 +0,0 @@
-
-   
-   
-
-   
-  
-  
-   

[arch-commits] Commit in swt/trunk (PKGBUILD)

2012-12-12 Thread Guillaume Alaux
Date: Wednesday, December 12, 2012 @ 11:56:19
  Author: guillaume
Revision: 173192

Upstream release - sources

Modified:
  swt/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 12:48:09 UTC (rev 173191)
+++ PKGBUILD2012-12-12 16:56:19 UTC (rev 173192)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Guillaume ALAUX 
 pkgname=swt
-pkgver=4.2
-pkgrel=2
-_date=201206081400
+pkgver=4.2.1
+pkgrel=1
+_date=201209141800
 pkgdesc="An open source widget toolkit for Java"
 arch=('i686' 'x86_64')
 url="http://www.eclipse.org/swt/";
@@ -13,13 +13,13 @@
 makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'libwebkit' 'apache-ant')
 if [ "${CARCH}" = "i686" ]; then
   _carch=x86
-  md5sums=('3efe0404f6129183abae46f7620fe14f'
-   '2f556ab534fc2488c6e8c0ee6c02825c')
+  
sha256sums=('6198cd749ec25303a8c3a044e7680d643209862d2947f9efdda20bf7467575ba'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 if [ "${CARCH}" = "x86_64" ]; then
   _carch=x86_64
-  md5sums=('9e06b576116ff409f395571603582827'
-   '2f556ab534fc2488c6e8c0ee6c02825c')
+  
sha256sums=('e89e330df24ca72c57a381e81590293ce3f475d855258183179436bd5dcd85c8'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 
source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
 build-swt.xml)



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

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 07:48:09
  Author: stephane
Revision: 173191

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 173190, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 173190, python/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 173190, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-12 12:48:09 UTC (rev 173191)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.3.0
+pkgrel=2
+_pybasever=3.3
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.python.org/";
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a')
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd "${srcdir}/Python-${pkgver}"
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+ "${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_distutils 
test_site \
+ test_urllib test_uuid test_pydoc test_logging
+}
+
+package() {
+  cd "${srcdir}/Python-${pkgver}"
+  make DESTDIR="${pkgdir}" install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   "${pkgdir}/usr/bin/python"
+  ln -sf python3-config"${pkgdir}/usr/bin/python-config"
+  ln -sf idle3 "${pkgdir}/usr/bin/idle"
+  ln -sf pydoc3"${pkgdir}/usr/bin/pydoc"
+  ln -sf python${_pybasever}.1 "${pkgdir}/usr/share/man/man1/python3.1"
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
"${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so"
+
+  # Clean-up reference to build directory
+  sed -i "s|$srcdir/Python-${pkgver}:||" 
"$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile"
+
+  # License
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 173190, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-12 12:48:09 UTC (rev 173191)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python
+pkgver=3.3.0
+pkgrel=2
+_pybasever=3.3
+pkgdesc="Next generation of the python high-level scripting language"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.python.org/";
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a')
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \

[arch-commits] Commit in python/trunk (PKGBUILD)

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 07:47:29
  Author: stephane
Revision: 173190

upgpkg: python 3.3.0-2

Add Bluetooth support

Modified:
  python/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 12:20:03 UTC (rev 173189)
+++ PKGBUILD2012-12-12 12:47:29 UTC (rev 173190)
@@ -5,14 +5,14 @@
 
 pkgname=python
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 _pybasever=3.3
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.python.org/";
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez')
 optdepends=('tk: for tkinter' 'sqlite')
 provides=('python3')
 replaces=('python3')
@@ -49,7 +49,7 @@
   cd "${srcdir}/Python-${pkgver}"
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
  "${srcdir}/Python-${pkgver}/python" -m test.regrtest -x test_distutils 
test_site \
- test_urllib test_uuid test_pydoc
+ test_urllib test_uuid test_pydoc test_logging
 }
 
 package() {



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

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 07:20:03
  Author: stephane
Revision: 173189

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 173188, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 173188, python2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   84 ++
 testing-x86_64/PKGBUILD |   84 ++
 2 files changed, 168 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 173188, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-12 12:20:03 UTC (rev 173189)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributer: Allan McRae 
+# Contributer: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.3
+pkgrel=3
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('i686' 'x86_64')
+license=('PSF')
+url="http://www.python.org/";
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python<3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  export OPT="${CFLAGS}"
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd "${srcdir}/Python-${pkgver}"
+  make DESTDIR="${pkgdir}" altinstall maninstall
+
+  ln -sf python${_pybasever}"${pkgdir}/usr/bin/python2"
+  ln -sf python${_pybasever}-config "${pkgdir}/usr/bin/python2-config"
+  ln -sf python${_pybasever}.1  "${pkgdir}/usr/share/man/man1/python2.1"
+
+  ln -sf ../../libpython${_pybasever}.so \
+"${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so"
+
+  mv "${pkgdir}/usr/bin/smtpd.py" "${pkgdir}/usr/lib/python${_pybasever}/"
+
+  # some useful "stuff"
+  install -dm755 "${pkgdir}"/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py \
+"${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/"
+  install -m755 Tools/scripts/{README,*py} \
+"${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/"
+
+  # fix conflicts with python
+  mv "${pkgdir}"/usr/bin/idle{,2}
+  mv "${pkgdir}"/usr/bin/pydoc{,2}
+  mv "${pkgdir}"/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find "${pkgdir}/usr/lib/python${_pybasever}/" -name '*.py' | \
+xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  # clean-up reference to build directory
+  sed -i "s#${srcdir}/Python-${pkgver}:##" \
+"${pkgdir}/usr/lib/python${_pybasever}/config/Makefile"
+
+  # license
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 173188, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-12 12:20:03 UTC (rev 173189)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributer: Allan McRae 
+# Contributer: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.3
+pkgrel=3
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('i686' 'x86_64')
+license=('PSF')
+url="http://www.python.org/";
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python<3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_

[arch-commits] Commit in python2/trunk (PKGBUILD)

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 07:19:49
  Author: stephane
Revision: 173188

upgpkg: python2 2.7.3-3

Add support for Bluetooth

Modified:
  python2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 11:55:32 UTC (rev 173187)
+++ PKGBUILD2012-12-12 12:19:49 UTC (rev 173188)
@@ -5,14 +5,14 @@
 
 pkgname=python2
 pkgver=2.7.3
-pkgrel=2
+pkgrel=3
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
 license=('PSF')
 url="http://www.python.org/";
 depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
-makedepends=('tk')
+makedepends=('tk' 'bluez')
 optdepends=('tk: for IDLE')
 conflicts=('python<3')
 options=('!makeflags')



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

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 06:55:32
  Author: stephane
Revision: 173187

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

Added:
  flashplugin/repos/testing-i686/
  flashplugin/repos/testing-i686/PKGBUILD
(from rev 173186, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/testing-i686/flashplugin.install
(from rev 173186, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/testing-i686/mms.cfg
(from rev 173186, flashplugin/trunk/mms.cfg)
  flashplugin/repos/testing-x86_64/
  flashplugin/repos/testing-x86_64/PKGBUILD
(from rev 173186, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/testing-x86_64/flashplugin.install
(from rev 173186, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/testing-x86_64/mms.cfg
(from rev 173186, flashplugin/trunk/mms.cfg)

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/flashplugin.install   |   14 +
 testing-i686/mms.cfg   |2 +
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/flashplugin.install |   14 +
 testing-x86_64/mms.cfg |2 +
 6 files changed, 136 insertions(+)

Copied: flashplugin/repos/testing-i686/PKGBUILD (from rev 173186, 
flashplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-12 11:55:32 UTC (rev 173187)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.258
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)
+
+if [ "$CARCH" = "i686" ]; then
+
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
+mms.cfg)
+md5sums=('ed48f0db80969b1df1e9aab9a9276b8a'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+elif [ "$CARCH" = "x86_64" ]; then
+
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
+mms.cfg)
+md5sums=('999fec504e6d85b1b995264d796d49bf'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+fi
+
+package () {
+install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+if [ "$CARCH" = x86_64 ]; then
+install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
+else
+install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
+fi
+install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
+for i in 16x16 22x22 24x24 32x32 48x48; do
+install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
+
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
+done
+install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
+install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
+install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+install -Dm644 "$srcdir/mms.cfg" "$pkgdir/etc/adobe/mms.cfg"
+}

Copied: flashplugin/repos/testing-i686/flashplugin.install (from rev 173186, 
flashplugin/trunk/flashplugin.install)
===
--- testing-i686/flashplugin.install(rev 0)
+++ testing-i686/flashplugin.install2012-12-12 11:55:32 UTC (rev 173187)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+echo " >> "
+echo " >> If you have an NVIDIA card that supports libvdpau or Broadcom 
Crystal HD chips,"
+echo " >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg."
+echo " >> If you run into problems, please contact nVidia or Broadcom 
along with your system config info / driver version."
+echo " >> "
+}
+
+post_upgrade() {
+if  [ "$(vercmp $2 10.2.152.27-2)" -lt 0 ]; then
+post_install $1
+fi
+}

Copied: flashplugin/repos/testing-i686/mms.cfg 

[arch-commits] Commit in flashplugin/trunk (PKGBUILD)

2012-12-12 Thread Stéphane Gaudreault
Date: Wednesday, December 12, 2012 @ 06:54:55
  Author: stephane
Revision: 173186

upgpkg: flashplugin 11.2.202.258-1

upstream update

Modified:
  flashplugin/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 05:08:16 UTC (rev 173185)
+++ PKGBUILD2012-12-12 11:54:55 UTC (rev 173186)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.251
+pkgver=11.2.202.258
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -18,17 +18,17 @@
 backup=(etc/adobe/mms.cfg)
 
 if [ "$CARCH" = "i686" ]; then
-
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux_i386.tar.gz";
+
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('946f25a67c1bab8c170d786429b00f8d'
+md5sums=('ed48f0db80969b1df1e9aab9a9276b8a'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ "$CARCH" = "x86_64" ]; then
-
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux_x86_64.tar.gz";
+
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('4efd7f0a0041a26e6c148120bcc311bb'
+md5sums=('999fec504e6d85b1b995264d796d49bf'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi