[arch-commits] Commit in refind-efi/repos/extra-any (10 files)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:53:57
  Author: tpowa
Revision: 185993

archrelease: copy trunk to extra-any

Added:
  refind-efi/repos/extra-any/PKGBUILD
(from rev 185992, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
(from rev 185992, refind-efi/trunk/UDK-MdePkg-Revert-PathNodeCount.patch)
  refind-efi/repos/extra-any/refind-efi.install
(from rev 185992, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
(from rev 185992, refind-efi/trunk/refind_include_more_shell_paths.patch)
  refind-efi/repos/extra-any/refind_linux.conf
(from rev 185992, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-any/PKGBUILD
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
  refind-efi/repos/extra-any/refind-efi.install
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
  refind-efi/repos/extra-any/refind_linux.conf

---+
 PKGBUILD  |  476 +--
 UDK-MdePkg-Revert-PathNodeCount.patch | 1320 
 refind-efi.install|   62 -
 refind_include_more_shell_paths.patch |   26 
 refind_linux.conf |   10 
 5 files changed, 947 insertions(+), 947 deletions(-)

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


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

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:53:42
  Author: tpowa
Revision: 185992

upgpkg: refind-efi 0.6.11-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 06:53:30 UTC (rev 185991)
+++ PKGBUILD2013-05-20 06:53:42 UTC (rev 185992)
@@ -16,7 +16,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.6.10"
+pkgver="0.6.11"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs"
 url="http://www.rodsbooks.com/refind/index.html";
@@ -227,7 +227,7 @@
install -D -m0644 "${srcdir}/refind-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/refind/LICENSE"

 }
-md5sums=('132adf75bcde71ec89e0dbf73519adef'
+md5sums=('18f27918cb66c6e28ffa4eda2cf0b766'
  'SKIP'
  'SKIP'
  'SKIP'



[arch-commits] Commit in clawsker/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:53:30
  Author: tpowa
Revision: 185991

archrelease: copy trunk to extra-any

Added:
  clawsker/repos/extra-any/PKGBUILD
(from rev 185990, clawsker/trunk/PKGBUILD)
Deleted:
  clawsker/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-20 06:53:18 UTC (rev 185990)
+++ PKGBUILD2013-05-20 06:53:30 UTC (rev 185991)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Francesco Groccia 
-# Contributor: Jakub "mr.MikyMaus" Fiser 
-
-pkgname=clawsker
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="An applet to edit Claws Mail's hidden preferences."
-arch=('any')
-url="http://www.claws-mail.org/clawsker.php";
-license=('GPL3')
-makedepends=('gettext')
-depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
-source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz";)
-md5sums=('39bfd14316813aa957fb87b9ba32db65')
-
-build()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="/usr" DESTDIR="$pkgdir" install
-}

Copied: clawsker/repos/extra-any/PKGBUILD (from rev 185990, 
clawsker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-20 06:53:30 UTC (rev 185991)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Francesco Groccia 
+# Contributor: Jakub "mr.MikyMaus" Fiser 
+
+pkgname=clawsker
+pkgver=0.7.10
+pkgrel=1
+pkgdesc="An applet to edit Claws Mail's hidden preferences."
+arch=('any')
+url="http://www.claws-mail.org/clawsker.php";
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz";)
+
+build()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
+}
+md5sums=('500f9a0cf60bd165f14c9030dff45200')



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

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:53:18
  Author: tpowa
Revision: 185990

upgpkg: clawsker 0.7.10-1

bump to latest version

Modified:
  clawsker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 06:47:14 UTC (rev 185989)
+++ PKGBUILD2013-05-20 06:53:18 UTC (rev 185990)
@@ -4,7 +4,7 @@
 # Contributor: Jakub "mr.MikyMaus" Fiser 
 
 pkgname=clawsker
-pkgver=0.7.8
+pkgver=0.7.10
 pkgrel=1
 pkgdesc="An applet to edit Claws Mail's hidden preferences."
 arch=('any')
@@ -13,7 +13,6 @@
 makedepends=('gettext')
 depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
 source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz";)
-md5sums=('39bfd14316813aa957fb87b9ba32db65')
 
 build()
 {
@@ -25,3 +24,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make PREFIX="/usr" DESTDIR="$pkgdir" install
 }
+md5sums=('500f9a0cf60bd165f14c9030dff45200')



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

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:47:14
  Author: tpowa
Revision: 185989

fix source url

Modified:
  dosfstools/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 06:39:01 UTC (rev 185988)
+++ PKGBUILD2013-05-20 06:47:14 UTC (rev 185989)
@@ -7,9 +7,7 @@
 pkgdesc="DOS filesystem utilities"
 arch=(i686 x86_64)
 depends=('glibc')
-#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
-# using debian source, main page is down since quite some time
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.orig.tar.xz{,.sig})
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 url="http://www.daniel-baumann.ch/software/dosfstools/";
 license=('GPL2')
 



[arch-commits] Commit in linux-lts/repos (26 files)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:39:01
  Author: tpowa
Revision: 185988

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 185987, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 185987, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 185987, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 185987, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 185987, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 185987, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 185987, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 185987, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 185987, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 185987, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 185987, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 185987, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 185987, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 185987, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 185987, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 185987, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 185987, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 185987, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 185987, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 185987, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 185987, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 185987, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 185987, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 185987, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  327 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   65 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  327 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 testing-x86_64/i915

[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:38:28
  Author: tpowa
Revision: 185987

upgpkg: linux-lts 3.0.79-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   10 --
 linux-lts.install |2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 06:10:23 UTC (rev 185986)
+++ PKGBUILD2013-05-20 06:38:28 UTC (rev 185987)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.78
+pkgver=3.0.79
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'e82abb9211fdf67d11dff1e9498bb26c'
+ '4a0312db7ca4c4526fe7c238b4fa5b0c'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -34,6 +34,12 @@
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
 
+# module.symbols md5sums
+# x86_64
+# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.79-1-lts/modules.symbols
+# i686
+# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.79-1-lts/modules.symbols
+
 _kernelname=${pkgbase#linux}
 
 prepare() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-20 06:10:23 UTC (rev 185986)
+++ linux-lts.install   2013-05-20 06:38:28 UTC (rev 185987)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.78-1-lts
+KERNEL_VERSION=3.0.79-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux/repos (16 files)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:10:23
  Author: tpowa
Revision: 185986

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 185985, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
(from rev 185985, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 185985, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 185985, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 185985, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 185985, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 185985, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 185985, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
(from rev 185985, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 185985, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 185985, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 185985, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 185985, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 185985, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  328 
 testing-i686/alsa-firmware-loading-3.8.8.patch   |   89 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6270 +
 testing-i686/config.x86_64   | 6067 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  328 
 testing-x86_64/alsa-firmware-loading-3.8.8.patch |   89 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6270 +
 testing-x86_64/config.x86_64 | 6067 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 25690 insertions(+)

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


[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64 linux.install)

2013-05-19 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:09:54
  Author: tpowa
Revision: 185985

upgpkg: linux 3.9.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
  linux/trunk/linux.install

---+
 PKGBUILD  |   16 +++-
 config|   11 +++
 config.x86_64 |   10 +++---
 linux.install |2 +-
 4 files changed, 26 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 05:43:08 UTC (rev 185984)
+++ PKGBUILD2013-05-20 06:09:54 UTC (rev 185985)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.9
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -19,14 +19,20 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch')
+
+_kernelname=${pkgbase#linux}
 md5sums=('4348c9b6b2eb3144d601e87c19d5d909'
- 'adeb2556568f79e827e7a0ce4c483605'
- '91b88099925a7d4f9e7adb5552a9c17d'
- 'baf222c5beba4d0d7e32bc0e54e66f9b'
+ '71b31e29e0cb437a27017c781293b6f4'
+ '41c65cdad9c05b63549ca96d978c2859'
+ '11c3390fc88ad67b7aa110d0729773c6'
  'eb14dcfd80c00852ef81ded6e826826a'
  'f3def2cefdcbb954c21d8505d23cc83c')
 
-_kernelname=${pkgbase#linux}
+# module.symbols md5sums
+# x86_64
+# e1bd8696bb9a73532de25013dc81bef1  /lib/modules/3.9.3-1-ARCH/modules.symbols
+# i686
+# dd583fcb2b6ca032a1542330b8e146fd  /lib/modules/3.9.3-1-ARCH/modules.symbols
 
 prepare() {
   cd "${srcdir}/${_srcname}"

Modified: config
===
--- config  2013-05-20 05:43:08 UTC (rev 185984)
+++ config  2013-05-20 06:09:54 UTC (rev 185985)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.9.0 Kernel Configuration
+# Linux/x86 3.9.3-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -87,7 +87,6 @@
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
 CONFIG_CLOCKSOURCE_WATCHDOG=y
-CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y
 CONFIG_KTIME_SCALAR=y
 CONFIG_GENERIC_CLOCKEVENTS=y
 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
@@ -1877,7 +1876,7 @@
 # CONFIG_ATA_NONSTANDARD is not set
 CONFIG_ATA_VERBOSE_ERROR=y
 CONFIG_ATA_ACPI=y
-CONFIG_SATA_ZPODD=y 
+CONFIG_SATA_ZPODD=y
 CONFIG_SATA_PMP=y
 
 #
@@ -5060,6 +5059,9 @@
 CONFIG_EDAC_I7300=m
 CONFIG_RTC_LIB=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_SYSTOHC=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
 # CONFIG_RTC_DEBUG is not set
 
 #
@@ -5444,7 +5446,6 @@
 CONFIG_DGRP=m
 CONFIG_FIREWIRE_SERIAL=m
 CONFIG_ZCACHE=y
-CONFIG_RAMSTER=y
 CONFIG_X86_PLATFORM_DEVICES=y
 CONFIG_ACER_WMI=m
 CONFIG_ACERHDF=m
@@ -5737,6 +5738,7 @@
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
+CONFIG_NFS_DEBUG=y
 CONFIG_NFSD=m
 CONFIG_NFSD_V2_ACL=y
 CONFIG_NFSD_V3=y
@@ -5750,6 +5752,7 @@
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
 CONFIG_SUNRPC_BACKCHANNEL=y
+CONFIG_SUNRPC_SWAP=y
 CONFIG_RPCSEC_GSS_KRB5=m
 CONFIG_SUNRPC_DEBUG=y
 CONFIG_CEPH_FS=m

Modified: config.x86_64
===
--- config.x86_64   2013-05-20 05:43:08 UTC (rev 185984)
+++ config.x86_64   2013-05-20 06:09:54 UTC (rev 185985)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.9.0-2 Kernel Configuration
+# Linux/x86 3.9.3-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -89,7 +89,6 @@
 CONFIG_SPARSE_IRQ=y
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y
-CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y
 CONFIG_GENERIC_TIME_VSYSCALL=y
 CONFIG_GENERIC_CLOCKEVENTS=y
 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
@@ -4874,6 +4873,9 @@
 CONFIG_EDAC_SBRIDGE=m
 CONFIG_RTC_LIB=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_SYSTOHC=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
 # CONFIG_RTC_DEBUG is not set
 
 #
@@ -5526,6 +5528,7 @@
 CONFIG_NFS_FSCACHE=y
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
+CONFIG_NFS_DEBUG=y
 CONFIG_NFSD=m
 CONFIG_NFSD_V2_ACL=y
 CONFIG_NFSD_V3=y
@@ -5539,8 +5542,9 @@
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
 CONFIG_SUNRPC_BACKCHANNEL=y
+CONFIG_SUNRPC_SWAP=y
 CONFIG_RPCSEC_GSS_KRB5=m
-CONFIG_SUNRPC_DEBUG=y 
+CONFIG_SUNRPC_DEBUG=y
 CONFIG_CEPH_FS=m
 CONFIG_CIFS=m
 CONFIG_CIFS_STATS=y

Modified: linux.install
===
--- linux.install   2013-05-20 05:43:08 UTC (rev 185984)
+++ linux.install   2013-05-20 06:09:54 UTC (rev 185985)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.9.1-1-ARCH
+KERNEL_VERSION=3.9.3-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/b

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

2013-05-19 Thread Giovanni Scafora
Date: Monday, May 20, 2013 @ 07:43:08
  Author: giovanni
Revision: 185984

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 185983, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 185983, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 185983, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 185983, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 185983, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 185983, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 185983, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 185983, 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

--+
 /PKGBUILD|  110 +
 /gparted.install |   22 
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   58 ---
 extra-i686/gparted.install   |   14 --
 extra-i686/gparted_polkit|6 +
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   58 ---
 extra-x86_64/gparted.install |   14 --
 extra-x86_64/gparted_polkit  |6 +
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 11 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-20 05:42:55 UTC (rev 185983)
+++ extra-i686/PKGBUILD 2013-05-20 05:43:08 UTC (rev 185984)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.16.1
-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'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: 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: utilities to access MS-DOS disks')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-  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
-  echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted_polkit
-  echo 'if [ $(which pkexec) ]; then' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo '  pkexec --disable-internal-agent "/usr/bin/gparted" "$@"' >> 
${pkgdir}/usr/bin/gparted_polkit
-  echo 'else' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo '  /usr/bin/gparted "$@"' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo 'fi' >> ${pkgdir}/usr/bin/gparted_polkit
-  chmod 755 ${pkgdir}/usr/bin/gparted_polkit
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 185983, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-20 05:43:08 UTC (rev 185984)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgna

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

2013-05-19 Thread Giovanni Scafora
Date: Monday, May 20, 2013 @ 07:42:55
  Author: giovanni
Revision: 185983

upgpkg: gparted 0.16.1-4

Added launcher script for polkit users

Added:
  gparted/trunk/gparted_polkit
Modified:
  gparted/trunk/PKGBUILD
  gparted/trunk/gparted.install

-+
 PKGBUILD|   19 ---
 gparted.install |7 ++-
 gparted_polkit  |6 ++
 3 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 23:20:13 UTC (rev 185982)
+++ PKGBUILD2013-05-20 05:42:55 UTC (rev 185983)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.16.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net";
@@ -26,9 +26,11 @@
 'mtools: utilities to access MS-DOS disks')
 install=gparted.install
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'org.archlinux.pkexec.gparted.policy')
+'org.archlinux.pkexec.gparted.policy'
+'gparted_polkit')
 md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19')
+ '122ed3120c846376bead22b25f6a3b19'
+ '9b70450ef7d17c282e9185e5869a4cec')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -45,14 +47,9 @@
   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 -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
+ 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
 
   # Install launcher script
-  echo '#!/bin/sh' > ${pkgdir}/usr/bin/gparted_polkit
-  echo 'if [ $(which pkexec) ]; then' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo '  pkexec --disable-internal-agent "/usr/bin/gparted" "$@"' >> 
${pkgdir}/usr/bin/gparted_polkit
-  echo 'else' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo '  /usr/bin/gparted "$@"' >> ${pkgdir}/usr/bin/gparted_polkit
-  echo 'fi' >> ${pkgdir}/usr/bin/gparted_polkit
-  chmod 755 ${pkgdir}/usr/bin/gparted_polkit
+  install -m755 "${srcdir}/gparted_polkit" "${pkgdir}/usr/bin/gparted_polkit"
 }

Modified: gparted.install
===
--- gparted.install 2013-05-19 23:20:13 UTC (rev 185982)
+++ gparted.install 2013-05-20 05:42:55 UTC (rev 185983)
@@ -1,14 +1,11 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo 'If you use a lightweight windowmanager, remember to run'
-  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
-  echo 'graphical authentication, which may be needed for pkexec to work.'
 }
 
 post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }

Added: gparted_polkit
===
--- gparted_polkit  (rev 0)
+++ gparted_polkit  2013-05-20 05:42:55 UTC (rev 185983)
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ $(which pkexec) ]; then
+  pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+  /usr/bin/gparted "$@"
+fi



[arch-commits] Commit in linux-tools/repos (14 files)

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 01:48:57
  Author: seblu
Revision: 91132

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

Added:
  linux-tools/repos/community-staging-i686/
  linux-tools/repos/community-staging-i686/PKGBUILD
(from rev 91131, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-staging-i686/cpupower.default
(from rev 91131, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-staging-i686/cpupower.install
(from rev 91131, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-staging-i686/cpupower.service
(from rev 91131, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-staging-i686/cpupower.systemd
(from rev 91131, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-staging-i686/usbipd.service
(from rev 91131, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-staging-x86_64/
  linux-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 91131, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-staging-x86_64/cpupower.default
(from rev 91131, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-staging-x86_64/cpupower.install
(from rev 91131, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-staging-x86_64/cpupower.service
(from rev 91131, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-staging-x86_64/cpupower.systemd
(from rev 91131, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-staging-x86_64/usbipd.service
(from rev 91131, linux-tools/trunk/usbipd.service)

---+
 community-staging-i686/PKGBUILD   |  166 
 community-staging-i686/cpupower.default   |   29 
 community-staging-i686/cpupower.install   |   13 ++
 community-staging-i686/cpupower.service   |   10 +
 community-staging-i686/cpupower.systemd   |   32 +
 community-staging-i686/usbipd.service |9 +
 community-staging-x86_64/PKGBUILD |  166 
 community-staging-x86_64/cpupower.default |   29 
 community-staging-x86_64/cpupower.install |   13 ++
 community-staging-x86_64/cpupower.service |   10 +
 community-staging-x86_64/cpupower.systemd |   32 +
 community-staging-x86_64/usbipd.service   |9 +
 12 files changed, 518 insertions(+)

Copied: linux-tools/repos/community-staging-i686/PKGBUILD (from rev 91131, 
linux-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 23:48:57 UTC (rev 91132)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=linux-tools
+pkgname=('linux-tools-meta'
+ 'libtraceevent'
+ 'perf'
+ 'cpupower'
+ 'x86_energy_perf_policy'
+ 'usbip')
+pkgver=3.9
+pkgrel=3
+license=('GPL2')
+arch=('i686' 'x86_64')
+url='http://www.kernel.org'
+options=('!strip')
+# split packages need all package dependencies set manually in makedepends
+# kernel source deps
+makedepends=('asciidoc' 'xmlto')
+# perf deps
+makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
+# cpupower deps
+makedepends+=('pciutils')
+# usbip deps
+makedepends+=('glib2' 'sysfsutils')
+groups=("$pkgbase")
+source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz";
+#"http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.6.xz";
+'cpupower.default'
+'cpupower.systemd'
+'cpupower.service'
+'usbipd.service')
+# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
+sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541'
+'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
+'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
+'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
+'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f')
+
+build() {
+  # apply stable patching set
+  if (( NOEXTRACT == 0 )) && [[ -e "$srcdir"/patch-* ]]; then
+msg2 'Applying stable patch set'
+patch -N -p1 -i "$srcdir"/patch-*
+  fi
+
+  msg2 'Build libtraceevent'
+  pushd linux-$pkgver/tools/lib/traceevent
+  make
+  popd
+
+  msg2 'Build perf'
+  pushd linux-$pkgver/tools/perf
+  make \
+WERROR=0 \
+DESTDIR="$pkgdir/usr" \
+perfexecdir='lib/perf' \
+PYTHON=python2 \
+NO_GTK2=1 \
+PERF_VERSION=$pkgver-$pkgrel \
+all man
+  popd
+
+  msg2 'Build cpupower'
+  pushd linux-$pkgver/tools/power/cpupower
+  # we cannot use --as-needed
+  LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"}
+  make VERSION=$pkgver-$pkgrel
+  popd
+
+  msg2 'Build x86_energy_perf_policy'
+  pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
+  make
+  popd
+
+  msg2 'Build usbip'
+  pushd linux-

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

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 01:48:35
  Author: seblu
Revision: 91131

upgpkg: linux-tools 3.9-3

- perl 5.18 rebuild

Modified:
  linux-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 23:18:09 UTC (rev 91130)
+++ PKGBUILD2013-05-19 23:48:35 UTC (rev 91131)
@@ -9,7 +9,7 @@
  'x86_energy_perf_policy'
  'usbip')
 pkgver=3.9
-pkgrel=2
+pkgrel=3
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:20:13
  Author: foutrelis
Revision: 185982

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

Added:
  frozen-bubble/repos/staging-i686/
  frozen-bubble/repos/staging-i686/PKGBUILD
(from rev 185981, frozen-bubble/trunk/PKGBUILD)
  frozen-bubble/repos/staging-i686/frozen-bubble.desktop
(from rev 185981, frozen-bubble/trunk/frozen-bubble.desktop)
  frozen-bubble/repos/staging-x86_64/
  frozen-bubble/repos/staging-x86_64/PKGBUILD
(from rev 185981, frozen-bubble/trunk/PKGBUILD)
  frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop
(from rev 185981, frozen-bubble/trunk/frozen-bubble.desktop)

--+
 staging-i686/PKGBUILD|   41 +
 staging-i686/frozen-bubble.desktop   |9 +++
 staging-x86_64/PKGBUILD  |   41 +
 staging-x86_64/frozen-bubble.desktop |9 +++
 4 files changed, 100 insertions(+)

Copied: frozen-bubble/repos/staging-i686/PKGBUILD (from rev 185981, 
frozen-bubble/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 23:20:13 UTC (rev 185982)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Allan McRae 
+# Contributor: Brandon Niemczyk 
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=5
+pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
+arch=(i686 x86_64)
+url="http://www.frozen-bubble.org";
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build install destdir="$pkgdir"
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
"$pkgdir/usr/share/pixmaps/frozen-bubble.png"
+  install -D -m644 "$srcdir/frozen-bubble.desktop" 
"$pkgdir/usr/share/applications/frozen-bubble.desktop"
+}

Copied: frozen-bubble/repos/staging-i686/frozen-bubble.desktop (from rev 
185981, frozen-bubble/trunk/frozen-bubble.desktop)
===
--- staging-i686/frozen-bubble.desktop  (rev 0)
+++ staging-i686/frozen-bubble.desktop  2013-05-19 23:20:13 UTC (rev 185982)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Frozen Bubble
+Icon=frozen-bubble.png
+Exec=/usr/bin/vendor_perl/frozen-bubble
+Terminal=false
+Categories=Game;

Copied: frozen-bubble/repos/staging-x86_64/PKGBUILD (from rev 185981, 
frozen-bubble/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 23:20:13 UTC (rev 185982)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Allan McRae 
+# Contributor: Brandon Niemczyk 
+
+pkgname=frozen-bubble
+_pkgver=2.2.1-beta1
+pkgver=${_pkgver/-/}
+pkgrel=5
+pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
+arch=(i686 x86_64)
+url="http://www.frozen-bubble.org";
+license=(GPL2)
+depends=(perl-sdl perl-ipc-system-simple perl-compress-bzip2 perl-file-which)
+makedepends=(perl-file-slurp perl-locale-maketext-lexicon)
+options=('!emptydirs')
+source=(http://www.frozen-bubble.org/data/$pkgname-$_pkgver.tar.bz2 \
+frozen-bubble.desktop)
+md5sums=('825cc23ed806838b9d86de9982a5687a'
+ '01b10b77ba6ad856f5c199121c582272')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  perl Build install destdir="$pkgdir"
+
+  install -D -m644 share/icons/frozen-bubble-icon-64x64.png 
"$pkgdir/usr/share/pixmaps/frozen-bubble.png"
+  install -D -m644 "$srcdir/frozen-bubble.desktop" 
"$pkgdir/usr/share/applications/frozen-bubble.desktop"
+}

Copied: frozen-bubble/repos/staging-x86_64/frozen-bubble.desktop (from rev 
185981, frozen-bubble/trunk/frozen-bubble.desktop)
===
--- staging-x86_64/frozen-bubble.desktop(rev 0)
+++ staging-x86_64/frozen-bubble.desktop  

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:20:03
  Author: foutrelis
Revision: 185981

upgpkg: frozen-bubble 2.2.1beta1-5

Perl 5.18 rebuild.

Modified:
  frozen-bubble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 23:12:26 UTC (rev 185980)
+++ PKGBUILD2013-05-19 23:20:03 UTC (rev 185981)
@@ -6,7 +6,7 @@
 pkgname=frozen-bubble
 _pkgver=2.2.1-beta1
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
 pkgdesc="A game in which you throw colorful bubbles and build groups to 
destroy the bubbles"
 arch=(i686 x86_64)
 url="http://www.frozen-bubble.org";



[arch-commits] Commit in perl-file-rsyncp/repos (4 files)

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 01:18:09
  Author: seblu
Revision: 91130

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

Added:
  perl-file-rsyncp/repos/community-staging-i686/
  perl-file-rsyncp/repos/community-staging-i686/PKGBUILD
(from rev 91129, perl-file-rsyncp/trunk/PKGBUILD)
  perl-file-rsyncp/repos/community-staging-x86_64/
  perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD
(from rev 91129, perl-file-rsyncp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: perl-file-rsyncp/repos/community-staging-i686/PKGBUILD (from rev 91129, 
perl-file-rsyncp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 23:18:09 UTC (rev 91130)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=3
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=("http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz";)
+md5sums=('f244372d15a2991b8700f62e73ac51e4')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD (from rev 
91129, perl-file-rsyncp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 23:18:09 UTC (rev 91130)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=3
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=("http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz";)
+md5sums=('f244372d15a2991b8700f62e73ac51e4')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-file-rsyncp/trunk (PKGBUILD)

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 01:16:51
  Author: seblu
Revision: 91129

upgpkg: perl-file-rsyncp 0.70-3

-perl 5.18 rebuild

Modified:
  perl-file-rsyncp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:23:04 UTC (rev 91128)
+++ PKGBUILD2013-05-19 23:16:51 UTC (rev 91129)
@@ -3,7 +3,7 @@
 
 pkgname=perl-file-rsyncp
 pkgver=0.70
-pkgrel=2
+pkgrel=3
 pkgdesc='Perl interface to rsync file list encoding and decoding'
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:12:26
  Author: foutrelis
Revision: 185980

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

Added:
  perl-sdl/repos/staging-i686/
  perl-sdl/repos/staging-i686/PKGBUILD
(from rev 185979, perl-sdl/trunk/PKGBUILD)
  perl-sdl/repos/staging-x86_64/
  perl-sdl/repos/staging-x86_64/PKGBUILD
(from rev 185979, perl-sdl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: perl-sdl/repos/staging-i686/PKGBUILD (from rev 185979, 
perl-sdl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 23:12:26 UTC (rev 185980)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+pkgname=perl-sdl
+pkgver=2.540
+pkgrel=4
+pkgdesc="Simple DirectMedia Layer for Perl"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://sdl.perl.org";
+depends=(perl-alien-sdl perl-tie-simple
+ sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
+makedepends=('perl-module-build>=0.40')
+options=('!emptydirs')
+replaces=(sdl_perl)
+conflicts=(sdl_perl)
+provides=("sdl_perl=$pkgver")
+# http://search.cpan.org/dist/SDL/
+_author=JTPALMER
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('1a5d7849cbdfde4982b28458e38ab172')
+
+build() {
+  cd SDL-$pkgver
+  # Perl selects the proper CFLAGS set for binary modules
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd SDL-$pkgver
+  perl Build test || true
+}
+
+package() {
+  cd SDL-$pkgver
+  perl Build install destdir="$pkgdir"
+}

Copied: perl-sdl/repos/staging-x86_64/PKGBUILD (from rev 185979, 
perl-sdl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 23:12:26 UTC (rev 185980)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+pkgname=perl-sdl
+pkgver=2.540
+pkgrel=4
+pkgdesc="Simple DirectMedia Layer for Perl"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://sdl.perl.org";
+depends=(perl-alien-sdl perl-tie-simple
+ sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
+makedepends=('perl-module-build>=0.40')
+options=('!emptydirs')
+replaces=(sdl_perl)
+conflicts=(sdl_perl)
+provides=("sdl_perl=$pkgver")
+# http://search.cpan.org/dist/SDL/
+_author=JTPALMER
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('1a5d7849cbdfde4982b28458e38ab172')
+
+build() {
+  cd SDL-$pkgver
+  # Perl selects the proper CFLAGS set for binary modules
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd SDL-$pkgver
+  perl Build test || true
+}
+
+package() {
+  cd SDL-$pkgver
+  perl Build install destdir="$pkgdir"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:12:13
  Author: foutrelis
Revision: 185979

upgpkg: perl-sdl 2.540-4

Perl 5.18 rebuild.

Modified:
  perl-sdl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 23:05:39 UTC (rev 185978)
+++ PKGBUILD2013-05-19 23:12:13 UTC (rev 185979)
@@ -5,7 +5,7 @@
 
 pkgname=perl-sdl
 pkgver=2.540
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple DirectMedia Layer for Perl"
 arch=(i686 x86_64)
 license=(LGPL)



[arch-commits] Commit in perl-compress-bzip2/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:05:39
  Author: foutrelis
Revision: 185978

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

Added:
  perl-compress-bzip2/repos/staging-i686/
  perl-compress-bzip2/repos/staging-i686/PKGBUILD
(from rev 185977, perl-compress-bzip2/trunk/PKGBUILD)
  perl-compress-bzip2/repos/staging-x86_64/
  perl-compress-bzip2/repos/staging-x86_64/PKGBUILD
(from rev 185977, perl-compress-bzip2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: perl-compress-bzip2/repos/staging-i686/PKGBUILD (from rev 185977, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 23:05:39 UTC (rev 185978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.15
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('f1cc338445e60dfd22f5a3a302fc22ca')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-compress-bzip2/repos/staging-x86_64/PKGBUILD (from rev 185977, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 23:05:39 UTC (rev 185978)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.15
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('f1cc338445e60dfd22f5a3a302fc22ca')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-compress-bzip2/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 01:05:31
  Author: foutrelis
Revision: 185977

upgpkg: perl-compress-bzip2 2.15-1

Bump to latest release and build against Perl 5.18.

Modified:
  perl-compress-bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:59:33 UTC (rev 185976)
+++ PKGBUILD2013-05-19 23:05:31 UTC (rev 185977)
@@ -3,16 +3,16 @@
 
 pkgname=perl-compress-bzip2
 _realname=Compress-Bzip2
-pkgver=2.09
-pkgrel=5
+pkgver=2.15
+pkgrel=1
 pkgdesc="Interface to Bzip2 compression library"
 arch=(i686 x86_64)
 license=(GPL2)
 depends=(perl bzip2)
 url="http://search.cpan.org/dist/Compress-Bzip2";
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/A/AR/ARJAY/$_realname-$pkgver.tar.gz";)
-md5sums=('1699fde3e86f2a036f135ae606d456bf')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('f1cc338445e60dfd22f5a3a302fc22ca')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:59:33
  Author: foutrelis
Revision: 185976

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

Added:
  gnome-perl/repos/staging-i686/
  gnome-perl/repos/staging-i686/PKGBUILD
(from rev 185975, gnome-perl/trunk/PKGBUILD)
  gnome-perl/repos/staging-x86_64/
  gnome-perl/repos/staging-x86_64/PKGBUILD
(from rev 185975, gnome-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnome-perl/repos/staging-i686/PKGBUILD (from rev 185975, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:59:33 UTC (rev 185976)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=9
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-perl/repos/staging-x86_64/PKGBUILD (from rev 185975, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:59:33 UTC (rev 185976)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+_realname=Gnome2
+pkgver=1.042
+pkgrel=9
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('eb7b624114e45e54e022a633ffc1cce6')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:59:18
  Author: foutrelis
Revision: 185975

upgpkg: gnome-perl 1.042-9

Perl 5.18 rebuild.

Modified:
  gnome-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:56:19 UTC (rev 185974)
+++ PKGBUILD2013-05-19 22:59:18 UTC (rev 185975)
@@ -4,7 +4,7 @@
 pkgname=gnome-perl
 _realname=Gnome2
 pkgver=1.042
-pkgrel=8
+pkgrel=9
 pkgdesc="Perl bindings for libgnome"
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in gnome-vfs-perl/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:56:19
  Author: foutrelis
Revision: 185974

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

Added:
  gnome-vfs-perl/repos/staging-i686/
  gnome-vfs-perl/repos/staging-i686/PKGBUILD
(from rev 185973, gnome-vfs-perl/trunk/PKGBUILD)
  gnome-vfs-perl/repos/staging-x86_64/
  gnome-vfs-perl/repos/staging-x86_64/PKGBUILD
(from rev 185973, gnome-vfs-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnome-vfs-perl/repos/staging-i686/PKGBUILD (from rev 185973, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:56:19 UTC (rev 185974)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=7
+pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-vfs-perl/repos/staging-x86_64/PKGBUILD (from rev 185973, 
gnome-vfs-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:56:19 UTC (rev 185974)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-vfs-perl
+_realname=Gnome2-VFS
+pkgver=1.081
+pkgrel=7
+pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'gnome-vfs' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('3d220cbbe9f1ebc78d7047593f9cd633')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gnome-vfs-perl/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:56:07
  Author: foutrelis
Revision: 185973

upgpkg: gnome-vfs-perl 1.081-7

Perl 5.18 rebuild.

Modified:
  gnome-vfs-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:49:29 UTC (rev 185972)
+++ PKGBUILD2013-05-19 22:56:07 UTC (rev 185973)
@@ -4,7 +4,7 @@
 pkgname=gnome-vfs-perl
 _realname=Gnome2-VFS
 pkgver=1.081
-pkgrel=6
+pkgrel=7
 pkgdesc="Gnome2-VFS perl bindings for gnome-vfs"
 arch=(i686 x86_64)
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:49:29
  Author: foutrelis
Revision: 185972

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

Added:
  gnomecanvas-perl/repos/staging-i686/
  gnomecanvas-perl/repos/staging-i686/PKGBUILD
(from rev 185971, gnomecanvas-perl/trunk/PKGBUILD)
  gnomecanvas-perl/repos/staging-x86_64/
  gnomecanvas-perl/repos/staging-x86_64/PKGBUILD
(from rev 185971, gnomecanvas-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gnomecanvas-perl/repos/staging-i686/PKGBUILD (from rev 185971, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:49:29 UTC (rev 185972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=11
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: gnomecanvas-perl/repos/staging-x86_64/PKGBUILD (from rev 185971, 
gnomecanvas-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:49:29 UTC (rev 185972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnomecanvas-perl
+_realname=Gnome2-Canvas
+pkgver=1.002
+pkgrel=11
+pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2-perl' 'libgnomecanvas' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('93405a987ba4bbd03c2f91592b88f5cb')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:49:21
  Author: foutrelis
Revision: 185971

upgpkg: gnomecanvas-perl 1.002-11

Perl 5.18 rebuild.

Modified:
  gnomecanvas-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:47:23 UTC (rev 185970)
+++ PKGBUILD2013-05-19 22:49:21 UTC (rev 185971)
@@ -4,7 +4,7 @@
 pkgname=gnomecanvas-perl
 _realname=Gnome2-Canvas
 pkgver=1.002
-pkgrel=10
+pkgrel=11
 pkgdesc="Gnome2-Canvas perl bindings for libgnomecanvas"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:47:23
  Author: foutrelis
Revision: 185970

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

Added:
  glade-perl/repos/staging-i686/
  glade-perl/repos/staging-i686/PKGBUILD
(from rev 185969, glade-perl/trunk/PKGBUILD)
  glade-perl/repos/staging-x86_64/
  glade-perl/repos/staging-x86_64/PKGBUILD
(from rev 185969, glade-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: glade-perl/repos/staging-i686/PKGBUILD (from rev 185969, 
glade-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:47:23 UTC (rev 185970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=7
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: glade-perl/repos/staging-x86_64/PKGBUILD (from rev 185969, 
glade-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:47:23 UTC (rev 185970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glade-perl
+_realname=Gtk2-GladeXML
+pkgver=1.007
+pkgrel=7
+pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('libglade' 'gtk2-perl' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6ca234e2a9f0221263acd2a593c583b')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:47:12
  Author: foutrelis
Revision: 185969

upgpkg: glade-perl 1.007-7

Perl 5.18 rebuild.

Modified:
  glade-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:44:31 UTC (rev 185968)
+++ PKGBUILD2013-05-19 22:47:12 UTC (rev 185969)
@@ -4,7 +4,7 @@
 pkgname=glade-perl
 _realname=Gtk2-GladeXML
 pkgver=1.007
-pkgrel=6
+pkgrel=7
 pkgdesc="Gtk2-GladeXML perl bindings for glade 2.x"
 arch=(i686 x86_64)
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:44:31
  Author: foutrelis
Revision: 185968

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

Added:
  gtk2-perl/repos/staging-i686/
  gtk2-perl/repos/staging-i686/PKGBUILD
(from rev 185967, gtk2-perl/trunk/PKGBUILD)
  gtk2-perl/repos/staging-x86_64/
  gtk2-perl/repos/staging-x86_64/PKGBUILD
(from rev 185967, gtk2-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gtk2-perl/repos/staging-i686/PKGBUILD (from rev 185967, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:44:31 UTC (rev 185968)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.247
+pkgrel=2
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('b65b0293cce3ac3786c37a7fa508e506')
+
+build() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: gtk2-perl/repos/staging-x86_64/PKGBUILD (from rev 185967, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:44:31 UTC (rev 185968)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.247
+pkgrel=2
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('b65b0293cce3ac3786c37a7fa508e506')
+
+build() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd "${srcdir}/Gtk2-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:44:19
  Author: foutrelis
Revision: 185967

upgpkg: gtk2-perl 1.247-2

Perl 5.18 rebuild.

Modified:
  gtk2-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:41:55 UTC (rev 185966)
+++ PKGBUILD2013-05-19 22:44:19 UTC (rev 185967)
@@ -4,7 +4,7 @@
 
 pkgname=gtk2-perl
 pkgver=1.247
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for GTK+ 2.x"
 arch=(i686 x86_64)
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:41:55
  Author: foutrelis
Revision: 185966

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

Added:
  
glib-perl/repos/staging-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
(from rev 185965, 
glib-perl/trunk/0001-Make-Glib-Object-subclassing-more-robust.patch)
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 185965, glib-perl/trunk/PKGBUILD)
  
glib-perl/repos/staging-x86_64/0001-Make-Glib-Object-subclassing-more-robust.patch
(from rev 185965, 
glib-perl/trunk/0001-Make-Glib-Object-subclassing-more-robust.patch)
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 185965, glib-perl/trunk/PKGBUILD)
Deleted:
  glib-perl/repos/staging-i686/PKGBUILD
  glib-perl/repos/staging-x86_64/PKGBUILD

+
 /PKGBUILD  |   82 +++
 staging-i686/0001-Make-Glib-Object-subclassing-more-robust.patch   |  230 
++
 staging-i686/PKGBUILD  |   32 -
 staging-x86_64/0001-Make-Glib-Object-subclassing-more-robust.patch |  230 
++
 staging-x86_64/PKGBUILD|   32 -
 5 files changed, 542 insertions(+), 64 deletions(-)

Copied: 
glib-perl/repos/staging-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
 (from rev 185965, 
glib-perl/trunk/0001-Make-Glib-Object-subclassing-more-robust.patch)
===
--- staging-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
(rev 0)
+++ staging-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
2013-05-19 22:41:55 UTC (rev 185966)
@@ -0,0 +1,230 @@
+From ebf55199407d3be92162f5c2573c7f9c34614cb1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= 
+Date: Thu, 2 Aug 2012 21:41:41 +0200
+Subject: [PATCH] Make Glib::Object subclassing more robust
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Rearrange how we register the interfaces, properties and signals of a newly
+created type so that:
+
+• The outcome is independent of the order of the arguments passed to
+Glib::Object::Subclass or Glib::Type->register.  This also avoids fallout from
+the change to hash randomization in perl 5.17.6.
+
+• We register things in the correct order: interfaces first, before entering
+class_init; then properties and signals from within class_init.  This also
+avoids prematurely creating the new type's class.
+---
+ GType.xs | 92 
+ NEWS |  7 +
+ 2 files changed, 77 insertions(+), 22 deletions(-)
+
+diff --git a/GType.xs b/GType.xs
+index 02e24a4..fdaad68 100644
+--- a/GType.xs
 b/GType.xs
+@@ -1234,13 +1234,10 @@ parse_signal_hash (GType instance_type,
+ 
+ 
+ static void
+-add_signals (GType instance_type, HV * signals)
++add_signals (GType instance_type, HV * signals, AV * interfaces)
+ {
+-  GObjectClass *oclass;
+   HE * he;
+ 
+-  oclass = g_type_class_ref (instance_type);
+-
+   hv_iterinit (signals);
+   while (NULL != (he = hv_iternext (signals))) {
+   I32 keylen;
+@@ -1250,9 +1247,36 @@ add_signals (GType instance_type, HV * signals)
+ 
+   /* the key is the signal name */
+   signal_name = hv_iterkey (he, &keylen);
+-  /* if the signal is defined at this point, we're going to
+-   * override the installed closure. */
+-  signal_id = g_signal_lookup (signal_name, instance_type);
++
++  /* if, at this point, the signal is already defined in the
++   * ancestry or the interfaces we just added to instance_type,
++   * we can only override the installed closure.  trying to
++   * create a new signal with the same name is an error.
++   *
++   * unfortunately, we cannot simply use instance_type to do the
++   * lookup because g_signal_lookup would complain about it since
++   * it hasn't been fully loaded yet.  see
++   * .
++   *
++   * FIXME: the "if (signal_id)" check in the hash ref block
++   * below could be removed since g_signal_newv also checks this.
++   * consequently, this lookup code could be moved into the class
++   * closure block below. */
++  signal_id = g_signal_lookup (signal_name,
++   g_type_parent (instance_type));
++  if (!signal_id && interfaces) {
++  int i;
++  for (i = 0; i <= av_len (interfaces); i++) {
++  GType interface_type;
++  SV ** svp = av_fetch (interfaces, i, FALSE);
++  

[arch-commits] Commit in glib-perl/trunk (2 files)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:41:37
  Author: foutrelis
Revision: 185965

upgpkg: glib-perl 1.280-3

Add upstream patch so that gtk2-perl compiles against Perl 5.18.

Added:
  glib-perl/trunk/0001-Make-Glib-Object-subclassing-more-robust.patch
Modified:
  glib-perl/trunk/PKGBUILD

-+
 0001-Make-Glib-Object-subclassing-more-robust.patch |  230 ++
 PKGBUILD|   15 -
 2 files changed, 242 insertions(+), 3 deletions(-)

Added: 0001-Make-Glib-Object-subclassing-more-robust.patch
===
--- 0001-Make-Glib-Object-subclassing-more-robust.patch 
(rev 0)
+++ 0001-Make-Glib-Object-subclassing-more-robust.patch 2013-05-19 22:41:37 UTC 
(rev 185965)
@@ -0,0 +1,230 @@
+From ebf55199407d3be92162f5c2573c7f9c34614cb1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= 
+Date: Thu, 2 Aug 2012 21:41:41 +0200
+Subject: [PATCH] Make Glib::Object subclassing more robust
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Rearrange how we register the interfaces, properties and signals of a newly
+created type so that:
+
+• The outcome is independent of the order of the arguments passed to
+Glib::Object::Subclass or Glib::Type->register.  This also avoids fallout from
+the change to hash randomization in perl 5.17.6.
+
+• We register things in the correct order: interfaces first, before entering
+class_init; then properties and signals from within class_init.  This also
+avoids prematurely creating the new type's class.
+---
+ GType.xs | 92 
+ NEWS |  7 +
+ 2 files changed, 77 insertions(+), 22 deletions(-)
+
+diff --git a/GType.xs b/GType.xs
+index 02e24a4..fdaad68 100644
+--- a/GType.xs
 b/GType.xs
+@@ -1234,13 +1234,10 @@ parse_signal_hash (GType instance_type,
+ 
+ 
+ static void
+-add_signals (GType instance_type, HV * signals)
++add_signals (GType instance_type, HV * signals, AV * interfaces)
+ {
+-  GObjectClass *oclass;
+   HE * he;
+ 
+-  oclass = g_type_class_ref (instance_type);
+-
+   hv_iterinit (signals);
+   while (NULL != (he = hv_iternext (signals))) {
+   I32 keylen;
+@@ -1250,9 +1247,36 @@ add_signals (GType instance_type, HV * signals)
+ 
+   /* the key is the signal name */
+   signal_name = hv_iterkey (he, &keylen);
+-  /* if the signal is defined at this point, we're going to
+-   * override the installed closure. */
+-  signal_id = g_signal_lookup (signal_name, instance_type);
++
++  /* if, at this point, the signal is already defined in the
++   * ancestry or the interfaces we just added to instance_type,
++   * we can only override the installed closure.  trying to
++   * create a new signal with the same name is an error.
++   *
++   * unfortunately, we cannot simply use instance_type to do the
++   * lookup because g_signal_lookup would complain about it since
++   * it hasn't been fully loaded yet.  see
++   * .
++   *
++   * FIXME: the "if (signal_id)" check in the hash ref block
++   * below could be removed since g_signal_newv also checks this.
++   * consequently, this lookup code could be moved into the class
++   * closure block below. */
++  signal_id = g_signal_lookup (signal_name,
++   g_type_parent (instance_type));
++  if (!signal_id && interfaces) {
++  int i;
++  for (i = 0; i <= av_len (interfaces); i++) {
++  GType interface_type;
++  SV ** svp = av_fetch (interfaces, i, FALSE);
++  if (!svp || !gperl_sv_is_defined (*svp))
++  continue;
++  interface_type = gperl_object_type_from_package 
(SvPV_nolen (*svp));
++  signal_id = g_signal_lookup (signal_name, 
interface_type);
++  if (signal_id)
++  break;
++  }
++  }
+ 
+   /* parse the key's value... */
+   value = hv_iterval (signals, he);
+@@ -1310,8 +1334,6 @@ add_signals (GType instance_type, HV * signals)
+  signal_name);
+   }
+   }
+-
+-  g_type_class_unref (oclass);
+ }
+ 
+ typedef struct {
+@@ -1407,13 +1429,10 @@ prop_handler_lookup (GType instance_type,
+ }
+ 
+ static void
+-add_properties (GType instance_type, AV * properties)
++add_properties (GTy

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:28:50
  Author: foutrelis
Revision: 185964

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

Added:
  pango-perl/repos/staging-i686/
  pango-perl/repos/staging-i686/PKGBUILD
(from rev 185963, pango-perl/trunk/PKGBUILD)
  pango-perl/repos/staging-x86_64/
  pango-perl/repos/staging-x86_64/PKGBUILD
(from rev 185963, pango-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: pango-perl/repos/staging-i686/PKGBUILD (from rev 185963, 
pango-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:28:50 UTC (rev 185964)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.224
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('8c411f367cffb0aa16d0e3963294d32e')
+
+build() {
+  cd "${srcdir}/Pango-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: pango-perl/repos/staging-x86_64/PKGBUILD (from rev 185963, 
pango-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:28:50 UTC (rev 185964)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.224
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('8c411f367cffb0aa16d0e3963294d32e')
+
+build() {
+  cd "${srcdir}/Pango-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Pango-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:28:38
  Author: foutrelis
Revision: 185963

upgpkg: pango-perl 1.224-2

Perl 5.18 rebuild.

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:26:40 UTC (rev 185962)
+++ PKGBUILD2013-05-19 22:28:38 UTC (rev 185963)
@@ -3,7 +3,7 @@
 
 pkgname=pango-perl
 pkgver=1.224
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for Pango"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -25,7 +25,7 @@
   make test
 }
 
-package() { 
+package() {
   cd "${srcdir}/Pango-${pkgver}"
   make install DESTDIR="${pkgdir}"
 }



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:26:40
  Author: foutrelis
Revision: 185962

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

Added:
  gconf-perl/repos/staging-i686/
  gconf-perl/repos/staging-i686/PKGBUILD
(from rev 185961, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-i686/disable-orbit.patch
(from rev 185961, gconf-perl/trunk/disable-orbit.patch)
  gconf-perl/repos/staging-x86_64/
  gconf-perl/repos/staging-x86_64/PKGBUILD
(from rev 185961, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/staging-x86_64/disable-orbit.patch
(from rev 185961, gconf-perl/trunk/disable-orbit.patch)

+
 staging-i686/PKGBUILD  |   34 ++
 staging-i686/disable-orbit.patch   |   30 ++
 staging-x86_64/PKGBUILD|   34 ++
 staging-x86_64/disable-orbit.patch |   30 ++
 4 files changed, 128 insertions(+)

Copied: gconf-perl/repos/staging-i686/PKGBUILD (from rev 185961, 
gconf-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-i686/disable-orbit.patch (from rev 185961, 
gconf-perl/trunk/disable-orbit.patch)
===
--- staging-i686/disable-orbit.patch(rev 0)
+++ staging-i686/disable-orbit.patch2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson 
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ -350,6 +350,8 @@
+   if (err)
+   gperl_croak_gerror (NULL, err);
+ 
++#if 0 /* requires gconf to be configured with ORBit support */
++
+ ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
+ ##const gchar *key,
+ ##GError **err);
+@@ -366,6 +368,8 @@
+ OUTPUT:
+ RETVAL
+ 
++#endif
++
+ guint
+ gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
+   GConfEngine * engine

Copied: gconf-perl/repos/staging-x86_64/PKGBUILD (from rev 185961, 
gconf-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:26:40 UTC (rev 185962)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc="Gnome2-GConf perl bindings for gconf"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+build() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  patch -Np1 -i "${srcdir}/disable-orbit.patch"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd "${srcdir}/Gnome2-GConf-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gconf-perl/repos/staging-x86_64/disable-orbit.patch (from rev 185961, 
gconf-perl/trunk/disable-orbit.patch)
===
--- staging-x86_64/disable-orbit.patch  (rev 0)
+

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:26:27
  Author: foutrelis
Revision: 185961

upgpkg: gconf-perl 1.044-8

Perl 5.18 rebuild.

Modified:
  gconf-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:24:28 UTC (rev 185960)
+++ PKGBUILD2013-05-19 22:26:27 UTC (rev 185961)
@@ -3,7 +3,7 @@
 
 pkgname=gconf-perl
 pkgver=1.044
-pkgrel=7
+pkgrel=8
 pkgdesc="Gnome2-GConf perl bindings for gconf"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:24:28
  Author: foutrelis
Revision: 185960

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

Added:
  cairo-perl/repos/staging-i686/
  cairo-perl/repos/staging-i686/PKGBUILD
(from rev 185959, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-i686/testsuite.patch
(from rev 185959, cairo-perl/trunk/testsuite.patch)
  cairo-perl/repos/staging-x86_64/
  cairo-perl/repos/staging-x86_64/PKGBUILD
(from rev 185959, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-x86_64/testsuite.patch
(from rev 185959, cairo-perl/trunk/testsuite.patch)

+
 staging-i686/PKGBUILD  |   31 
 staging-i686/testsuite.patch   |  135 +++
 staging-x86_64/PKGBUILD|   31 
 staging-x86_64/testsuite.patch |  135 +++
 4 files changed, 332 insertions(+)

Copied: cairo-perl/repos/staging-i686/PKGBUILD (from rev 185959, 
cairo-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:24:28 UTC (rev 185960)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=cairo-perl
+pkgver=1.103
+pkgrel=2
+pkgdesc="Perl wrappers for cairo"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
+md5sums=('c693e5535ed60283c068d92120412f98')
+
+build() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Cairo-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cairo-perl/repos/staging-i686/testsuite.patch (from rev 185959, 
cairo-perl/trunk/testsuite.patch)
===
--- staging-i686/testsuite.patch(rev 0)
+++ staging-i686/testsuite.patch2013-05-19 22:24:28 UTC (rev 185960)
@@ -0,0 +1,135 @@
+From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 31 Mar 2012 10:34:11 +
+Subject: Fix compiling and testing against older versions of cairo
+
+---
+(limited to 't/CairoPath.t')
+
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index e515172..770e464 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,11 +11,17 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More tests => 6;
++use Test::More;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
++if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
++  plan tests => 6;
++} else {
++  plan skip_all => 'path behavior not predictable on cairo < 1.4';
++}
++
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+--
+cgit v0.9.0.2
+From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 07 Apr 2012 18:01:31 +
+Subject: Make t/CairoPath.t more robust
+
+The end of a path that took a round trip into cairo and back might differ
+for different versions of cairo.  Hence, compare only the beginning with
+the expected path.
+---
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index 770e464..27a3aad 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,17 +11,11 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More;
++use Test::More tests => 18;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
+-if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
+-  plan tests => 6;
+-} else {
+-  plan skip_all => 'path behavior not predictable on cairo < 1.4';
+-}
+-
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+@@ -40,14 +34,7 @@ my $expected_path = [
+ ];
+ 
+ my $path = $cr->copy_path;
+-is_deeply ($path, $expected_path);
+-
+-sub paths_agree {
+-  my ($cr, $path, $expected_path) = @_;
+-  $cr->new_path;
+-  $cr->append_path ($path);
+-  is_deeply ($cr->copy_path, $expected_path);
+-}
++paths_agree ($path, $expected_path);
+ 
+ # Modifying single point values.
+ foreach ($path, $expected_path) {
+@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
+   $_->[2]{points}[2][0] = 99;
+   $_->[2]{points}[2][1] = 1010;
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Modifying single points.
+ foreach ($path, $expected_path) {
+   $_->[1]{points}[0] = [333, 444];
+   $_->[2]{points}[2] = [77, 88];
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Replacing all points.
+ foreach ($path, $expected_path) {
+  

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:24:15
  Author: foutrelis
Revision: 185959

upgpkg: cairo-perl 1.103-2

Perl 5.18 rebuild.

Modified:
  cairo-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:22:13 UTC (rev 185958)
+++ PKGBUILD2013-05-19 22:24:15 UTC (rev 185959)
@@ -3,7 +3,7 @@
 
 pkgname=cairo-perl
 pkgver=1.103
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl wrappers for cairo"
 arch=(i686 x86_64)
 license=('LGPL')



[arch-commits] Commit in perl-io-dirent/repos (4 files)

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 00:23:04
  Author: seblu
Revision: 91128

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

Added:
  perl-io-dirent/repos/community-staging-i686/
  perl-io-dirent/repos/community-staging-i686/PKGBUILD
(from rev 91127, perl-io-dirent/trunk/PKGBUILD)
  perl-io-dirent/repos/community-staging-x86_64/
  perl-io-dirent/repos/community-staging-x86_64/PKGBUILD
(from rev 91127, perl-io-dirent/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: perl-io-dirent/repos/community-staging-i686/PKGBUILD (from rev 91127, 
perl-io-dirent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 22:23:04 UTC (rev 91128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-io-dirent
+pkgver=0.05
+pkgrel=3
+pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url='http://search.cpan.org/~scottw/IO-Dirent/'
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCOTTW/IO-Dirent-$pkgver.tar.gz";)
+md5sums=('248ab22c31a310c3482fd99592ae550c')
+
+build() {
+  cd IO-Dirent-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Dirent-$pkgver
+  make test
+}
+
+package() {
+  cd IO-Dirent-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: perl-io-dirent/repos/community-staging-x86_64/PKGBUILD (from rev 91127, 
perl-io-dirent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 22:23:04 UTC (rev 91128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-io-dirent
+pkgver=0.05
+pkgrel=3
+pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url='http://search.cpan.org/~scottw/IO-Dirent/'
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCOTTW/IO-Dirent-$pkgver.tar.gz";)
+md5sums=('248ab22c31a310c3482fd99592ae550c')
+
+build() {
+  cd IO-Dirent-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Dirent-$pkgver
+  make test
+}
+
+package() {
+  cd IO-Dirent-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:22:13
  Author: foutrelis
Revision: 185958

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

Added:
  mod_perl/repos/staging-i686/
  mod_perl/repos/staging-i686/PKGBUILD
(from rev 185957, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch
(from rev 185957, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/staging-x86_64/
  mod_perl/repos/staging-x86_64/PKGBUILD
(from rev 185957, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-x86_64/mod_perl-2.0.6-nolfs.patch
(from rev 185957, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/mod_perl-2.0.6-nolfs.patch   |   13 
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/mod_perl-2.0.6-nolfs.patch |   13 
 4 files changed, 112 insertions(+)

Copied: mod_perl/repos/staging-i686/PKGBUILD (from rev 185957, 
mod_perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:22:13 UTC (rev 185958)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom K 
+
+pkgname=mod_perl
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Apache module that embeds the Perl interpreter within the server"
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+options=('!emptydirs')
+source=(http://apache.org/dist/perl/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch)
+sha256sums=('35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+}
+
+package() {
+  cd  "$srcdir/$pkgname-$pkgver"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch (from rev 
185957, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
===
--- staging-i686/mod_perl-2.0.6-nolfs.patch (rev 0)
+++ staging-i686/mod_perl-2.0.6-nolfs.patch 2013-05-19 22:22:13 UTC (rev 
185958)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Copied: mod_perl/repos/staging-x86_64/PKGBUILD (from rev 185957, 
mod_perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:22:13 UTC (rev 185958)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom K 
+
+pkgname=mod_perl
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Apache module that embeds the Perl interpreter within the server"
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+options=('!emptydirs')
+source=(http://apache.org/dist/perl/$pkgname-$pkgver.tar.gz
+mod_perl-2.0.6-nolfs.patch)
+sha256sums=('35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
+  make
+}
+
+p

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:21:58
  Author: foutrelis
Revision: 185957

upgpkg: mod_perl 2.0.8-1

Bump to latest release and build against Perl 5.18.

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:11:21 UTC (rev 185956)
+++ PKGBUILD2013-05-19 22:21:58 UTC (rev 185957)
@@ -4,7 +4,7 @@
 # Contributor: Tom K 
 
 pkgname=mod_perl
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 license=('APACHE')
 depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
 options=('!emptydirs')
-source=(http://perl.apache.org/dist/$pkgname-$pkgver.tar.gz
+source=(http://apache.org/dist/perl/$pkgname-$pkgver.tar.gz
 mod_perl-2.0.6-nolfs.patch)
-sha256sums=('53414be9db843054b927f23a35edb7b82d99e32e031b3cd81d5ff2473f51e3c6'
+sha256sums=('35dc1b7a40a90a395ce88bba2df84f22289975f34d1757de6d715560c20a20e6'
 '5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # Patch from openSUSE to fix segfaults on i686 (FS#25008):
@@ -25,7 +25,11 @@
   #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
   #   structures to be invalid if only the apache flags are used
   patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
   make



[arch-commits] Commit in perl-io-dirent/trunk (PKGBUILD)

2013-05-19 Thread Sébastien Luttringer
Date: Monday, May 20, 2013 @ 00:21:51
  Author: seblu
Revision: 91127

upgpkg: perl-io-dirent 0.05-3

- perl rebuild

Modified:
  perl-io-dirent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:58:31 UTC (rev 91126)
+++ PKGBUILD2013-05-19 22:21:51 UTC (rev 91127)
@@ -3,7 +3,7 @@
 
 pkgname=perl-io-dirent
 pkgver=0.05
-pkgrel=2
+pkgrel=3
 pkgdesc='Perl IO::Dirent module - Access to dirent structs returned by readdir'
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:11:21
  Author: foutrelis
Revision: 185956

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

Added:
  net-snmp/repos/staging-i686/
  net-snmp/repos/staging-i686/PKGBUILD
(from rev 185955, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-i686/libnl32.patch
(from rev 185955, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-i686/snmpd.service
(from rev 185955, net-snmp/trunk/snmpd.service)
  net-snmp/repos/staging-x86_64/
  net-snmp/repos/staging-x86_64/PKGBUILD
(from rev 185955, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-x86_64/libnl32.patch
(from rev 185955, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-x86_64/snmpd.service
(from rev 185955, net-snmp/trunk/snmpd.service)

--+
 staging-i686/PKGBUILD|   56 
 staging-i686/libnl32.patch   |   80 +
 staging-i686/snmpd.service   |   12 ++
 staging-x86_64/PKGBUILD  |   56 
 staging-x86_64/libnl32.patch |   80 +
 staging-x86_64/snmpd.service |   12 ++
 6 files changed, 296 insertions(+)

Copied: net-snmp/repos/staging-i686/PKGBUILD (from rev 185955, 
net-snmp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:11:21 UTC (rev 185956)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+
+pkgname=net-snmp
+pkgver=5.7.2
+pkgrel=6
+pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
+arch=('i686' 'x86_64')
+url="http://www.net-snmp.org/";
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application'
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.service libnl32.patch)
+sha1sums=('c493027907f32400648244d81117a126aecd27ee'
+  'SKIP'
+  '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
+  patch -Np1 -i "$srcdir/libnl32.patch"
+  autoreconf -f -i
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --sbindir=/usr/bin \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version="3" \
+--with-sys-contact="root@localhost" \
+--with-sys-location="Unknown" \
+--with-logfile="/var/log/snmpd.log" \
+--with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod" \
+--with-persistent-directory="/var/net-snmp" \
+--disable-static
+  make NETSNMP_DONT_CHECK_VERSION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}:" Makefile
+  make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
+  install -D -m644 "${srcdir}/snmpd.service" 
"${pkgdir}/usr/lib/systemd/system/snmpd.service"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: net-snmp/repos/staging-i686/libnl32.patch (from rev 185955, 
net-snmp/trunk/libnl32.patch)
===
--- staging-i686/libnl32.patch  (rev 0)
+++ staging-i686/libnl32.patch  2013-05-19 22:11:21 UTC (rev 185956)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c 2012-02-09 
20:02:49.136022132 +0100
+@@ -566,8 +566,9 @@
+ static int
+ tcpTable_load_netlink(void)
+ {
++  int err;
+   /*  TODO: perhaps use permanent nl handle? */
+-  struct nl_handle *nl = nl_handle_alloc();
++  struct nl_sock *nl = nl_socket_alloc();
+ 
+   if (nl == NULL) {
+   DEBUGMSGTL(("mibII/tcpTable", "Failed to allocate netlink 
handle\n"));
+@@ -575,10 +576,10 @@
+   return -1;
+   }
+ 
+-  if (nl_connect(nl, NETLINK_INET_DIAG) < 0) {
+-  DEBUGMSGTL(("mibII/tcpTable", "Failed to connect to netlink: 
%s\n", nl_geterror()));
+-  snmp_log(LOG_ERR, "snmpd: Couldn't connect to netlink: %s\n", 
nl_geterror());
+-  nl_handle_destroy(nl);
++  if ((err = nl_connect(nl, NETL

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

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:11:07
  Author: foutrelis
Revision: 185955

upgpkg: net-snmp 5.7.2-6

Perl 5.18 rebuild.

Modified:
  net-snmp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:02:06 UTC (rev 185954)
+++ PKGBUILD2013-05-19 22:11:07 UTC (rev 185955)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/";



[arch-commits] Commit in perl-async-interrupt/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:02:06
  Author: foutrelis
Revision: 185954

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

Added:
  perl-async-interrupt/repos/staging-i686/
  perl-async-interrupt/repos/staging-i686/PKGBUILD
(from rev 185953, perl-async-interrupt/trunk/PKGBUILD)
  perl-async-interrupt/repos/staging-x86_64/
  perl-async-interrupt/repos/staging-x86_64/PKGBUILD
(from rev 185953, perl-async-interrupt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: perl-async-interrupt/repos/staging-i686/PKGBUILD (from rev 185953, 
perl-async-interrupt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:02:06 UTC (rev 185954)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=3
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+
+build()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-async-interrupt/repos/staging-x86_64/PKGBUILD (from rev 185953, 
perl-async-interrupt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 22:02:06 UTC (rev 185954)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-async-interrupt
+_ver=1.1
+pkgver=1.10
+pkgrel=3
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
+md5sums=(18f19b1537ecf5d6195a6a243110e64b)
+sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
+
+build()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/Async-Interrupt-$_ver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-async-interrupt/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:01:57
  Author: foutrelis
Revision: 185953

upgpkg: perl-async-interrupt 1.10-3

Perl 5.18 rebuild.

Modified:
  perl-async-interrupt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 22:00:26 UTC (rev 185952)
+++ PKGBUILD2013-05-19 22:01:57 UTC (rev 185953)
@@ -4,7 +4,7 @@
 pkgname=perl-async-interrupt
 _ver=1.1
 pkgver=1.10
-pkgrel=2
+pkgrel=3
 pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
@@ -14,11 +14,10 @@
 
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz";)
 md5sums=(18f19b1537ecf5d6195a6a243110e64b)
 
sha512sums=(e8e62efc053c8103f509c08a19bfa0fefbfe760ca4e1e4670187de4ed4fbdec2e5a9a19bba1696cd2b721ad7fa6d4b723c24e342118b69dc8b7b1597f5e1385e)
-_dir="$srcdir/Async-Interrupt-$_ver"
 
 build()
 (
-  cd "$_dir"
+  cd "$srcdir/Async-Interrupt-$_ver"
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
@@ -27,7 +26,7 @@
 
 check()
 (
-  cd "$_dir"
+  cd "$srcdir/Async-Interrupt-$_ver"
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
@@ -35,7 +34,7 @@
 
 package()
 (
-  cd "$_dir"
+  cd "$srcdir/Async-Interrupt-$_ver"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 )



[arch-commits] Commit in perl-bit-vector/repos (6 files)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:00:26
  Author: foutrelis
Revision: 185952

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

Added:
  perl-bit-vector/repos/staging-i686/
  perl-bit-vector/repos/staging-i686/Bit-Vector-destroy.patch
(from rev 185951, perl-bit-vector/trunk/Bit-Vector-destroy.patch)
  perl-bit-vector/repos/staging-i686/PKGBUILD
(from rev 185951, perl-bit-vector/trunk/PKGBUILD)
  perl-bit-vector/repos/staging-x86_64/
  perl-bit-vector/repos/staging-x86_64/Bit-Vector-destroy.patch
(from rev 185951, perl-bit-vector/trunk/Bit-Vector-destroy.patch)
  perl-bit-vector/repos/staging-x86_64/PKGBUILD
(from rev 185951, perl-bit-vector/trunk/PKGBUILD)

-+
 staging-i686/Bit-Vector-destroy.patch   |   27 ++
 staging-i686/PKGBUILD   |   43 ++
 staging-x86_64/Bit-Vector-destroy.patch |   27 ++
 staging-x86_64/PKGBUILD |   43 ++
 4 files changed, 140 insertions(+)

Copied: perl-bit-vector/repos/staging-i686/Bit-Vector-destroy.patch (from rev 
185951, perl-bit-vector/trunk/Bit-Vector-destroy.patch)
===
--- staging-i686/Bit-Vector-destroy.patch   (rev 0)
+++ staging-i686/Bit-Vector-destroy.patch   2013-05-19 22:00:26 UTC (rev 
185952)
@@ -0,0 +1,27 @@
+From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
+From: Gisle Aas 
+Date: Thu, 28 Mar 2013 00:41:07 -0700
+Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
+
+---
+ t/02_destroy.t |4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/t/02_destroy.t b/t/02_destroy.t
+index 41e3aa3..adcf995 100644
+--- a/t/02_destroy.t
 b/t/02_destroy.t
+@@ -17,7 +17,9 @@ if (ref($set) eq '')
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ eval { $set->DESTROY(); };
+-if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
++if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ 
||
++$@ =~ /Can't locate object method "DESTROY" via package "1"/
++)
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ eval { Bit::Vector::DESTROY($set); };
+-- 
+1.7.0.5
+

Copied: perl-bit-vector/repos/staging-i686/PKGBUILD (from rev 185951, 
perl-bit-vector/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 22:00:26 UTC (rev 185952)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-bit-vector
+_cpanname=Bit-Vector
+pkgver=7.2
+pkgrel=3
+pkgdesc='Efficient bit vector, set of integers and "big int" math library'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_cpanname}/";
+depends=('perl-carp-clan' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz
+Bit-Vector-destroy.patch)
+md5sums=('bc6ae34738b8f889290bf50099ff8aed'
+ 'c86a55b84cb05dd04004ee8f56ee2ee3')
+
+prepare() {
+  cd "${srcdir}/${_cpanname}-$pkgver"
+
+  # https://rt.cpan.org/Public/Bug/Display.html?id=84250
+  patch -Np1 -i "${srcdir}/Bit-Vector-destroy.patch"
+}
+
+build() {
+  cd "${srcdir}/${_cpanname}-$pkgver"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-bit-vector/repos/staging-x86_64/Bit-Vector-destroy.patch (from rev 
185951, perl-bit-vector/trunk/Bit-Vector-destroy.patch)
===
--- staging-x86_64/Bit-Vector-destroy.patch (rev 0)
+++ staging-x86_64/Bit-Vector-destroy.patch 2013-05-19 22:00:26 UTC (rev 
185952)
@@ -0,0 +1,27 @@
+From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
+From: Gisle Aas 
+Date: Thu, 28 Mar 2013 00:41:07 -0700
+Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
+
+---
+ t/02_destroy.t |4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/t/02_destroy.t b/t/02_destroy.t
+index 41e3aa3..adcf995 100644
+--- a/t/02_destroy.t
 b/t/02_destroy.t
+@@ -17,7 +17,9 @@ if (ref($set) eq '')
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ eval { $set->DESTROY(); };
+-if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
++if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ 
||
++$@ =~ /Can't locate object method "DESTROY" via package "1"/
++)
+ {print "ok $n\n";} else {p

[arch-commits] Commit in perl-bit-vector/trunk (Bit-Vector-destroy.patch PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Monday, May 20, 2013 @ 00:00:17
  Author: foutrelis
Revision: 185951

upgpkg: perl-bit-vector 7.2-3

Perl 5.18 rebuild.

Added:
  perl-bit-vector/trunk/Bit-Vector-destroy.patch
Modified:
  perl-bit-vector/trunk/PKGBUILD

--+
 Bit-Vector-destroy.patch |   27 +++
 PKGBUILD |   18 ++
 2 files changed, 41 insertions(+), 4 deletions(-)

Added: Bit-Vector-destroy.patch
===
--- Bit-Vector-destroy.patch(rev 0)
+++ Bit-Vector-destroy.patch2013-05-19 22:00:17 UTC (rev 185951)
@@ -0,0 +1,27 @@
+From 0646f34fc3eeb47627822df860986cf7bee4ebed Mon Sep 17 00:00:00 2001
+From: Gisle Aas 
+Date: Thu, 28 Mar 2013 00:41:07 -0700
+Subject: [PATCH] eval { 1->method } triggers different error in 5.17.11
+
+---
+ t/02_destroy.t |4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/t/02_destroy.t b/t/02_destroy.t
+index 41e3aa3..adcf995 100644
+--- a/t/02_destroy.t
 b/t/02_destroy.t
+@@ -17,7 +17,9 @@ if (ref($set) eq '')
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ eval { $set->DESTROY(); };
+-if ($@ =~ /Can't call method "DESTROY" without a package or object reference/)
++if ($@ =~ /Can't call method "DESTROY" without a package or object reference/ 
||
++$@ =~ /Can't locate object method "DESTROY" via package "1"/
++)
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ eval { Bit::Vector::DESTROY($set); };
+-- 
+1.7.0.5
+

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:51:17 UTC (rev 185950)
+++ PKGBUILD2013-05-19 22:00:17 UTC (rev 185951)
@@ -1,20 +1,30 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer:
+# Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-bit-vector
 _cpanname=Bit-Vector
 pkgver=7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Efficient bit vector, set of integers and "big int" math library'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_cpanname}/";
 depends=('perl-carp-clan' 'perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('bc6ae34738b8f889290bf50099ff8aed')
+source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/${_cpanname}-${pkgver}.tar.gz
+Bit-Vector-destroy.patch)
+md5sums=('bc6ae34738b8f889290bf50099ff8aed'
+ 'c86a55b84cb05dd04004ee8f56ee2ee3')
 
+prepare() {
+  cd "${srcdir}/${_cpanname}-$pkgver"
+
+  # https://rt.cpan.org/Public/Bug/Display.html?id=84250
+  patch -Np1 -i "${srcdir}/Bit-Vector-destroy.patch"
+}
+
 build() {
   cd "${srcdir}/${_cpanname}-$pkgver"
   # install module in vendor directories.



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

2013-05-19 Thread Maxime Gauduin
Date: Sunday, May 19, 2013 @ 23:58:31
  Author: alucryd
Revision: 91126

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

Added:
  hexchat/repos/community-staging-i686/
  hexchat/repos/community-staging-i686/PKGBUILD
(from rev 91125, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-i686/hexchat.install
(from rev 91125, hexchat/trunk/hexchat.install)
  hexchat/repos/community-staging-x86_64/
  hexchat/repos/community-staging-x86_64/PKGBUILD
(from rev 91125, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-x86_64/hexchat.install
(from rev 91125, hexchat/trunk/hexchat.install)

--+
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-i686/hexchat.install   |   14 +
 community-staging-x86_64/PKGBUILD|   41 +
 community-staging-x86_64/hexchat.install |   14 +
 4 files changed, 110 insertions(+)

Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 91125, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 21:58:31 UTC (rev 91126)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.9.5
+pkgrel=5
+pkgdesc="A popular and easy to use graphical IRC (chat) client"
+arch=('i686' 'x86_64')
+url="http://www.hexchat.org/";
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 
'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python2')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python2: Python plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz";)
+sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Build
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Install
+  make DESTDIR="$pkgdir" install
+
+# IRC Mime Types
+  desktop-file-edit 
--add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec 
--set-value='sh -c "hexchat --existing --url %u || exec hexchat"' 
"$pkgdir/usr/share/applications/hexchat.desktop"
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-i686/hexchat.install (from rev 91125, 
hexchat/trunk/hexchat.install)
===
--- community-staging-i686/hexchat.install  (rev 0)
+++ community-staging-i686/hexchat.install  2013-05-19 21:58:31 UTC (rev 
91126)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 91125, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 21:58:31 UTC (rev 91126)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.9.5
+pkgrel=5
+pkgdesc="A popular and easy to use graphical IRC (chat) client"
+arch=('i686' 'x86_64')
+url="http://www.hexchat.org/";
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 
'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python2')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python2: Python plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz";)
+sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Build
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Install
+  make DESTDIR="$pkgdir" install
+
+# IRC Mime Types
+  desktop-file-edit 
--add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec 
--set-value='sh -c "hexchat --existing --url %u || exec hexchat"' 
"$pkgdir/usr/share/applications/hexchat.desktop"
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/hexchat.install (from rev 91125, 
hexchat/trunk/hexchat.install)
===
--- community-staging-x86_64/hexchat.install(rev 0)
+++ community-staging-x86_64/hexchat.install2013-05-19 21:58:31 UTC (rev 
9

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

2013-05-19 Thread Maxime Gauduin
Date: Sunday, May 19, 2013 @ 23:58:09
  Author: alucryd
Revision: 91125

perl 5.18 rebuild: hexchat 2.9.5-5

Modified:
  hexchat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:56:37 UTC (rev 91124)
+++ PKGBUILD2013-05-19 21:58:09 UTC (rev 91125)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.9.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A popular and easy to use graphical IRC (chat) client"
 arch=('i686' 'x86_64')
 url="http://www.hexchat.org/";



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

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 23:56:37
  Author: seblu
Revision: 91124

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

Added:
  rxvt-unicode/repos/community-staging-i686/
  rxvt-unicode/repos/community-staging-i686/PKGBUILD
(from rev 91123, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-staging-i686/urxvt-tabbed.desktop
(from rev 91123, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-staging-i686/urxvt.desktop
(from rev 91123, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-staging-i686/urxvtc.desktop
(from rev 91123, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-staging-x86_64/
  rxvt-unicode/repos/community-staging-x86_64/PKGBUILD
(from rev 91123, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-staging-x86_64/urxvt-tabbed.desktop
(from rev 91123, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvt.desktop
(from rev 91123, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvtc.desktop
(from rev 91123, rxvt-unicode/trunk/urxvtc.desktop)

---+
 community-staging-i686/PKGBUILD   |   76 
 community-staging-i686/urxvt-tabbed.desktop   |9 ++
 community-staging-i686/urxvt.desktop  |9 ++
 community-staging-i686/urxvtc.desktop |9 ++
 community-staging-x86_64/PKGBUILD |   76 
 community-staging-x86_64/urxvt-tabbed.desktop |9 ++
 community-staging-x86_64/urxvt.desktop|9 ++
 community-staging-x86_64/urxvtc.desktop   |9 ++
 8 files changed, 206 insertions(+)

Copied: rxvt-unicode/repos/community-staging-i686/PKGBUILD (from rev 91123, 
rxvt-unicode/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 21:56:37 UTC (rev 91124)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: tobias 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=rxvt-unicode
+pkgver=9.18
+pkgrel=4
+pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
+arch=('i686' 'x86_64')
+url='http://software.schmorp.de/pkg/rxvt-unicode.html'
+license=('GPL')
+depends=('libxft' 'perl' 'startup-notification')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
+source=(
+  "http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2";
+  'urxvt.desktop'
+  'urxvtc.desktop'
+  'urxvt-tabbed.desktop'
+)
+md5sums=('963ccc748fe5bca925e7b92c0404d68b'
+ 'fec94dc986fa37ec380079d81de3e0b2'
+ 'fac55f0a8404c86dad3e702146762332'
+ '8a5599197568c63720e282b9722a7990')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--with-terminfo=/usr/share/terminfo \
+--enable-256-color \
+--enable-combining \
+--enable-fading \
+--enable-font-styles \
+--enable-iso14755 \
+--enable-keepscrolling \
+--enable-lastlog \
+--enable-mousewheel \
+--enable-next-scroll \
+--enable-perl \
+--enable-pointer-blank \
+--enable-rxvt-scroll \
+--enable-selectionscrolling \
+--enable-slipwheeling \
+--enable-smart-resize \
+--enable-startup-notification \
+--enable-transparency \
+--enable-unicode3 \
+--enable-utmp \
+--enable-wtmp \
+--enable-xft \
+--enable-xim \
+--enable-xterm-scroll \
+--disable-pixbuf \
+--disable-frills
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # workaround terminfo installation
+  export TERMINFO="$pkgdir/usr/share/terminfo"
+  install -d "$TERMINFO"
+  make DESTDIR="$pkgdir" install
+  # install the tabbing wrapper ( requires gtk2-perl! )
+  sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed
+  install -Dm 755 doc/rxvt-tabbed "$pkgdir/usr/bin/urxvt-tabbed"
+  popd
+  # install freedesktop menu
+  for _f in urxvt urxvtc urxvt-tabbed; do
+install -Dm644 $_f.desktop "$pkgdir/usr/share/applications/$_f.desktop"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rxvt-unicode/repos/community-staging-i686/urxvt-tabbed.desktop (from 
rev 91123, rxvt-unicode/trunk/urxvt-tabbed.desktop)
===
--- community-staging-i686/urxvt-tabbed.desktop (rev 0)
+++ community-staging-i686/urxvt-tabbed.desktop 2013-05-19 21:56:37 UTC (rev 
91124)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=urxvt (tabbed)
+Comment=An unicode capable and tabbed rxvt clone
+Exec=urxvt-tabbed
+Icon=utilities-terminal
+Terminal=false
+Type=Application
+Categories=System;TerminalEmulator;

Copied: rxvt-unicode/repos/community-staging-i686/urxvt.desktop (from rev 
91123, rxvt-unicode/trunk/urxvt.desktop)
=

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

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 23:56:26
  Author: seblu
Revision: 91123

upgpkg: rxvt-unicode 9.18-4

- perl rebuild

Modified:
  rxvt-unicode/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:52:40 UTC (rev 91122)
+++ PKGBUILD2013-05-19 21:56:26 UTC (rev 91123)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.18
-pkgrel=3
+pkgrel=4
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:52:40
  Author: foutrelis
Revision: 91122

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

Added:
  perl-lchown/repos/community-staging-i686/
  perl-lchown/repos/community-staging-i686/PKGBUILD
(from rev 91121, perl-lchown/trunk/PKGBUILD)
  perl-lchown/repos/community-staging-x86_64/
  perl-lchown/repos/community-staging-x86_64/PKGBUILD
(from rev 91121, perl-lchown/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: perl-lchown/repos/community-staging-i686/PKGBUILD (from rev 91121, 
perl-lchown/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 21:52:40 UTC (rev 91122)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=2
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz";)
+md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
+sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Lchown-${pkgver}"
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Lchown-${pkgver}"
+./Build test
+)
+
+package() {
+cd "${srcdir}/Lchown-${pkgver}"
+./Build install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-lchown/repos/community-staging-x86_64/PKGBUILD (from rev 91121, 
perl-lchown/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 21:52:40 UTC (rev 91122)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=2
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz";)
+md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
+sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Lchown-${pkgver}"
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Lchown-${pkgver}"
+./Build test
+)
+
+package() {
+cd "${srcdir}/Lchown-${pkgver}"
+./Build install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:52:31
  Author: foutrelis
Revision: 91121

upgpkg: perl-lchown 1.01-2

Perl 5.18 rebuild.

Modified:
  perl-lchown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:40:14 UTC (rev 91120)
+++ PKGBUILD2013-05-19 21:52:31 UTC (rev 91121)
@@ -2,7 +2,7 @@
 
 pkgname=perl-lchown
 pkgver=1.01
-pkgrel=1
+pkgrel=2
 pkgdesc="use the lchown(2) system call from Perl"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
@@ -12,7 +12,6 @@
 
source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz";)
 md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
 
sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
-_distdir="${srcdir}/Lchown-${pkgver}"
 
 build()
 (
@@ -22,7 +21,7 @@
   PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
   MODULEBUILDRC=/dev/null
 
-cd "$_distdir"
+cd "${srcdir}/Lchown-${pkgver}"
 /usr/bin/perl Build.PL
 ./Build
 )
@@ -30,12 +29,12 @@
 check()
 (
 export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "$_distdir"
+cd "${srcdir}/Lchown-${pkgver}"
 ./Build test
 )
 
 package() {
-cd "$_distdir"
+cd "${srcdir}/Lchown-${pkgver}"
 ./Build install
 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:51:17
  Author: foutrelis
Revision: 185950

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

Added:
  perl-socket6/repos/staging-i686/
  perl-socket6/repos/staging-i686/PKGBUILD
(from rev 185949, perl-socket6/trunk/PKGBUILD)
  perl-socket6/repos/staging-x86_64/
  perl-socket6/repos/staging-x86_64/PKGBUILD
(from rev 185949, perl-socket6/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   48 ++
 staging-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: perl-socket6/repos/staging-i686/PKGBUILD (from rev 185949, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:51:17 UTC (rev 185950)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='3'
+pkgdesc="getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Socket6-0.23"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "${srcdir}/Socket6-0.23"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "${srcdir}/Socket6-0.23"
+  make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-socket6/repos/staging-x86_64/PKGBUILD (from rev 185949, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:51:17 UTC (rev 185950)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-socket6'
+pkgver='0.23'
+pkgrel='3'
+pkgdesc="getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/Socket6'
+source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
+md5sums=('2c02adb13c449d48d232bb704ddbd492')
+sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Socket6-0.23"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "${srcdir}/Socket6-0.23"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "${srcdir}/Socket6-0.23"
+  make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:51:09
  Author: foutrelis
Revision: 185949

upgpkg: perl-socket6 0.23-3

Perl 5.18 rebuild.

Modified:
  perl-socket6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:48:59 UTC (rev 185948)
+++ PKGBUILD2013-05-19 21:51:09 UTC (rev 185949)
@@ -4,7 +4,7 @@
 
 pkgname='perl-socket6'
 pkgver='0.23'
-pkgrel='2'
+pkgrel='3'
 pkgdesc="getaddrinfo/getnameinfo support module"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -15,7 +15,6 @@
 
source=('http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-0.23.tar.gz')
 md5sums=('2c02adb13c449d48d232bb704ddbd492')
 
sha512sums=('39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9')
-_distdir="${srcdir}/Socket6-0.23"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -24,21 +23,21 @@
   PERL_MB_OPT="--installdirs vendor" \
   MODULEBUILDRC=/dev/null
 
-cd "$_distdir"
+cd "${srcdir}/Socket6-0.23"
 /usr/bin/perl Makefile.PL
 make
   )
 }
 
 check() {
-  cd "$_distdir"
+  cd "${srcdir}/Socket6-0.23"
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
 make test
   )
 }
 
 package() {
-  cd "$_distdir"
+  cd "${srcdir}/Socket6-0.23"
   make DESTDIR="$pkgdir" install
 }
 



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:48:59
  Author: foutrelis
Revision: 185948

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

Added:
  perl-ev/repos/staging-i686/
  perl-ev/repos/staging-i686/PKGBUILD
(from rev 185947, perl-ev/trunk/PKGBUILD)
  perl-ev/repos/staging-x86_64/
  perl-ev/repos/staging-x86_64/PKGBUILD
(from rev 185947, perl-ev/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: perl-ev/repos/staging-i686/PKGBUILD (from rev 185947, 
perl-ev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:48:59 UTC (rev 185948)
@@ -0,0 +1,33 @@
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.15
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";)
+md5sums=('546d10fb5901f2af937e53b41a92b2bb')
+
+build() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd EV-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-ev/repos/staging-x86_64/PKGBUILD (from rev 185947, 
perl-ev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:48:59 UTC (rev 185948)
@@ -0,0 +1,33 @@
+# $Id$
+
+pkgname=perl-ev
+pkgver=4.15
+pkgrel=2
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-common-sense)
+url=https://metacpan.org/release/EV
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz";)
+md5sums=('546d10fb5901f2af937e53b41a92b2bb')
+
+build() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd EV-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd EV-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:48:50
  Author: foutrelis
Revision: 185947

upgpkg: perl-ev 4.15-2

Perl 5.18 rebuild.

Modified:
  perl-ev/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:46:23 UTC (rev 185946)
+++ PKGBUILD2013-05-19 21:48:50 UTC (rev 185947)
@@ -2,7 +2,7 @@
 
 pkgname=perl-ev
 pkgver=4.15
-pkgrel=1
+pkgrel=2
 pkgdesc='perl interface to libev, a high performance full-featured event loop'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:46:23
  Author: foutrelis
Revision: 185946

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

Added:
  perl-guard/repos/staging-i686/
  perl-guard/repos/staging-i686/PKGBUILD
(from rev 185945, perl-guard/trunk/PKGBUILD)
  perl-guard/repos/staging-x86_64/
  perl-guard/repos/staging-x86_64/PKGBUILD
(from rev 185945, perl-guard/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: perl-guard/repos/staging-i686/PKGBUILD (from rev 185945, 
perl-guard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:46:23 UTC (rev 185946)
@@ -0,0 +1,45 @@
+# Packager: Justin Davis 
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=3
+pkgdesc="safe cleanup blocks"
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Guard";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz";)
+md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Guard-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Guard-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/Guard-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-guard/repos/staging-x86_64/PKGBUILD (from rev 185945, 
perl-guard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:46:23 UTC (rev 185946)
@@ -0,0 +1,45 @@
+# Packager: Justin Davis 
+# $Id$
+
+pkgname=perl-guard
+pkgver=1.022
+pkgrel=3
+pkgdesc="safe cleanup blocks"
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Guard";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz";)
+md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Guard-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Guard-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/Guard-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:46:14
  Author: foutrelis
Revision: 185945

upgpkg: perl-guard 1.022-3

Perl 5.18 rebuild.

Modified:
  perl-guard/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:41:08 UTC (rev 185944)
+++ PKGBUILD2013-05-19 21:46:14 UTC (rev 185945)
@@ -3,17 +3,15 @@
 
 pkgname=perl-guard
 pkgver=1.022
-pkgrel=2
+pkgrel=3
 pkgdesc="safe cleanup blocks"
-arch=(i686 x86_64)
-license=(custom:unknown)
-options=(!emptydirs)
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Guard";
+license=('GPL' 'PerlArtistic')
 depends=('perl')
-url=https://metacpan.org/release/Guard
+options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Guard-${pkgver}.tar.gz";)
-md5sums=(8d1d8b942fd5d0240f47906a6d6fac8c)
-sha512sums=(9eb1c4fa29f6190115fe11215ff5d27bb3e7f5ab60c7f40c4142ad9ff8aad91b0b169204e4d0f1b1638381c0c99e6a0b5627b8b6d60fad62f1392a9d1e49751e)
-_distdir="${srcdir}/Guard-${pkgver}"
+md5sums=('8d1d8b942fd5d0240f47906a6d6fac8c')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -22,7 +20,7 @@
   PERL_MB_OPT="--installdirs vendor" \
   MODULEBUILDRC=/dev/null
 
-cd "$_distdir"
+cd "${srcdir}/Guard-${pkgver}"
 /usr/bin/perl Makefile.PL
 make
   )
@@ -30,13 +28,13 @@
 
 check() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "$_distdir"
+cd "${srcdir}/Guard-${pkgver}"
 make test
   )
 }
 
 package() {
-cd "$_distdir"
+cd "${srcdir}/Guard-${pkgver}"
 make DESTDIR="$pkgdir" install
 }
 



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:41:08
  Author: foutrelis
Revision: 185944

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

Added:
  perl-libintl-perl/repos/staging-i686/
  perl-libintl-perl/repos/staging-i686/PKGBUILD
(from rev 185943, perl-libintl-perl/trunk/PKGBUILD)
  perl-libintl-perl/repos/staging-x86_64/
  perl-libintl-perl/repos/staging-x86_64/PKGBUILD
(from rev 185943, perl-libintl-perl/trunk/PKGBUILD)

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

Copied: perl-libintl-perl/repos/staging-i686/PKGBUILD (from rev 185943, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:41:08 UTC (rev 185944)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=2
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-libintl-perl/repos/staging-x86_64/PKGBUILD (from rev 185943, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:41:08 UTC (rev 185944)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=2
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:40:59
  Author: foutrelis
Revision: 185943

upgpkg: perl-libintl-perl 1.23-2

Perl 5.18 rebuild.

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:39:16 UTC (rev 185942)
+++ PKGBUILD2013-05-19 21:40:59 UTC (rev 185943)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer:
+# Contributor: kevin 
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-libintl-perl
 _realname=libintl-perl
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Localization support"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 23:40:14
  Author: seblu
Revision: 91120

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 91119, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 91119, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 91119, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 91119, znc/trunk/znc.install)

--+
 community-staging-i686/PKGBUILD  |   39 +
 community-staging-i686/znc.install   |   29 
 community-staging-x86_64/PKGBUILD|   39 +
 community-staging-x86_64/znc.install |   29 
 4 files changed, 136 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 91119, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 21:40:14 UTC (rev 91120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.0
+pkgrel=7
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";)
+md5sums=('23807ca830c27392cccb6774f542df6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 91119, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2013-05-19 21:40:14 UTC (rev 91120)
@@ -0,0 +1,29 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  getent group znc >/dev/null || groupadd -g 136 znc
+  getent passwd znc >/dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
+  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
+  true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "`vercmp $2 1.0-4`" -lt 0 ]; then
+[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  userdel -f znc >/dev/null 2>&1
+  groupdel znc >/dev/null 2>&1
+  true
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 91119, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 21:40:14 UTC (rev 91120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.0
+pkgrel=7
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";)
+md5sums=('23807ca830c27392cccb6774f542df6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-x86_64/znc.install (from rev 91119, 
znc/trunk/znc.install)
===
--- community-staging-x86_64/znc.install(rev 0)
+++ community-staging-x86_64/znc.install2013-05-19 21:40:14 UTC (rev 
9

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

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 23:40:07
  Author: seblu
Revision: 91119

upgpkg: znc 1.0-7

- rebuild perl 5.18

Modified:
  znc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 20:30:54 UTC (rev 91118)
+++ PKGBUILD2013-05-19 21:40:07 UTC (rev 91119)
@@ -5,7 +5,7 @@
 
 pkgname=znc
 pkgver=1.0
-pkgrel=6
+pkgrel=7
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')



[arch-commits] Commit in perl-list-moreutils/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:39:16
  Author: foutrelis
Revision: 185942

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

Added:
  perl-list-moreutils/repos/staging-i686/
  perl-list-moreutils/repos/staging-i686/PKGBUILD
(from rev 185941, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/staging-x86_64/
  perl-list-moreutils/repos/staging-x86_64/PKGBUILD
(from rev 185941, perl-list-moreutils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: perl-list-moreutils/repos/staging-i686/PKGBUILD (from rev 185941, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:39:16 UTC (rev 185942)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Justin "juster" Davis 
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=4
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/staging-x86_64/PKGBUILD (from rev 185941, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:39:16 UTC (rev 185942)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Justin "juster" Davis 
+# Generator  : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=4
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-list-moreutils/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:39:08
  Author: foutrelis
Revision: 185941

upgpkg: perl-list-moreutils 0.33-4

Perl 5.18 rebuild.

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:36:11 UTC (rev 185940)
+++ PKGBUILD2013-05-19 21:39:08 UTC (rev 185941)
@@ -4,17 +4,16 @@
 
 pkgname=perl-list-moreutils
 pkgver=0.33
-pkgrel=3
+pkgrel=4
 pkgdesc="Provide the stuff missing in List::Util"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl>=5.5.30')
+depends=('perl')
 url=http://search.cpan.org/dist/List-MoreUtils
 
source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
 md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
 
sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
-_distdir="${srcdir}/List-MoreUtils-${pkgver}"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -23,7 +22,7 @@
   PERL_MB_OPT="--installdirs vendor" \
   MODULEBUILDRC=/dev/null
 
-cd "$_distdir"
+cd "${srcdir}/List-MoreUtils-${pkgver}"
 /usr/bin/perl Makefile.PL
 make
   )
@@ -31,13 +30,13 @@
 
 check() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd "$_distdir"
+cd "${srcdir}/List-MoreUtils-${pkgver}"
 make test
   )
 }
 
 package() {
-cd "$_distdir"
+cd "${srcdir}/List-MoreUtils-${pkgver}"
 make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in perl-netaddr-ip/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:36:11
  Author: foutrelis
Revision: 185940

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

Added:
  perl-netaddr-ip/repos/staging-i686/
  perl-netaddr-ip/repos/staging-i686/PKGBUILD
(from rev 185939, perl-netaddr-ip/trunk/PKGBUILD)
  perl-netaddr-ip/repos/staging-x86_64/
  perl-netaddr-ip/repos/staging-x86_64/PKGBUILD
(from rev 185939, perl-netaddr-ip/trunk/PKGBUILD)

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

Copied: perl-netaddr-ip/repos/staging-i686/PKGBUILD (from rev 185939, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:36:11 UTC (rev 185940)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Francois Charette 
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.066
+pkgrel=2
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/${_realname}/";
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-netaddr-ip/repos/staging-x86_64/PKGBUILD (from rev 185939, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:36:11 UTC (rev 185940)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Francois Charette 
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.066
+pkgrel=2
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/${_realname}/";
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-netaddr-ip/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:36:02
  Author: foutrelis
Revision: 185939

upgpkg: perl-netaddr-ip 4.066-2

Perl 5.18 rebuild.

Modified:
  perl-netaddr-ip/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:33:54 UTC (rev 185938)
+++ PKGBUILD2013-05-19 21:36:02 UTC (rev 185939)
@@ -6,7 +6,7 @@
 pkgname=perl-netaddr-ip
 _realname=NetAddr-IP
 pkgver=4.066
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl module to manage IP addresses and subnets"
 arch=(i686 x86_64)
 license=('PerlArtistic' 'GPL')



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:33:54
  Author: foutrelis
Revision: 185938

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

Added:
  perl-tk/repos/staging-i686/
  perl-tk/repos/staging-i686/0001-Fix-compilation-under-threaded-bleadperl.patch
(from rev 185937, 
perl-tk/trunk/0001-Fix-compilation-under-threaded-bleadperl.patch)
  
perl-tk/repos/staging-i686/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
(from rev 185937, 
perl-tk/trunk/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch)
  perl-tk/repos/staging-i686/PKGBUILD
(from rev 185937, perl-tk/trunk/PKGBUILD)
  perl-tk/repos/staging-x86_64/
  
perl-tk/repos/staging-x86_64/0001-Fix-compilation-under-threaded-bleadperl.patch
(from rev 185937, 
perl-tk/trunk/0001-Fix-compilation-under-threaded-bleadperl.patch)
  
perl-tk/repos/staging-x86_64/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
(from rev 185937, 
perl-tk/trunk/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch)
  perl-tk/repos/staging-x86_64/PKGBUILD
(from rev 185937, perl-tk/trunk/PKGBUILD)

+
 staging-i686/0001-Fix-compilation-under-threaded-bleadperl.patch   
|   32 +
 staging-i686/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch   
|   47 
 staging-i686/PKGBUILD  
|   56 ++
 staging-x86_64/0001-Fix-compilation-under-threaded-bleadperl.patch 
|   32 +
 staging-x86_64/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch 
|   47 
 staging-x86_64/PKGBUILD
|   56 ++
 6 files changed, 270 insertions(+)

Copied: 
perl-tk/repos/staging-i686/0001-Fix-compilation-under-threaded-bleadperl.patch 
(from rev 185937, 
perl-tk/trunk/0001-Fix-compilation-under-threaded-bleadperl.patch)
===
--- staging-i686/0001-Fix-compilation-under-threaded-bleadperl.patch
(rev 0)
+++ staging-i686/0001-Fix-compilation-under-threaded-bleadperl.patch
2013-05-19 21:33:54 UTC (rev 185938)
@@ -0,0 +1,32 @@
+From 8eb3ec51a58dd02334118d8f0aa1bebb5704d15c Mon Sep 17 00:00:00 2001
+From: Father Chrysostomos via RT 
+Date: Mon, 6 Aug 2012 17:42:14 -0400
+Subject: [PATCH] Fix compilation under threaded bleadperl
+
+ Ticket https://rt.cpan.org/Ticket/Display.html?id=78824 >
+
+CopSTASHPV is no longer an lvalue under threads.  (It never was under 
non-threaded builds.)
+---
+ tkGlue.c | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/tkGlue.c b/tkGlue.c
+index 1b7c025..9079302 100644
+--- a/tkGlue.c
 b/tkGlue.c
+@@ -4154,11 +4154,7 @@ int type;
+SV *x = NULL;
+int prefix = '?';
+name = SvPV(sv,na);
+-#ifdef USE_ITHREADS
+-   CopSTASHPV(PL_curcop) = NULL;
+-#else
+-   CopSTASH(PL_curcop) = NULL;
+-#endif
++   CopSTASH_set(PL_curcop, NULL);
+switch (type)
+ {
+  case TK_CONFIG_SCALARVAR:
+-- 
+1.8.2.3
+

Copied: 
perl-tk/repos/staging-i686/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
 (from rev 185937, 
perl-tk/trunk/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch)
===
--- 
staging-i686/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
(rev 0)
+++ 
staging-i686/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
2013-05-19 21:33:54 UTC (rev 185938)
@@ -0,0 +1,47 @@
+From 2333fa35c99aae1db1cb8d3ebce31fc21bc66e0a Mon Sep 17 00:00:00 2001
+From: Slaven Rezic 
+Date: Sat, 23 Mar 2013 14:00:58 +0100
+Subject: [PATCH] * fix for 5.17.7 and newer: SvUPGRADE() is no longer an
+ expression
+
+---
+ IO/IO.xs | 6 +-
+ tkGlue.c | 5 +
+ 2 files changed, 2 insertions(+), 9 deletions(-)
+
+diff --git a/IO/IO.xs b/IO/IO.xs
+index 8ae2a57..42f7515 100644
+--- a/IO/IO.xs
 b/IO/IO.xs
+@@ -207,11 +207,7 @@ int   offset
+  info.count  = 0;
+  info.error  = 0;
+  info.eof= 0;
+- if (!SvUPGRADE(buf, SVt_PV))
+-  {
+-   RETVAL = &PL_sv_undef;
+-   return;
+-  }
++ (void)SvUPGRADE(buf, SVt_PV);
+  SvPOK_only(buf); /* validate pointer */
+  Tcl_CreateFileHandler(fd, TCL_READABLE, read_handler, (ClientData) 
&info);
+  do
+diff --git a/tkGlue.c b/tkGlue.c
+index dd3d283..cdc53ad 100644
+--- a/tkGlue.c
 b/tkGlue.c
+@@ -3830,10 +3830,7 @@ ClientData clientData;
+  return EXPIRE((interp, "Cannot trace readonly variable"));
+ }
+   }
+- if (!SvUPGRADE(sv, SVt_PVMG))
+-  {
+-   return EXPIRE((interp, "Trace SvUPGRADE failed"));
+-  }
++ (void)SvUPGRADE(sv, SVt_PVMG);
+ 
+  if (SvTYPE(sv) == SVt_PVAV)
+   {
+-- 
+1.8.2.3
+

Copied: perl-tk/repos/staging-i686/PKGBUILD (from rev 185937, 
perl-tk/trunk/PKGBU

[arch-commits] Commit in perl-tk/trunk (3 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:33:41
  Author: foutrelis
Revision: 185937

upgpkg: perl-tk 804.030-5

Perl 5.18 rebuild.

Added:
  perl-tk/trunk/0001-Fix-compilation-under-threaded-bleadperl.patch
  perl-tk/trunk/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
Modified:
  perl-tk/trunk/PKGBUILD

-+
 0001-Fix-compilation-under-threaded-bleadperl.patch |   32 ++
 0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch |   47 
++
 PKGBUILD|   23 
 3 files changed, 98 insertions(+), 4 deletions(-)

Added: 0001-Fix-compilation-under-threaded-bleadperl.patch
===
--- 0001-Fix-compilation-under-threaded-bleadperl.patch 
(rev 0)
+++ 0001-Fix-compilation-under-threaded-bleadperl.patch 2013-05-19 21:33:41 UTC 
(rev 185937)
@@ -0,0 +1,32 @@
+From 8eb3ec51a58dd02334118d8f0aa1bebb5704d15c Mon Sep 17 00:00:00 2001
+From: Father Chrysostomos via RT 
+Date: Mon, 6 Aug 2012 17:42:14 -0400
+Subject: [PATCH] Fix compilation under threaded bleadperl
+
+ Ticket https://rt.cpan.org/Ticket/Display.html?id=78824 >
+
+CopSTASHPV is no longer an lvalue under threads.  (It never was under 
non-threaded builds.)
+---
+ tkGlue.c | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/tkGlue.c b/tkGlue.c
+index 1b7c025..9079302 100644
+--- a/tkGlue.c
 b/tkGlue.c
+@@ -4154,11 +4154,7 @@ int type;
+SV *x = NULL;
+int prefix = '?';
+name = SvPV(sv,na);
+-#ifdef USE_ITHREADS
+-   CopSTASHPV(PL_curcop) = NULL;
+-#else
+-   CopSTASH(PL_curcop) = NULL;
+-#endif
++   CopSTASH_set(PL_curcop, NULL);
+switch (type)
+ {
+  case TK_CONFIG_SCALARVAR:
+-- 
+1.8.2.3
+

Added: 0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch
===
--- 0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch 
(rev 0)
+++ 0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch 
2013-05-19 21:33:41 UTC (rev 185937)
@@ -0,0 +1,47 @@
+From 2333fa35c99aae1db1cb8d3ebce31fc21bc66e0a Mon Sep 17 00:00:00 2001
+From: Slaven Rezic 
+Date: Sat, 23 Mar 2013 14:00:58 +0100
+Subject: [PATCH] * fix for 5.17.7 and newer: SvUPGRADE() is no longer an
+ expression
+
+---
+ IO/IO.xs | 6 +-
+ tkGlue.c | 5 +
+ 2 files changed, 2 insertions(+), 9 deletions(-)
+
+diff --git a/IO/IO.xs b/IO/IO.xs
+index 8ae2a57..42f7515 100644
+--- a/IO/IO.xs
 b/IO/IO.xs
+@@ -207,11 +207,7 @@ int   offset
+  info.count  = 0;
+  info.error  = 0;
+  info.eof= 0;
+- if (!SvUPGRADE(buf, SVt_PV))
+-  {
+-   RETVAL = &PL_sv_undef;
+-   return;
+-  }
++ (void)SvUPGRADE(buf, SVt_PV);
+  SvPOK_only(buf); /* validate pointer */
+  Tcl_CreateFileHandler(fd, TCL_READABLE, read_handler, (ClientData) 
&info);
+  do
+diff --git a/tkGlue.c b/tkGlue.c
+index dd3d283..cdc53ad 100644
+--- a/tkGlue.c
 b/tkGlue.c
+@@ -3830,10 +3830,7 @@ ClientData clientData;
+  return EXPIRE((interp, "Cannot trace readonly variable"));
+ }
+   }
+- if (!SvUPGRADE(sv, SVt_PVMG))
+-  {
+-   return EXPIRE((interp, "Trace SvUPGRADE failed"));
+-  }
++ (void)SvUPGRADE(sv, SVt_PVMG);
+ 
+  if (SvTYPE(sv) == SVt_PVAV)
+   {
+-- 
+1.8.2.3
+

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:23:57 UTC (rev 185936)
+++ PKGBUILD2013-05-19 21:33:41 UTC (rev 185937)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: François Charette 
+# Maintainer:
+# Contributor: François Charette 
 # Contributor: Jason Chu 
 # Contributor: Juergen Hoetzel 
 
 pkgname=perl-tk
 _cpanname=Tk
 pkgver=804.030
-pkgrel=4
+pkgrel=5
 pkgdesc="A graphical user interface toolkit for Perl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/${_cpanname}";
@@ -15,9 +16,23 @@
 options=('!emptydirs')
 replaces=('perltk')
 provides=('perltk')
-source=(http://www.cpan.org/authors/id/S/SR/SREZIC/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('13275e85f99ee467a86d9598a437abff')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/${_cpanname}-${pkgver}.tar.gz
+0001-Fix-compilation-under-threaded-bleadperl.patch
+0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch)
+md5sums=('13275e85f99ee467a86d9598a437abff'
+ '361c34978746310e5c31b7a47c016b22'
+ '46448cdac9d7159f15f2d4b2719d171b')
 
+prepare() {
+  cd "$srcdir/${_cpanname}-$pkgver"
+
+  # https://rt.cpan.org/Public/Bug/Display.html?id=78824
+  patch -Np1 -i "$srcdir/0001-Fix-compilation-under-threaded-bleadperl.patch"
+
+  # https://rt.cpan.org/Public/Bug/Display.html?id=82677
+  patch -Np1 -i 
"$srcdir/0001-fix-for-5.17.7-and-newer-SvUPGRADE-is-no-longer-an-e.patch"
+}
+
 build() {
   cd "$srcdir/${_cpanname}-$pkgver"
   PERL

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

2013-05-19 Thread Dan McGee
Date: Sunday, May 19, 2013 @ 23:23:57
  Author: dan
Revision: 185936

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

Added:
  doxygen/repos/extra-i686/PKGBUILD
(from rev 185935, doxygen/trunk/PKGBUILD)
  doxygen/repos/extra-x86_64/PKGBUILD
(from rev 185935, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/extra-i686/PKGBUILD
  doxygen/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-19 21:23:46 UTC (rev 185935)
+++ extra-i686/PKGBUILD 2013-05-19 21:23:57 UTC (rev 185936)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.3.1
-pkgrel=2
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/";
-makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
- 'texlive-latexextra' 'graphviz')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
-sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
-
-build() {
-  . /etc/profile.d/qt4.sh
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt4: for doxywizard')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-i686/PKGBUILD (from rev 185935, 
doxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-19 21:23:57 UTC (rev 185936)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.4
+pkgrel=1
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/";
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('5f460b91c0d8c34a76173cf22015c2fc')
+sha1sums=('a363811b932e44d479addbadffcc8257cde60b44')
+
+build() {
+  export PATH=$PATH:/usr/lib/qt4/bin
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-19 21:23:46 UTC (rev 185935)
+++ extra-x86_64/PKGBUILD   2013-05-19 21:23:57 UTC (rev 185936)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.3.1
-pkgrel=2
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/";
-makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
- 'texlive-latexextra' 'graphviz')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
-sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
-
-build() {
-  . /etc/profile.d/qt4.sh
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-  'qt4: for doxywizard')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-x86_64/PKGBUILD (from rev 185935, 
doxygen/trunk/PKGBUILD)

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

2013-05-19 Thread Dan McGee
Date: Sunday, May 19, 2013 @ 23:23:46
  Author: dan
Revision: 185935

upgpkg: doxygen 1.8.4-1

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:15:37 UTC (rev 185934)
+++ PKGBUILD2013-05-19 21:23:46 UTC (rev 185935)
@@ -3,19 +3,19 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.3.1
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/";
 makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
  'texlive-latexextra' 'graphviz')
 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
-sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
+md5sums=('5f460b91c0d8c34a76173cf22015c2fc')
+sha1sums=('a363811b932e44d479addbadffcc8257cde60b44')
 
 build() {
-  . /etc/profile.d/qt4.sh
+  export PATH=$PATH:/usr/lib/qt4/bin
   cd "${srcdir}/${pkgbase}-${pkgver}"
   QTDIR=/usr ./configure --prefix /usr --with-doxywizard
   make



[arch-commits] Commit in perl-text-iconv/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:15:37
  Author: foutrelis
Revision: 185934

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

Added:
  perl-text-iconv/repos/staging-i686/
  perl-text-iconv/repos/staging-i686/PKGBUILD
(from rev 185933, perl-text-iconv/trunk/PKGBUILD)
  perl-text-iconv/repos/staging-x86_64/
  perl-text-iconv/repos/staging-x86_64/PKGBUILD
(from rev 185933, perl-text-iconv/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: perl-text-iconv/repos/staging-i686/PKGBUILD (from rev 185933, 
perl-text-iconv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:15:37 UTC (rev 185934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=8
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 185933, 
perl-text-iconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:15:37 UTC (rev 185934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=8
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-text-iconv/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:15:27
  Author: foutrelis
Revision: 185933

upgpkg: perl-text-iconv 1.7-8

Perl 5.18 rebuild.

Modified:
  perl-text-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:14:31 UTC (rev 185932)
+++ PKGBUILD2013-05-19 21:15:27 UTC (rev 185933)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: 
+# Maintainer:
 # Contributor: Francois Charette 
 
 pkgname=perl-text-iconv
 _realname=Text-Iconv
 pkgver=1.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Interface to iconv codeset conversion"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/${_realname}/";



[arch-commits] Commit in perl-term-readkey/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:14:31
  Author: foutrelis
Revision: 185932

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

Added:
  perl-term-readkey/repos/staging-i686/
  perl-term-readkey/repos/staging-i686/PKGBUILD
(from rev 185931, perl-term-readkey/trunk/PKGBUILD)
  perl-term-readkey/repos/staging-x86_64/
  perl-term-readkey/repos/staging-x86_64/PKGBUILD
(from rev 185931, perl-term-readkey/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: perl-term-readkey/repos/staging-i686/PKGBUILD (from rev 185931, 
perl-term-readkey/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:14:31 UTC (rev 185932)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Wael Nasreddine 
+# Contributor: Francois Charette 
+
+pkgname=perl-term-readkey
+_realname=TermReadKey
+pkgver=2.30.02
+pkgrel=3
+pkgdesc="Provides simple control over terminal driver modes"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('perl' 'glibc')
+url="http://search.cpan.org/~stsi/${_realname}/";
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STSI/${_realname}-$pkgver.tar.gz)
+md5sums=('69b92c8ddca8691c83823c683cd9838a')
+
+build() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  chmod 755 "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so"
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  head -7 README > "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: perl-term-readkey/repos/staging-x86_64/PKGBUILD (from rev 185931, 
perl-term-readkey/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:14:31 UTC (rev 185932)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Wael Nasreddine 
+# Contributor: Francois Charette 
+
+pkgname=perl-term-readkey
+_realname=TermReadKey
+pkgver=2.30.02
+pkgrel=3
+pkgdesc="Provides simple control over terminal driver modes"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('perl' 'glibc')
+url="http://search.cpan.org/~stsi/${_realname}/";
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STSI/${_realname}-$pkgver.tar.gz)
+md5sums=('69b92c8ddca8691c83823c683cd9838a')
+
+build() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  chmod 755 "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so"
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  head -7 README > "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in perl-term-readkey/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:14:22
  Author: foutrelis
Revision: 185931

upgpkg: perl-term-readkey 2.30.02-3

Perl 5.18 rebuild.

Modified:
  perl-term-readkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:12:11 UTC (rev 185930)
+++ PKGBUILD2013-05-19 21:14:22 UTC (rev 185931)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer:
+# Contributor: kevin 
 # Contributor: Wael Nasreddine 
-# Contributor: Francois Charette  
+# Contributor: Francois Charette 
 
 pkgname=perl-term-readkey
 _realname=TermReadKey
 pkgver=2.30.02
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides simple control over terminal driver modes"
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in perl-template-toolkit/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:12:11
  Author: foutrelis
Revision: 185930

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

Added:
  perl-template-toolkit/repos/staging-i686/
  perl-template-toolkit/repos/staging-i686/PKGBUILD
(from rev 185929, perl-template-toolkit/trunk/PKGBUILD)
  perl-template-toolkit/repos/staging-x86_64/
  perl-template-toolkit/repos/staging-x86_64/PKGBUILD
(from rev 185929, perl-template-toolkit/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: perl-template-toolkit/repos/staging-i686/PKGBUILD (from rev 185929, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:12:11 UTC (rev 185930)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+_realname=Template-Toolkit
+pkgver=2.24
+pkgrel=2
+pkgdesc="Perl template processing system"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-appconfig' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
+md5sums=('c25fdab1beebf8818c2e624bc9f9d212')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # Failing test can be ignored as it doesn't indicate a problem in main code
+  # https://rt.cpan.org/Public/Bug/Display.html?id=84778
+  make test || true
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-template-toolkit/repos/staging-x86_64/PKGBUILD (from rev 185929, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:12:11 UTC (rev 185930)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+_realname=Template-Toolkit
+pkgver=2.24
+pkgrel=2
+pkgdesc="Perl template processing system"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-appconfig' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
+md5sums=('c25fdab1beebf8818c2e624bc9f9d212')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # Failing test can be ignored as it doesn't indicate a problem in main code
+  # https://rt.cpan.org/Public/Bug/Display.html?id=84778
+  make test || true
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-template-toolkit/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:12:02
  Author: foutrelis
Revision: 185929

upgpkg: perl-template-toolkit 2.24-2

Perl 5.18 rebuild.

Modified:
  perl-template-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:02:18 UTC (rev 185928)
+++ PKGBUILD2013-05-19 21:12:02 UTC (rev 185929)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Firmicus 
+# Maintainer:
+# Contributor: Firmicus 
 # Contributor: Tom Killian 
 # Contributor: FJ 
 
 pkgname=perl-template-toolkit
 _realname=Template-Toolkit
 pkgver=2.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl template processing system"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl-appconfig' 'perl>=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
 md5sums=('c25fdab1beebf8818c2e624bc9f9d212')
 
@@ -25,7 +26,10 @@
 
 check() {
   cd "${srcdir}/${_realname}-${pkgver}"
-  make test
+
+  # Failing test can be ignored as it doesn't indicate a problem in main code
+  # https://rt.cpan.org/Public/Bug/Display.html?id=84778
+  make test || true
 }
 
 package() {



[arch-commits] Commit in perl-html-parser/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:02:18
  Author: foutrelis
Revision: 185928

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

Added:
  perl-html-parser/repos/staging-i686/
  perl-html-parser/repos/staging-i686/PKGBUILD
(from rev 185927, perl-html-parser/trunk/PKGBUILD)
  perl-html-parser/repos/staging-x86_64/
  perl-html-parser/repos/staging-x86_64/PKGBUILD
(from rev 185927, perl-html-parser/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: perl-html-parser/repos/staging-i686/PKGBUILD (from rev 185927, 
perl-html-parser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:02:18 UTC (rev 185928)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus 
+
+pkgname=perl-html-parser
+pkgver=3.71
+pkgrel=2
+pkgdesc="Perl HTML parser class"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/HTML-Parser/";
+depends=('perl-html-tagset' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+md5sums=('9128a45893097dfa3bf03301b19c5efe')
+
+build() {
+  cd HTML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd HTML-Parser-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-html-parser/repos/staging-x86_64/PKGBUILD (from rev 185927, 
perl-html-parser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:02:18 UTC (rev 185928)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus 
+
+pkgname=perl-html-parser
+pkgver=3.71
+pkgrel=2
+pkgdesc="Perl HTML parser class"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/HTML-Parser/";
+depends=('perl-html-tagset' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+md5sums=('9128a45893097dfa3bf03301b19c5efe')
+
+build() {
+  cd HTML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd HTML-Parser-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-html-parser/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:02:09
  Author: foutrelis
Revision: 185927

upgpkg: perl-html-parser 3.71-2

Perl 5.18 rebuild.

Modified:
  perl-html-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 21:00:15 UTC (rev 185926)
+++ PKGBUILD2013-05-19 21:02:09 UTC (rev 185927)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: kevin 
 # Contributor: Manolis Tzanidakis
-# Contributor: Firmicus  
+# Contributor: Firmicus 
 
 pkgname=perl-html-parser
 pkgver=3.71
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl HTML parser class"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')



[arch-commits] Commit in perl-dbd-sqlite/repos (4 files)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:00:15
  Author: foutrelis
Revision: 185926

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

Added:
  perl-dbd-sqlite/repos/staging-i686/
  perl-dbd-sqlite/repos/staging-i686/PKGBUILD
(from rev 185925, perl-dbd-sqlite/trunk/PKGBUILD)
  perl-dbd-sqlite/repos/staging-x86_64/
  perl-dbd-sqlite/repos/staging-x86_64/PKGBUILD
(from rev 185925, perl-dbd-sqlite/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: perl-dbd-sqlite/repos/staging-i686/PKGBUILD (from rev 185925, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 21:00:15 UTC (rev 185926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Killian 
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.37
+pkgrel=2
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_cpanname}";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('b8ac1c584befa63cd5ffc391b2366e84')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-dbd-sqlite/repos/staging-x86_64/PKGBUILD (from rev 185925, 
perl-dbd-sqlite/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 21:00:15 UTC (rev 185926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Killian 
+# Contributor: francois at archlinux dot org
+
+pkgname=perl-dbd-sqlite
+_cpanname=DBD-SQLite
+pkgver=1.37
+pkgrel=2
+pkgdesc="Self-contained RDBMS in a DBI driver"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_cpanname}";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'sqlite')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('b8ac1c584befa63cd5ffc391b2366e84')
+
+build() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_cpanname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 23:00:06
  Author: foutrelis
Revision: 185925

upgpkg: perl-dbd-sqlite 1.37-2

Perl 5.18 rebuild.

Modified:
  perl-dbd-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 20:56:58 UTC (rev 185924)
+++ PKGBUILD2013-05-19 21:00:06 UTC (rev 185925)
@@ -6,12 +6,12 @@
 pkgname=perl-dbd-sqlite
 _cpanname=DBD-SQLite
 pkgver=1.37
-pkgrel=1
+pkgrel=2
 pkgdesc="Self-contained RDBMS in a DBI driver"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/${_cpanname}";
 license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.61' 'sqlite')
+depends=('perl-dbi' 'sqlite')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz)
 md5sums=('b8ac1c584befa63cd5ffc391b2366e84')



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 22:56:58
  Author: foutrelis
Revision: 185924

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

Added:
  perl-dbi/repos/staging-i686/
  perl-dbi/repos/staging-i686/PKGBUILD
(from rev 185923, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/staging-x86_64/
  perl-dbi/repos/staging-x86_64/PKGBUILD
(from rev 185923, perl-dbi/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: perl-dbi/repos/staging-i686/PKGBUILD (from rev 185923, 
perl-dbi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 20:56:58 UTC (rev 185924)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.625
+pkgrel=2
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b0521be412faff4ec8d511cd5f3f6a31')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/staging-x86_64/PKGBUILD (from rev 185923, 
perl-dbi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 20:56:58 UTC (rev 185924)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.625
+pkgrel=2
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b0521be412faff4ec8d511cd5f3f6a31')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2013-05-19 Thread Evangelos Foutras
Date: Sunday, May 19, 2013 @ 22:56:49
  Author: foutrelis
Revision: 185923

upgpkg: perl-dbi 1.625-2

Perl 5.18 rebuild.

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:49:36 UTC (rev 185922)
+++ PKGBUILD2013-05-19 20:56:49 UTC (rev 185923)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
-# Contributor:  Matt Thompson 
+# Maintainer:
+# Contributor: kevin 
+# Contributor: Matt Thompson 
 
 pkgname=perl-dbi
 _realname=DBI
 pkgver=1.625
-pkgrel=1
+pkgrel=2
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



[arch-commits] Commit in penlight/repos/community-any (PKGBUILD PKGBUILD)

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 22:25:03
  Author: seblu
Revision: 91117

archrelease: copy trunk to community-any

Added:
  penlight/repos/community-any/PKGBUILD
(from rev 91116, penlight/trunk/PKGBUILD)
Deleted:
  penlight/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-19 20:20:31 UTC (rev 91116)
+++ PKGBUILD2013-05-19 20:25:03 UTC (rev 91117)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: SpepS 
-# Contributor: Laszlo Papp 
-# Contributor: Donald Ephraim Curtis 
-
-pkgbase=penlight
-pkgname=('lua-penlight')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Lua libraries focusing on input data handling'
-arch=('any')
-url='https://github.com/stevedonovan/penlight'
-license=('custom')
-makedepends=('lua')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz";)
-md5sums=('835ab76e6330d9f584246c8a5113e4dc')
-
-package_lua-penlight() {
-  depends=('lua' 'lua-filesystem')
-
-  cd Penlight-$pkgver
-  install -dm755 "$pkgdir/usr/share/lua/5.2/pl/platf"
-  install -m644 lua/pl/*.lua "$pkgdir/usr/share/lua/5.2/pl"
-  install -m644 lua/pl/platf/*.lua "$pkgdir/usr/share/lua/5.2/pl/platf"
-  # copy docs
-  install -dm755 "$pkgdir/usr/share/docs/$pkgname"
-  install -m644 CHANGES.txt README.txt docs/manual/* 
"$pkgdir/usr/share/docs/$pkgname"
-  # copy license
-  install -Dm644 LICENCE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: penlight/repos/community-any/PKGBUILD (from rev 91116, 
penlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-19 20:25:03 UTC (rev 91117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: SpepS 
+# Contributor: Laszlo Papp 
+# Contributor: Donald Ephraim Curtis 
+
+pkgbase=penlight
+pkgname=('lua-penlight')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Lua libraries focusing on input data handling'
+arch=('any')
+url='https://github.com/stevedonovan/penlight'
+license=('custom')
+makedepends=('lua')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz";)
+md5sums=('363d420aa3aa22273906e0808d30d211')
+
+package_lua-penlight() {
+  depends=('lua' 'lua-filesystem')
+
+  cd Penlight-$pkgver
+  install -dm755 "$pkgdir/usr/share/lua/5.2/pl/platf"
+  install -m644 lua/pl/*.lua "$pkgdir/usr/share/lua/5.2/pl"
+  install -m644 lua/pl/platf/*.lua "$pkgdir/usr/share/lua/5.2/pl/platf"
+  # copy docs
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 CHANGES.md README.md doc/manual/* 
"$pkgdir/usr/share/doc/$pkgname"
+  # copy license
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ldoc/repos/community-any (PKGBUILD PKGBUILD)

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 22:20:31
  Author: seblu
Revision: 91116

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 91115, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-19 20:20:23 UTC (rev 91115)
+++ PKGBUILD2013-05-19 20:20:31 UTC (rev 91116)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.11
-pkgrel=2
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz";)
-md5sums=('03f967ed92078fc689ffb0fc75bd78de')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 "$pkgdir/usr/share/lua/5.2"
-  cp -a ldoc "$pkgdir/usr/share/lua/5.2"
-  # install binaries
-  install -Dm755 ldoc.lua "$pkgdir/usr/bin/ldoc.lua"
-  ln -s ldoc.lua "$pkgdir/usr/bin/ldoc"
-  # copy docs
-  install -Dm644 readme.md "$pkgdir/usr/share/doc/$pkgname/readme.md"
-  install -Dm644 doc/doc.md "$pkgdir/usr/share/doc/$pkgname/doc.md"
-  # copy license
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 91115, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-19 20:20:31 UTC (rev 91116)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.3.12
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz";)
+md5sums=('a226c31880585fa946e40d3df142df57')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 "$pkgdir/usr/share/lua/5.2"
+  cp -a ldoc "$pkgdir/usr/share/lua/5.2"
+  # install binaries
+  install -Dm755 ldoc.lua "$pkgdir/usr/bin/ldoc.lua"
+  ln -s ldoc.lua "$pkgdir/usr/bin/ldoc"
+  # copy docs
+  install -Dm644 readme.md "$pkgdir/usr/share/doc/$pkgname/readme.md"
+  install -Dm644 doc/doc.md "$pkgdir/usr/share/doc/$pkgname/doc.md"
+  # copy license
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-19 Thread Sébastien Luttringer
Date: Sunday, May 19, 2013 @ 22:20:23
  Author: seblu
Revision: 91115

upgpkg: ldoc 1.3.12-1

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 20:12:32 UTC (rev 91114)
+++ PKGBUILD2013-05-19 20:20:23 UTC (rev 91115)
@@ -2,15 +2,15 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.3.11
-pkgrel=2
+pkgver=1.3.12
+pkgrel=1
 pkgdesc='A LuaDoc-compatible documentation generation system'
 arch=('any')
 url='http://stevedonovan.github.com/ldoc/'
 license=('custom')
 depends=('lua' 'lua-penlight')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz";)
-md5sums=('03f967ed92078fc689ffb0fc75bd78de')
+md5sums=('a226c31880585fa946e40d3df142df57')
 
 package() {
   cd LDoc-$pkgver



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

2013-05-19 Thread Laurent Carlier
Date: Sunday, May 19, 2013 @ 22:12:32
  Author: lcarlier
Revision: 91114

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

Added:
  pdf2djvu/repos/community-staging-i686/
  pdf2djvu/repos/community-staging-i686/PKGBUILD
(from rev 91113, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 91113, pdf2djvu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 91113, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 20:12:32 UTC (rev 91114)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=5
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz";)
+md5sums=('6ba1e576212e129111518a8c4afd1092')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 91113, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 20:12:32 UTC (rev 91114)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.7.16
+pkgrel=5
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz";)
+md5sums=('6ba1e576212e129111518a8c4afd1092')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+



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

2013-05-19 Thread Laurent Carlier
Date: Sunday, May 19, 2013 @ 22:12:17
  Author: lcarlier
Revision: 91113

upgpkg: pdf2djvu 0.7.16-5

poppler 0.22.4 .so rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:42:10 UTC (rev 91112)
+++ PKGBUILD2013-05-19 20:12:17 UTC (rev 91113)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.16
-pkgrel=4
+pkgrel=5
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://pdf2djvu.googlecode.com";
@@ -12,22 +12,26 @@
 depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
 makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
 source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz";)
+md5sums=('6ba1e576212e129111518a8c4afd1092')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
+
 ./configure --prefix=/usr
 make
 }
 
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
+
 make install DESTDIR=${pkgdir}
 install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
 }
-check() {
 
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-make test
-}
-md5sums=('6ba1e576212e129111518a8c4afd1092')



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

2013-05-19 Thread Guillaume Alaux
Date: Sunday, May 19, 2013 @ 21:49:36
  Author: guillaume
Revision: 185922

Fixed permissions on sa-jdi.jar - FS#35141

Modified:
  java7-openjdk/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:23:46 UTC (rev 185921)
+++ PKGBUILD2013-05-19 19:49:36 UTC (rev 185922)
@@ -23,7 +23,7 @@
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://icedtea.classpath.org";
 license=('custom')
@@ -327,6 +327,8 @@
   install -m755 -d ${pkgdir}/etc/profile.d/
   install -m755 ${srcdir}/${pkgname}.profile ${pkgdir}/etc/profile.d/jdk.sh
   install -m755 ${srcdir}/${pkgname}.profile.csh 
${pkgdir}/etc/profile.d/jdk.csh
+
+  chmod go+r ${pkgdir}/usr/lib/jvm/java-7-openjdk/lib/sa-jdi.jar
 }
 
 package_openjdk7-src() {



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

2013-05-19 Thread Laurent Carlier
Date: Sunday, May 19, 2013 @ 21:42:10
  Author: lcarlier
Revision: 91112

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 9, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 9, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 9, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 9, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 9, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 9, gambas3/trunk/gambas3-script.install)

--+
 community-staging-i686/PKGBUILD  |  899 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD|  899 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 1848 insertions(+)

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


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

2013-05-19 Thread Laurent Carlier
Date: Sunday, May 19, 2013 @ 21:41:57
  Author: lcarlier
Revision: 9

upgpkg: gambas3 3.4.1-3

poppler 0.22.4 .so rebuild

Modified:
  gambas3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:15:25 UTC (rev 91110)
+++ PKGBUILD2013-05-19 19:41:57 UTC (rev 9)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:23:46
  Author: giovanni
Revision: 185921

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

Added:
  irssi/repos/staging-i686/
  irssi/repos/staging-i686/PKGBUILD
(from rev 185920, irssi/trunk/PKGBUILD)
  irssi/repos/staging-x86_64/
  irssi/repos/staging-x86_64/PKGBUILD
(from rev 185920, irssi/trunk/PKGBUILD)

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

Copied: irssi/repos/staging-i686/PKGBUILD (from rev 185920, 
irssi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 19:23:46 UTC (rev 185921)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.15
+pkgrel=7
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/";
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2";)
+options=('!libtool')
+md5sums=('1dcb3f511b88df94b0c996f36668c7da')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}

Copied: irssi/repos/staging-x86_64/PKGBUILD (from rev 185920, 
irssi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 19:23:46 UTC (rev 185921)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Dan McGee 
+
+pkgname=irssi
+pkgver=0.8.15
+pkgrel=7
+pkgdesc="Modular text mode IRC client with Perl scripting"
+arch=('i686' 'x86_64')
+url="http://irssi.org/";
+license=('GPL')
+depends=('glib2' 'openssl')
+optdepends=('perl-libwww: for the scriptassist script')
+backup=('etc/irssi.conf')
+source=("http://irssi.org/files/${pkgname}-${pkgver}.tar.bz2";)
+options=('!libtool')
+md5sums=('1dcb3f511b88df94b0c996f36668c7da')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6 \
+ --with-proxy \
+ --sysconfdir=/etc \
+ --with-perl-lib=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+}



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:23:39
  Author: giovanni
Revision: 185920

upgpkg: irssi 0.8.15-7

Perl 5.18 rebuild

Modified:
  irssi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:19:26 UTC (rev 185919)
+++ PKGBUILD2013-05-19 19:23:39 UTC (rev 185920)
@@ -4,7 +4,7 @@
 
 pkgname=irssi
 pkgver=0.8.15
-pkgrel=6
+pkgrel=7
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=('i686' 'x86_64')
 url="http://irssi.org/";



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:19:26
  Author: giovanni
Revision: 185919

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

Added:
  perl-crypt-ssleay/repos/staging-i686/
  perl-crypt-ssleay/repos/staging-i686/PKGBUILD
(from rev 185918, perl-crypt-ssleay/trunk/PKGBUILD)
  perl-crypt-ssleay/repos/staging-x86_64/
  perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD
(from rev 185918, perl-crypt-ssleay/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: perl-crypt-ssleay/repos/staging-i686/PKGBUILD (from rev 185918, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 19:19:26 UTC (rev 185919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.64
+pkgrel=2
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Crypt-SSLeay";
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
 
+md5sums=('4812f14d6e8c71714a26c0ad733666dc')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD (from rev 185918, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-19 19:19:26 UTC (rev 185919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.64
+pkgrel=2
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Crypt-SSLeay";
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
 
+md5sums=('4812f14d6e8c71714a26c0ad733666dc')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:19:19
  Author: giovanni
Revision: 185918

upgpkg: perl-crypt-ssleay 0.64-2

Perl 5.18 rebuild

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 19:10:48 UTC (rev 185917)
+++ PKGBUILD2013-05-19 19:19:19 UTC (rev 185918)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-ssleay
 pkgver=0.64
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenSSL glue that provides LWP https support"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Crypt-SSLeay";



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:15:25
  Author: giovanni
Revision: 91110

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

Added:
  pcsc-perl/repos/community-staging-i686/
  pcsc-perl/repos/community-staging-i686/PKGBUILD
(from rev 91109, pcsc-perl/trunk/PKGBUILD)
  pcsc-perl/repos/community-staging-x86_64/
  pcsc-perl/repos/community-staging-x86_64/PKGBUILD
(from rev 91109, pcsc-perl/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: pcsc-perl/repos/community-staging-i686/PKGBUILD (from rev 91109, 
pcsc-perl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-19 19:15:25 UTC (rev 91110)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: neuromante 
+# Contributor: marc0s 
+
+pkgname=pcsc-perl
+pkgver=1.4.13
+pkgrel=2
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/";
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('758ca469b79667fa8c41422df86a088b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: pcsc-perl/repos/community-staging-x86_64/PKGBUILD (from rev 91109, 
pcsc-perl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-19 19:15:25 UTC (rev 91110)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: neuromante 
+# Contributor: marc0s 
+
+pkgname=pcsc-perl
+pkgver=1.4.13
+pkgrel=2
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/";
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('758ca469b79667fa8c41422df86a088b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:15:18
  Author: giovanni
Revision: 91109

upgpkg: pcsc-perl 1.4.13-2

Perl 5.18 rebuild

Modified:
  pcsc-perl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 18:46:49 UTC (rev 91108)
+++ PKGBUILD2013-05-19 19:15:18 UTC (rev 91109)
@@ -5,7 +5,7 @@
 
 pkgname=pcsc-perl
 pkgver=1.4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A Perl Module for PC/SC SmartCard access"
 arch=('i686' 'x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/";



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

2013-05-19 Thread Giovanni Scafora
Date: Sunday, May 19, 2013 @ 21:10:48
  Author: giovanni
Revision: 185917

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

Added:
  weechat/repos/staging-i686/
  weechat/repos/staging-i686/PKGBUILD
(from rev 185916, weechat/trunk/PKGBUILD)
  weechat/repos/staging-i686/ruby-2.0.0-crash-fix.diff
(from rev 185916, weechat/trunk/ruby-2.0.0-crash-fix.diff)
  weechat/repos/staging-x86_64/
  weechat/repos/staging-x86_64/PKGBUILD
(from rev 185916, weechat/trunk/PKGBUILD)
  weechat/repos/staging-x86_64/ruby-2.0.0-crash-fix.diff
(from rev 185916, weechat/trunk/ruby-2.0.0-crash-fix.diff)

--+
 staging-i686/PKGBUILD|   39 ++
 staging-i686/ruby-2.0.0-crash-fix.diff   |   76 +
 staging-x86_64/PKGBUILD  |   39 ++
 staging-x86_64/ruby-2.0.0-crash-fix.diff |   76 +
 4 files changed, 230 insertions(+)

Copied: weechat/repos/staging-i686/PKGBUILD (from rev 185916, 
weechat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-19 19:10:48 UTC (rev 185917)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl>=8.6.0' 'ruby' 
'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";
+'ruby-2.0.0-crash-fix.diff')
+md5sums=('b2e10ca1e3a72142fcc8d58c7c774b1b'
+ '8bafb0ec603af018e2d66155640685b4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix: https://bugs.archlinux.org/task/34342
+  # original commit: 
http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=commit;h=4fdbb83a079f24a742633fd4d02084911580c19c
+  patch -Np1 -i ${srcdir}/ruby-2.0.0-crash-fix.diff
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/staging-i686/ruby-2.0.0-crash-fix.diff (from rev 185916, 
weechat/trunk/ruby-2.0.0-crash-fix.diff)
===
--- staging-i686/ruby-2.0.0-crash-fix.diff  (rev 0)
+++ staging-i686/ruby-2.0.0-crash-fix.diff  2013-05-19 19:10:48 UTC (rev 
185917)
@@ -0,0 +1,76 @@
+X-Git-Url: 
http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=blobdiff_plain;f=src%2Fplugins%2Fruby%2Fweechat-ruby-api.c;h=101caec961829de03f8097edc63f497eab99aaa3;hp=bbc2fbcbe3c5290a8a975c4676a85a8c7e0998b7;hb=4fdbb83a079f24a742633fd4d02084911580c19c;hpb=55e58811b3df451db4f95b1035a39f5659788989
+
+diff --git a/src/plugins/ruby/weechat-ruby-api.c 
b/src/plugins/ruby/weechat-ruby-api.c
+index bbc2fbc..101caec 100644
+--- a/src/plugins/ruby/weechat-ruby-api.c
 b/src/plugins/ruby/weechat-ruby-api.c
+@@ -1333,28 +1333,21 @@ weechat_ruby_api_config_new_option (VALUE class, VALUE 
config_file,
+ VALUE description, VALUE string_values,
+ VALUE min, VALUE max, VALUE default_value,
+ VALUE value, VALUE null_value_allowed,
+-VALUE function_check_value,
+-VALUE data_check_value,
+-VALUE function_change,
+-VALUE data_change,
+-VALUE function_delete,
+-VALUE data_delete)
++VALUE callbacks)
+ {
+ char *c_config_file, *c_section, *c_name, *c_type, *c_description;
+ char *c_string_values, *c_default_value, *c_value;
+ char *c_function_check_value, *c_data_check_value, *c_function_change;
+ char *c_data_change, *c_function_delete, *c_data_delete, *result;
+ int c_min, c_max, c_null_value_allowed;
+-VALUE return_value;
++VALUE function_check_value, data_check_value, function_change, 
data_change;
++VALUE function_delete, data_delete, return_value;
+ 
+ API_FUNC(1, "config_new_option", API_RETURN_EMPTY);
+ if (NIL_P (config_file) || NIL_P (section) || NIL_P (name) || NIL_P (type)
+ || NIL_P (description) || NIL_P (string_values) || NIL_P (min)
+ || NIL_P (max) || NIL_P (default_value) || NIL_P (value)
+-|| NIL_P (null_value_allowed) || NIL_P (function_check_value)
+-|| NIL_P (data_c

  1   2   3   >