[arch-commits] Commit in thttpd/trunk (PKGBUILD crypt.patch)

2014-08-15 Thread Gaetan Bisson
Date: Friday, August 15, 2014 @ 10:40:04
  Author: bisson
Revision: 117432

fix segfault on crypt call

Added:
  thttpd/trunk/crypt.patch
Modified:
  thttpd/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 crypt.patch |   11 +++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 08:32:02 UTC (rev 117431)
+++ PKGBUILD2014-08-15 08:40:04 UTC (rev 117432)
@@ -5,7 +5,7 @@
 
 pkgname=thttpd
 pkgver=2.26
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, small, portable, fast, and secure HTTP server'
 url='http://www.acme.com/software/thttpd/'
 license=('custom:BSD')
@@ -14,11 +14,13 @@
 source=(http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz;
 'forwarded-for.patch'
 'discreet.patch'
+'crypt.patch'
 'service'
 'config')
-sha1sums=('72c37d058312465b607d662796d05ea43bc6df37'
+sha1sums=('6acdc827203ab5878743cf0efee818d796ff740e'
   '1293fbaf83a489c65d6d2b107d797c687233d96a'
   'b954028d4360ad856f7fb1edc8534f0652f33d20'
+  'ca0779709fe8e765797ad127e49db635a6494763'
   '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
   '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
 
@@ -26,6 +28,7 @@
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../forwarded-for.patch
patch -p1 -i ../discreet.patch
+   patch -p1 -i ../crypt.patch
sed \
-e 's/^CFLAGS =/CFLAGS +=/' \
-e '/^STATICFLAG =/c STATICFLAG =' \

Added: crypt.patch
===
--- crypt.patch (rev 0)
+++ crypt.patch 2014-08-15 08:40:04 UTC (rev 117432)
@@ -0,0 +1,11 @@
+diff -Naur old/libhttpd.c new/libhttpd.c
+--- old/libhttpd.c 2014-08-05 07:41:30.0 +0900
 new/libhttpd.c 2014-08-15 17:33:40.810796296 +0900
+@@ -54,6 +54,7 @@
+ #include syslog.h
+ #include unistd.h
+ #include stdarg.h
++#include crypt.h
+ 
+ #ifdef HAVE_OSRELDATE_H
+ #include osreldate.h



[arch-commits] Commit in thttpd/repos (22 files)

2014-08-15 Thread Gaetan Bisson
Date: Friday, August 15, 2014 @ 10:41:32
  Author: bisson
Revision: 117433

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

Added:
  thttpd/repos/community-i686/PKGBUILD
(from rev 117432, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-i686/config
(from rev 117432, thttpd/trunk/config)
  thttpd/repos/community-i686/crypt.patch
(from rev 117432, thttpd/trunk/crypt.patch)
  thttpd/repos/community-i686/discreet.patch
(from rev 117432, thttpd/trunk/discreet.patch)
  thttpd/repos/community-i686/forwarded-for.patch
(from rev 117432, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-i686/service
(from rev 117432, thttpd/trunk/service)
  thttpd/repos/community-x86_64/PKGBUILD
(from rev 117432, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-x86_64/config
(from rev 117432, thttpd/trunk/config)
  thttpd/repos/community-x86_64/crypt.patch
(from rev 117432, thttpd/trunk/crypt.patch)
  thttpd/repos/community-x86_64/discreet.patch
(from rev 117432, thttpd/trunk/discreet.patch)
  thttpd/repos/community-x86_64/forwarded-for.patch
(from rev 117432, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-x86_64/service
(from rev 117432, thttpd/trunk/service)
Deleted:
  thttpd/repos/community-i686/PKGBUILD
  thttpd/repos/community-i686/config
  thttpd/repos/community-i686/discreet.patch
  thttpd/repos/community-i686/forwarded-for.patch
  thttpd/repos/community-i686/service
  thttpd/repos/community-x86_64/PKGBUILD
  thttpd/repos/community-x86_64/config
  thttpd/repos/community-x86_64/discreet.patch
  thttpd/repos/community-x86_64/forwarded-for.patch
  thttpd/repos/community-x86_64/service

--+
 /PKGBUILD|  146 +
 /config  |8 +
 /discreet.patch  |   74 
 /forwarded-for.patch |   32 +++
 /service |   20 
 community-i686/PKGBUILD  |   70 ---
 community-i686/config|4 
 community-i686/crypt.patch   |   11 ++
 community-i686/discreet.patch|   37 
 community-i686/forwarded-for.patch   |   16 ---
 community-i686/service   |   10 --
 community-x86_64/PKGBUILD|   70 ---
 community-x86_64/config  |4 
 community-x86_64/crypt.patch |   11 ++
 community-x86_64/discreet.patch  |   37 
 community-x86_64/forwarded-for.patch |   16 ---
 community-x86_64/service |   10 --
 17 files changed, 302 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 08:40:04 UTC (rev 117432)
+++ community-i686/PKGBUILD 2014-08-15 08:41:32 UTC (rev 117433)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Stewart Starbuck stew...@stewartstarbuck.co.uk
-
-pkgname=thttpd
-pkgver=2.26
-pkgrel=1
-pkgdesc='Simple, small, portable, fast, and secure HTTP server'
-url='http://www.acme.com/software/thttpd/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-backup=('etc/thttpd.conf')
-source=(http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz;
-'forwarded-for.patch'
-'discreet.patch'
-'service'
-'config')
-sha1sums=('72c37d058312465b607d662796d05ea43bc6df37'
-  '1293fbaf83a489c65d6d2b107d797c687233d96a'
-  'b954028d4360ad856f7fb1edc8534f0652f33d20'
-  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
-  '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../forwarded-for.patch
-   patch -p1 -i ../discreet.patch
-   sed \
-   -e 's/^CFLAGS =/CFLAGS +=/' \
-   -e '/^STATICFLAG =/c STATICFLAG =' \
-   -i {*/,}Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # ./configure messes up DEFS when FORTIFY_SOURCE=1
-   CPPFLAGS= ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   CFLAGS+= $CPPFLAGS
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   install -d ${pkgdir}/usr/share/man/man1
-   make \
-   BINDIR=${pkgdir}/usr/bin \
-   WEBDIR=${pkgdir}/srv/http \
-   MANDIR=${pkgdir}/usr/share/man \
-   WEBGROUP=root \
-   install
-
-   rm -fr ${pkgdir}/srv
-   chown root:root -R ${pkgdir}
-   chmod 755 -R ${pkgdir}/usr/bin # strip needs u+w
-
-   install -Dm644 ../config ${pkgdir}/etc/thttpd.conf
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/thttpd.service
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   head -n 26 thttpd.c  

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

2014-08-15 Thread Thomas Dziedzic
Date: Friday, August 15, 2014 @ 16:14:59
  Author: td123
Revision: 219748

upgpkg: vim 7.4.404-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 08:31:34 UTC (rev 219747)
+++ PKGBUILD2014-08-15 14:14:59 UTC (rev 219748)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=383
-__hgrev=7090d7f160f7
+_patchlevel=404
+__hgrev=18fd959b07ef
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('43a4cc2905659697550c2fb2b282789e'
+md5sums=('cc1ad0cd3399af0a8fe4d5ea6dabf7e2'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  'f3c8931847a12949bdd14c9d48fdabb3'



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

2014-08-15 Thread Thomas Dziedzic
Date: Friday, August 15, 2014 @ 16:15:54
  Author: td123
Revision: 219749

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 219748, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 219748, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 219748, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 219748, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 219748, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 219748, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 219748, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 219748, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 219748, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 219748, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  285 +
 testing-i686/archlinux.vim   |   25 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  285 +
 testing-x86_64/archlinux.vim |   25 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 808 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 219748, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-15 14:15:54 UTC (rev 219749)
@@ -0,0 +1,285 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=404
+__hgrev=18fd959b07ef
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('cc1ad0cd3399af0a8fe4d5ea6dabf7e2'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ 'f3c8931847a12949bdd14c9d48fdabb3'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 16:51:21
  Author: arodseth
Revision: 117434

upgpkg: the_silver_searcher 0.24.1-1

Modified:
  the_silver_searcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 08:41:32 UTC (rev 117433)
+++ PKGBUILD2014-08-15 14:51:21 UTC (rev 117434)
@@ -4,7 +4,7 @@
 # Contributor: skydrome skydr...@i2pmail.org
 
 pkgname=the_silver_searcher
-pkgver=0.24.0
+pkgver=0.24.1
 pkgrel=1
 pkgdesc='Code searching tool similar to Ack, but faster'
 url='https://github.com/ggreer/the_silver_searcher'



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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 16:52:52
  Author: arodseth
Revision: 117435

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 14:51:21 UTC (rev 117434)
+++ community-i686/PKGBUILD 2014-08-15 14:52:52 UTC (rev 117435)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-i686/PKGBUILD (from rev 117434, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 14:52:52 UTC (rev 117435)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-15 14:51:21 UTC (rev 117434)
+++ community-x86_64/PKGBUILD   2014-08-15 14:52:52 UTC (rev 117435)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jeff Horelick jdho...@gmail.com
-# Contributor: skydrome skydr...@i2pmail.org
-
-pkgname=the_silver_searcher
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Code searching tool similar to Ack, but faster'
-url='https://github.com/ggreer/the_silver_searcher'
-license=('Apache')
-depends=('pcre' 'zlib' 'xz')
-makedepends=('git')
-arch=('x86_64' 'i686')
-source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  
-  sed -i 's:configure:configure --prefix=/usr:' build.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./build.sh
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: the_silver_searcher/repos/community-x86_64/PKGBUILD (from rev 117434, 
the_silver_searcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-15 14:52:52 UTC (rev 117435)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jeff Horelick jdho...@gmail.com
+# Contributor: skydrome skydr...@i2pmail.org
+
+pkgname=the_silver_searcher
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Code searching tool similar to Ack, but faster'
+url='https://github.com/ggreer/the_silver_searcher'
+license=('Apache')
+depends=('pcre' 'zlib' 'xz')
+makedepends=('git')
+arch=('x86_64' 'i686')
+source=(git://github.com/ggreer/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  
+  sed -i 's:configure:configure --prefix=/usr:' build.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./build.sh
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in java7-openjdk/trunk (jdk7-openjdk.install)

2014-08-15 Thread Guillaume Alaux
Date: Friday, August 15, 2014 @ 17:01:21
  Author: guillaume
Revision: 219751

Add missing install file to SVN

Added:
  java7-openjdk/trunk/jdk7-openjdk.install

--+
 jdk7-openjdk.install |   38 ++
 1 file changed, 38 insertions(+)

Added: jdk7-openjdk.install
===
--- jdk7-openjdk.install(rev 0)
+++ jdk7-openjdk.install2014-08-15 15:01:21 UTC (rev 219751)
@@ -0,0 +1,38 @@
+this_java='java-7-openjdk'
+
+post_install() {
+  default=$(/usr/bin/archlinux-java get)
+  if [ -z ${default} ]; then
+/usr/bin/archlinux-java set ${this_java}
+  elif [ ${default/\/jre} = ${this_java/\/jre} ]; then
+/usr/bin/archlinux-java fix
+  else
+echo Default Java environment is already set to '${default}'
+echo To set '${this_java}' as default, consider using:
+echo   archlinux-java set '${this_java}'
+  fi
+
+  if [ ! -f /etc/ssl/certs/java/cacerts ]; then
+JAVA_HOME=/usr/lib/jvm/java-default-runtime /usr/bin/init-jks-keystore
+  fi
+}
+
+post_upgrade() {
+  default=$(/usr/bin/archlinux-java get)
+  if [ -z ${default} ]; then
+/usr/bin/archlinux-java set ${this_java}
+  elif [ ${default/\/jre} = ${this_java/\/jre} ]; then
+/usr/bin/archlinux-java fix
+  fi
+
+  if [ ! -f /etc/ssl/certs/java/cacerts ]; then
+JAVA_HOME=/usr/lib/jvm/java-default-runtime /usr/bin/init-jks-keystore
+  fi
+}
+
+pre_remove() {
+  default=$(/usr/bin/archlinux-java get)
+  if [ ${default/\/jre} = ${this_java/\/jre} ]; then
+/usr/bin/archlinux-java set ${this_java}/jre
+  fi
+}



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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 17:09:30
  Author: arodseth
Revision: 117436

upgpkg: wordpress 3.9.2-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 14:52:52 UTC (rev 117435)
+++ PKGBUILD2014-08-15 15:09:30 UTC (rev 117436)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -19,7 +19,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('73c21224d42156150b948ca645a296a2431f1dd6a19350e0d8a72e465adde56d')
+sha256sums=('74012cdb2b93a8b99f72bfcc52503eb0f56db1711775c857c3ddf140c66b5bf0')
 
 package() {
   install -d $pkgdir/usr/share/webapps



[arch-commits] Commit in wordpress/repos/community-any (4 files)

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 17:10:23
  Author: arodseth
Revision: 117437

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 117436, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 117436, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   58 ++--
 wordpress.install |   42 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-15 15:09:30 UTC (rev 117436)
+++ PKGBUILD2014-08-15 15:10:23 UTC (rev 117437)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=3.9.1
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('73c21224d42156150b948ca645a296a2431f1dd6a19350e0d8a72e465adde56d')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 117436, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-15 15:10:23 UTC (rev 117437)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=3.9.2
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('74012cdb2b93a8b99f72bfcc52503eb0f56db1711775c857c3ddf140c66b5bf0')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2014-08-15 15:09:30 UTC (rev 117436)
+++ wordpress.install   2014-08-15 15:10:23 UTC (rev 117437)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 117436, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2014-08-15 15:10:23 UTC (rev 117437)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 17:20:20
  Author: arodseth
Revision: 117438

upgpkg: scite 3.5.0-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 15:10:23 UTC (rev 117437)
+++ PKGBUILD2014-08-15 15:20:20 UTC (rev 117438)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.4
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
+sha256sums=('bf7260a7538a642ad008db067ddf5f1752c3326059a5a7ae4885f08431f1d0b5')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 17:21:28
  Author: arodseth
Revision: 117439

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

Added:
  scite/repos/community-i686/PKGBUILD
(from rev 117438, scite/trunk/PKGBUILD)
  scite/repos/community-i686/scite.install
(from rev 117438, scite/trunk/scite.install)
  scite/repos/community-x86_64/PKGBUILD
(from rev 117438, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/scite.install
(from rev 117438, scite/trunk/scite.install)
Deleted:
  scite/repos/community-i686/PKGBUILD
  scite/repos/community-i686/scite.install
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/scite.install

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 15:20:20 UTC (rev 117438)
+++ community-i686/PKGBUILD 2014-08-15 15:21:28 UTC (rev 117439)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.4.4
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 117438, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 15:21:28 UTC (rev 117439)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('bf7260a7538a642ad008db067ddf5f1752c3326059a5a7ae4885f08431f1d0b5')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
+  

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

2014-08-15 Thread Gaetan Bisson
Date: Friday, August 15, 2014 @ 17:30:49
  Author: bisson
Revision: 219752

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 219751, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/PKGBUILD.21
(from rev 219751, gnupg/repos/testing-i686/PKGBUILD.21)
  gnupg/repos/core-i686/install
(from rev 219751, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 219751, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/PKGBUILD.21
(from rev 219751, gnupg/repos/testing-x86_64/PKGBUILD.21)
  gnupg/repos/core-x86_64/install
(from rev 219751, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

-+
 /PKGBUILD   |  110 ++
 /install|   40 
 core-i686/PKGBUILD  |   55 ---
 core-i686/PKGBUILD.21   |   57 +++
 core-i686/install   |   20 
 core-x86_64/PKGBUILD|   55 ---
 core-x86_64/PKGBUILD.21 |   57 +++
 core-x86_64/install |   20 
 8 files changed, 264 insertions(+), 150 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-15 15:01:21 UTC (rev 219751)
+++ core-i686/PKGBUILD  2014-08-15 15:30:49 UTC (rev 219752)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.0.25
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('curl: gpg2keys_curl'
-'libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('curl' 'libldap' 'libusb-compat')
-depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('890d77d89f2d187382f95e83e386f2f7ba789436' 'SKIP')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-standard-socket \
-   --enable-symcryptrun \
-   --enable-gpgtar \
-
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 219751, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-15 15:30:49 UTC (rev 219752)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.26
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3ff5b38152c919724fd09cf2f17df704272ba192' 'SKIP')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-standard-socket \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+

[arch-commits] Commit in ldc/trunk (PKGBUILD ldc2.conf ldc2.rebuild.conf)

2014-08-15 Thread Михаил Страшун
Date: Friday, August 15, 2014 @ 17:37:08
  Author: dicebot
Revision: 117440

upgpkg: ldc 1:0.14.0-1

LDC 0.14.0 release, with FE 2.065

Modified:
  ldc/trunk/PKGBUILD
  ldc/trunk/ldc2.conf
  ldc/trunk/ldc2.rebuild.conf

---+
 PKGBUILD  |   18 +++---
 ldc2.conf |4 ++--
 ldc2.rebuild.conf |2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 15:21:28 UTC (rev 117439)
+++ PKGBUILD2014-08-15 15:37:08 UTC (rev 117440)
@@ -3,7 +3,7 @@
 # Contributor: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=('ldc' 'liblphobos-devel')
 groups=('dlang' 'dlang-ldc')
-pkgver=0.13.0
+pkgver=0.14.0
 epoch=1
 pkgrel=1
 pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
@@ -17,10 +17,12 @@
 ldc2.rebuild.conf
)
 sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
   '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
  )
 
+
+
 build() {
 cd $srcdir/ldc
 
@@ -60,9 +62,14 @@
 provides=(d-runtime d-stdlib)
options=(staticlibs)
 
+# licenses
+install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
 # libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
+install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.a 
$pkgdir/usr/lib/liblphobos2.a
+install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.a 
$pkgdir/usr/lib/libldruntime.a
+install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.a 
$pkgdir/usr/lib/liblphobos2-debug.a
+install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.a 
$pkgdir/usr/lib/libldruntime-debug.a
 
 # imports
 mkdir -p $pkgdir/usr/include/dlang/ldc
@@ -69,7 +76,4 @@
 cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
 cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
 cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Modified: ldc2.conf
===
--- ldc2.conf   2014-08-15 15:21:28 UTC (rev 117439)
+++ ldc2.conf   2014-08-15 15:37:08 UTC (rev 117440)
@@ -12,7 +12,7 @@
 -L-L/usr/lib, 
 -L-L/usr/lib32,
 -L--no-warn-search-mismatch,
--defaultlib=lphobos,
--debuglib=lphobos-debug
+-defaultlib=lphobos2,ldruntime,
+-debuglib=lphobos2-debug,ldruntime-debug
 ];
 };

Modified: ldc2.rebuild.conf
===
--- ldc2.rebuild.conf   2014-08-15 15:21:28 UTC (rev 117439)
+++ ldc2.rebuild.conf   2014-08-15 15:37:08 UTC (rev 117440)
@@ -1,2 +1,2 @@
 [Environment]
-DFLAGS=-I-I/usr/include/dlang/ldc/ldc -I/usr/include/dlang/ldc -L-L/usr/lib 
-defaultlib=lphobos -debuglib=lphobos-debug
+DFLAGS=-I-I/usr/include/dlang/ldc/ldc -I/usr/include/dlang/ldc -L-L/usr/lib 
-defaultlib=lphobos2 -debuglib=lphobos2-debug



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

2014-08-15 Thread Михаил Страшун
Date: Friday, August 15, 2014 @ 18:10:44
  Author: dicebot
Revision: 117442

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 117441, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 117441, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 117441, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 117441, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/ldc2.rebuild.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/ldc2.rebuild.conf

+
 /PKGBUILD  |  144 +++
 /ldc2.conf |   36 
 community-i686/PKGBUILD|   75 --
 community-i686/ldc2.conf   |   18 
 community-i686/ldc2.rebuild.conf   |2 
 community-x86_64/PKGBUILD  |   75 --
 community-x86_64/ldc2.conf |   18 
 community-x86_64/ldc2.rebuild.conf |2 
 8 files changed, 180 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 16:10:34 UTC (rev 117441)
+++ community-i686/PKGBUILD 2014-08-15 16:10:44 UTC (rev 117442)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.13.0
-epoch=1
-pkgrel=1
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-ldc2.rebuild.conf
-   )
-sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos-devel')
-backup=(etc/ldc2.conf
-etc/ldc2.rebuild.conf
-   )
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
-}
-
-package_liblphobos-devel() {
-provides=(d-runtime d-stdlib)
-   options=(staticlibs)
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 117441, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 16:10:44 UTC (rev 117442)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos-devel')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.14.0
+epoch=1
+pkgrel=1
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

[arch-commits] Commit in ldc/trunk (PKGBUILD ldc2.rebuild.conf)

2014-08-15 Thread Михаил Страшун
Date: Friday, August 15, 2014 @ 18:10:34
  Author: dicebot
Revision: 117441

upgpkg: ldc 1:0.14.0-1

LDC 0.14.0 : remove unused files

Modified:
  ldc/trunk/PKGBUILD
Deleted:
  ldc/trunk/ldc2.rebuild.conf

---+
 PKGBUILD  |9 +
 ldc2.rebuild.conf |2 --
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 15:37:08 UTC (rev 117440)
+++ PKGBUILD2014-08-15 16:10:34 UTC (rev 117441)
@@ -14,15 +14,11 @@
 makedepends=('git' 'cmake' 'llvm')
 source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
 ldc2.conf
-ldc2.rebuild.conf
)
 sha1sums=('SKIP'
   '290689ded66a12a243666d0bac3ffb74180fa490'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
  )
 
-
-
 build() {
 cd $srcdir/ldc
 
@@ -38,9 +34,7 @@
 
 package_ldc() {
 depends=('liblphobos-devel')
-backup=(etc/ldc2.conf
-etc/ldc2.rebuild.conf
-   )
+backup=(etc/ldc2.conf)
 provides=(d-compiler)
 
 # binaries
@@ -55,7 +49,6 @@
 
 # default configuration files
 install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
 }
 
 package_liblphobos-devel() {

Deleted: ldc2.rebuild.conf
===
--- ldc2.rebuild.conf   2014-08-15 15:37:08 UTC (rev 117440)
+++ ldc2.rebuild.conf   2014-08-15 16:10:34 UTC (rev 117441)
@@ -1,2 +0,0 @@
-[Environment]
-DFLAGS=-I-I/usr/include/dlang/ldc/ldc -I/usr/include/dlang/ldc -L-L/usr/lib 
-defaultlib=lphobos2 -debuglib=lphobos2-debug



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

2014-08-15 Thread Felix Yan
Date: Friday, August 15, 2014 @ 18:25:02
  Author: fyan
Revision: 219753

upgpkg: python-setuptools 1:5.7-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 15:30:49 UTC (rev 219752)
+++ PKGBUILD2014-08-15 16:25:02 UTC (rev 219753)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('238045da484f32131416bdfc8b6f268b1e1156a5d055f69584752cbeeb6fbcd4fd2987c6851b429d4ac833cee08165790bbcc80880d55b6aae9e2fd06ad5ee9d')
+sha512sums=('2fd5ae00acf8b3224e4fb741a6d0d1af42e63cf924839c3e4f71d7e1f6cece72d85fed27cee65a406dcfc30741f74d3b76bc802d3a425b2909a0806f9fd1b781')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-08-15 Thread Felix Yan
Date: Friday, August 15, 2014 @ 18:25:30
  Author: fyan
Revision: 219754

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 219753, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-15 16:25:02 UTC (rev 219753)
+++ PKGBUILD2014-08-15 16:25:30 UTC (rev 219754)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.6
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('238045da484f32131416bdfc8b6f268b1e1156a5d055f69584752cbeeb6fbcd4fd2987c6851b429d4ac833cee08165790bbcc80880d55b6aae9e2fd06ad5ee9d')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 219753, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-15 16:25:30 UTC (rev 219754)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.7
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('2fd5ae00acf8b3224e4fb741a6d0d1af42e63cf924839c3e4f71d7e1f6cece72d85fed27cee65a406dcfc30741f74d3b76bc802d3a425b2909a0806f9fd1b781')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  

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

2014-08-15 Thread Guillaume Alaux
Date: Friday, August 15, 2014 @ 19:54:17
  Author: guillaume
Revision: 219755

Upstream release 1.5.1

Modified:
  icedtea-web-java7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 16:25:30 UTC (rev 219754)
+++ PKGBUILD2014-08-15 17:54:17 UTC (rev 219755)
@@ -3,7 +3,7 @@
 
 pkgbase=icedtea-web-java7
 pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.5
+pkgver=1.5.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
@@ -11,7 +11,7 @@
 makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
 noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
 
source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-md5sums=('a6199869763291879f3a7382b114974c')
+md5sums=('ee53fdd19456a59aa9d3a407d35a358c')
 
 _javaver=7
 _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk



[arch-commits] Commit in icedtea-web-java7/repos (8 files)

2014-08-15 Thread Guillaume Alaux
Date: Friday, August 15, 2014 @ 19:55:49
  Author: guillaume
Revision: 219756

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

Added:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
(from rev 219755, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
(from rev 219755, icedtea-web-java7/trunk/icedtea-web-java7.install)
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
(from rev 219755, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install
(from rev 219755, icedtea-web-java7/trunk/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install

+
 /PKGBUILD  |  176 +++
 /icedtea-web-java7.install |   22 +++
 extra-i686/PKGBUILD|   88 ---
 extra-i686/icedtea-web-java7.install   |   11 -
 extra-x86_64/PKGBUILD  |   88 ---
 extra-x86_64/icedtea-web-java7.install |   11 -
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-15 17:54:17 UTC (rev 219755)
+++ extra-i686/PKGBUILD 2014-08-15 17:55:49 UTC (rev 219756)
@@ -1,88 +0,0 @@
-# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=icedtea-web-java7
-pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://icedtea.classpath.org/wiki/IcedTea-Web;
-license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
-noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
-source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-md5sums=('a6199869763291879f3a7382b114974c')
-
-_javaver=7
-_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
-
-build() {
-  # extract it
-  cd $srcdir
-  LANG=en_US.UTF-8 bsdtar -x -f ${srcdir}/${pkgbase/-java7/}-$pkgver.tar.gz
-
-  cd ${srcdir}/icedtea-web*
-  ./configure --prefix=${_jvmdir} \
-  --datarootdir=/usr/share \
-  --with-jdk-home=${_jvmdir} \
-  --with-browser-tests \
-  --with-firefox=/usr/bin/firefox \
-  --with-chromium=/usr/bin/chromium \
-  --with-epiphany=/usr/bin/epiphany
-   make
-}
-
-check() {
-  cd ${srcdir}/icedtea-web*
-  # as more tests have been added some are expectged to fail
-  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
-  make -k check || /bin/true
-}
-
-
-package_icedtea-web-java7() {
-
-  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('jre7-openjdk' 'desktop-file-utils')
-  provides=('java-web-start=7')
-  replaces=('icedtea-web')
-  install=${pkgname}.install
-
-  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
-  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
-  make DESTDIR=${pkgdir} install-exec-local install-data-local
-
-  # Install desktop files.
-  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
-  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
-  # remove splitted doc files
-  rm -rf ${pkgdir}/usr/share/doc
-
-  # link binaries into /usr/bin + jre/bin
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
-  pushd ${pkgdir}/${_jvmdir}/bin
-  for file in *; do
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
-  done
-  popd
-
-  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
-  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
-}
-
-package_icedtea-web-java7-doc() {
-
-  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
-  replaces=('icedtea-web-doc')
-
-  cd ${srcdir}/icedtea-web*
-  make DESTDIR=${pkgdir} install-data-local
-  # remove javaws about and man page
-  rm -rf ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
-}

Copied: icedtea-web-java7/repos/extra-i686/PKGBUILD (from rev 219755, 
icedtea-web-java7/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ 

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

2014-08-15 Thread Guillaume Alaux
Date: Friday, August 15, 2014 @ 20:37:52
  Author: guillaume
Revision: 219757

Fix version displayed by binaries

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 17:55:49 UTC (rev 219756)
+++ PKGBUILD2014-08-15 18:37:52 UTC (rev 219757)
@@ -48,7 +48,7 @@
 _jdkname=openjdk8
 _jvmdir=/usr/lib/jvm/java-8-openjdk
 _prefix=jdk8u-${_repo_ver}/image
-_imgdir=${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_jdk_update})-ga
+_imgdir=${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_jdk_update})
 _nonheadless=(bin/policytool
   lib/${_JARCH}/libjsound.so
   lib/${_JARCH}/libjsoundalsa.so
@@ -81,7 +81,7 @@
 --prefix=${srcdir}/${_prefix} \
 --with-update-version=${_jdk_update} \
 --with-build-number=b${_jdk_build} \
---with-milestone=ga \
+--with-milestone=fcs \
 --enable-unlimited-crypto \
 --with-zlib=system
 



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

2014-08-15 Thread Sven-Hendrik Haase
Date: Friday, August 15, 2014 @ 21:22:34
  Author: svenstaro
Revision: 117443

upgpkg: blender 14:2.71.git1.bb39925ec-2

boost 1.56.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 16:10:44 UTC (rev 117442)
+++ PKGBUILD2014-08-15 19:22:34 UTC (rev 117443)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.71
-#_gitcommit=ff
+#_gittag=v2.71
+_gitcommit=bb39925ec
 
 pkgname=blender
 pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=1
+[[ -n $_gitcommit ]]  pkgver=2.71.git1.$_gitcommit
+pkgrel=2
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -41,7 +41,11 @@
 else
 
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
 fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



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

2014-08-15 Thread Sven-Hendrik Haase
Date: Friday, August 15, 2014 @ 21:23:14
  Author: svenstaro
Revision: 117444

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

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

--+
 community-staging-i686/PKGBUILD  |  103 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  103 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 232 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 117443, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-15 19:23:14 UTC (rev 117444)
@@ -0,0 +1,103 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+#_gittag=v2.71
+_gitcommit=bb39925ec
+
+pkgname=blender
+pkgver=2.71
+[[ -n $_gitcommit ]]  pkgver=2.71.git1.$_gitcommit
+pkgrel=2
+epoch=14
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_LLVM=ON \
+-DLLVM_VERSION=3.4 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
+-DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
+-DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
+  # Fix for gcc 4.9 :/
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 117443, 
blender/trunk/blender.install)

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

2014-08-15 Thread Sven-Hendrik Haase
Date: Friday, August 15, 2014 @ 21:38:30
  Author: svenstaro
Revision: 117445

upgpkg: fmodex 4.44.41-1

upstream release 4.44.41

Modified:
  fmodex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 19:23:14 UTC (rev 117444)
+++ PKGBUILD2014-08-15 19:38:30 UTC (rev 117445)
@@ -5,7 +5,7 @@
 # Note: This packae is proprietary and distribution is limited. However, we
 # have written permission to by the FMOD CEO to distribute this in binary form.
 pkgname=fmodex
-pkgver=4.44.40
+pkgver=4.44.41
 pkgrel=1
 pkgdesc=An advanced audio engine
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.fmod.org/;
 license=('custom')
 
source=(http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('509ef3614de172f2c903e37ae5192da8')
+md5sums=('0537faee354a5f302b08000e6816fcdc')
 
 package() {
   cd fmodapi${pkgver//./}linux



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

2014-08-15 Thread Sven-Hendrik Haase
Date: Friday, August 15, 2014 @ 21:38:36
  Author: svenstaro
Revision: 117446

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

Added:
  fmodex/repos/community-i686/PERMISSION
(from rev 117445, fmodex/trunk/PERMISSION)
  fmodex/repos/community-i686/PKGBUILD
(from rev 117445, fmodex/trunk/PKGBUILD)
  fmodex/repos/community-x86_64/PERMISSION
(from rev 117445, fmodex/trunk/PERMISSION)
  fmodex/repos/community-x86_64/PKGBUILD
(from rev 117445, fmodex/trunk/PKGBUILD)
Deleted:
  fmodex/repos/community-i686/PERMISSION
  fmodex/repos/community-i686/PKGBUILD
  fmodex/repos/community-x86_64/PERMISSION
  fmodex/repos/community-x86_64/PKGBUILD

-+
 /PERMISSION |   50 +
 /PKGBUILD   |   82 ++
 community-i686/PERMISSION   |   25 
 community-i686/PKGBUILD |   41 -
 community-x86_64/PERMISSION |   25 
 community-x86_64/PKGBUILD   |   41 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PERMISSION
===
--- community-i686/PERMISSION   2014-08-15 19:38:30 UTC (rev 117445)
+++ community-i686/PERMISSION   2014-08-15 19:38:36 UTC (rev 117446)
@@ -1,25 +0,0 @@
-Hi Sven,
-sounds ok to me.
-regards,
-
-Brett Paterson | CEO
-FMOD by Firelight Technologies Pty Ltd
-Interactive Audio Middleware | www.fmod.org
-PH: +61 3 96635947 Fax: +61 3 96635951
-
-
--Original Message-
-From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sa...@fmod.org
-Subject: Redistribution for Arch Linux
-
- Hello,
-
- I'm a packager for the Arch Linux project (http://www.archlinux.org) and
- I would like to ask you for permission for redistributing FMOD in binary
- form in our project. Arch Linux is a free operating system and is run
- entirely by volunteers. There is no commercial context.
-
- Regards,
- Sven-Hendrik Haase

Copied: fmodex/repos/community-i686/PERMISSION (from rev 117445, 
fmodex/trunk/PERMISSION)
===
--- community-i686/PERMISSION   (rev 0)
+++ community-i686/PERMISSION   2014-08-15 19:38:36 UTC (rev 117446)
@@ -0,0 +1,25 @@
+Hi Sven,
+sounds ok to me.
+regards,
+
+Brett Paterson | CEO
+FMOD by Firelight Technologies Pty Ltd
+Interactive Audio Middleware | www.fmod.org
+PH: +61 3 96635947 Fax: +61 3 96635951
+
+
+-Original Message-
+From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sa...@fmod.org
+Subject: Redistribution for Arch Linux
+
+ Hello,
+
+ I'm a packager for the Arch Linux project (http://www.archlinux.org) and
+ I would like to ask you for permission for redistributing FMOD in binary
+ form in our project. Arch Linux is a free operating system and is run
+ entirely by volunteers. There is no commercial context.
+
+ Regards,
+ Sven-Hendrik Haase

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 19:38:30 UTC (rev 117445)
+++ community-i686/PKGBUILD 2014-08-15 19:38:36 UTC (rev 117446)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-# Note: This packae is proprietary and distribution is limited. However, we
-# have written permission to by the FMOD CEO to distribute this in binary form.
-pkgname=fmodex
-pkgver=4.44.40
-pkgrel=1
-pkgdesc=An advanced audio engine
-arch=('i686' 'x86_64')
-url=http://www.fmod.org/;
-license=('custom')
-source=(http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('509ef3614de172f2c903e37ae5192da8')
-
-package() {
-  cd fmodapi${pkgver//./}linux
-
-  mkdir -p ${pkgdir}/usr/lib
-  mkdir -p ${pkgdir}/usr/include/fmodex
-
-  cp -d api/lib/* ${pkgdir}/usr/lib/
-  [[ $CARCH == i686 ]]  rm ${pkgdir}/usr/lib/*64*
-
-  if [[ $CARCH == x86_64 ]]; then
-cd ${pkgdir}/usr/lib
-ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so
-ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so
-cd ${srcdir}/fmodapi${pkgver//./}linux
-  fi
-
-  cp api/inc/* ${pkgdir}/usr/include/fmodex/
-
-  install -Dm644 documentation/LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mkdir -p ${pkgdir}/usr/share/doc/fmodex
-  cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fmodex/repos/community-i686/PKGBUILD (from rev 117445, 
fmodex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 19:38:36 UTC (rev 117446)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 

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

2014-08-15 Thread Guillaume Alaux
Date: Friday, August 15, 2014 @ 21:40:57
  Author: guillaume
Revision: 219758

Fix pkg version (backward pkgver)

Use upstream version to Update 11 rather than un-released yet Update 20
Removed the build number

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 18:37:52 UTC (rev 219757)
+++ PKGBUILD2014-08-15 19:40:57 UTC (rev 219758)
@@ -10,9 +10,9 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=20
-_jdk_build=23
-pkgver=${_java_ver}.u${_jdk_update}.b${_jdk_build}
+_jdk_update=11
+_jdk_build=31
+pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -31,14 +31,14 @@
 001_adjust-mflags-for-gmake-4.patch
 002_gcc.make-4.9.patch)
 
-sha256sums=('ec0b86c0a5883f769cb951a96a0b61734aa7e3c2b62e3b448f7bf6866a36c237'
-'e979396e3d64af94664932a28eb63d3048bdf3595f180bd4bd3fad91bc8b685c'
-'ba0c359bb99b82fb2eca37ba5d2a7e775bd9f67749e41cbbf6a059677f20750a'
-'7f66b915b4ad378710cf1b8e52a3615105457d6a93aaf6183b76d7d6dfa14c14'
-'3d19d5b7fd7a13ed2bf860491731ca6c928ed0d44e10910f2d43340f627714f7'
-'046de26b27cf7f24b77c33af249aac7fa8d14269306ed2e1f9517cce279243c3'
-'05177c5ba5ec95d041d46e871358692ff1e62f8568c8c9580688b39e5165d580'
-'2499b19562e320eb304be8797c2a895f1fe2ab2d16fd7da68aeaed180b3f1899'
+sha256sums=('e8594688f066f7a401fe2ef308a1e0d1efab2a6823e0c8b172e6575460b3ccd6'
+'5190fdfb377e66327aa0c039564c3c66e08fca090aacac827a0c7b0cc795cf86'
+'20ffe825218d5c8375727cb6fcdc28bc0140618009f66f3dafee4f707e9ee41d'
+'ce1417f22fc93c36f8b0a34702ffaa573b81dfd4391a1bc8860919be34541be2'
+'ed68e0439672252e80560559e764117d29080f2b714be000bb76e8f0dcdaf0a3'
+'23a777fa1636ba76aaa4cfda931aeabd2dee527167b98a05b36f09dd07c8ef20'
+'48ce0be7d270fae666d9f4760e0ffcdb01c5fae3f472ad449b3689dd9e982013'
+'cd21a4bf851cd4edff46eba6fbbeee09c8ee56b3bb589db9e596b867164d7d48'
 '682104f7723c5c543c47b53f51cc5577e273a12343bd04bebd1bcd70dd72ded9'
 '5b1ed72ffd14a18e36aba2129e0781696b8c9cccd060bf4dbe1c4b9a44100b69')
 



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

2014-08-15 Thread Xyne
Date: Friday, August 15, 2014 @ 23:25:00
  Author: xyne
Revision: 117448

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 117447, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-15 21:24:40 UTC (rev 117447)
+++ PKGBUILD2014-08-15 21:25:00 UTC (rev 117448)
@@ -1,32 +0,0 @@
-#Maintainer: Xyne ac xunilhcra enyx, backwards
-pkgname=reflector
-pkgver=2014
-pkgrel=4
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url=http://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz.sig
-)
-sha512sums=(
-  
ac9e0026019048c96be5dd4d156bf79b7d7616f764b5d8fb169cb09cbf629a3e2b1efb1ee7cb53b4e0cd109b985f598d9f80941714e47ed0f21c6417df9b073b
-  
04550a26b67bfe43d116c21e7ee4a8e4d425e323dda1f4aa684a791fb7a7893aa383d8e830fd6e2cc554a645cb12b896996298a48dc11f7e2f75b572e0cb6773
-)
-md5sums=(
-  69ab92b948ffe842189229d09bfbf1c0
-  8486857524e3e55acf2a8e400014fc93
-)
-
-package ()
-{
-  cd $srcdir/$pkgname-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm755 $srcdir/$pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 117447, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-15 21:25:00 UTC (rev 117448)
@@ -0,0 +1,32 @@
+#Maintainer: Xyne ac xunilhcra enyx, backwards
+pkgname=reflector
+pkgver=2014.8
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url=http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.8.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.8.tar.xz.sig
+)
+sha512sums=(
+  
c548a5fe638c465803ff7962bdebeef3740b0cbfc65ba5fbbfb1b07d485e90ee1ea35c71e07f9ac3cb9964cf754b28edd81b3df2f3a14c7686ca7fb84cc471eb
+  
e9177dcc04b498ffaeadfd83278b0f51dfd7167267e6556ca55768afbe01b1d712ade2ab7252a191002d12da07e5330ade410d8dfa99112ec2aaa93b24d46beb
+)
+md5sums=(
+  b7bf2653b68e79ee40fc715bf180490e
+  583a9a95465c5daa6c0ca6bb86e96f0d
+)
+
+package ()
+{
+  cd $srcdir/$pkgname-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm755 $srcdir/$pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
+}
+
+
+# vim: set ts=2 sw=2 et:



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

2014-08-15 Thread Xyne
Date: Friday, August 15, 2014 @ 23:24:40
  Author: xyne
Revision: 117447

upgpkg: reflector 2014.8-1

upstream update

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 19:38:36 UTC (rev 117446)
+++ PKGBUILD2014-08-15 21:24:40 UTC (rev 117447)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne ac xunilhcra enyx, backwards
 pkgname=reflector
-pkgver=2014
-pkgrel=4
+pkgver=2014.8
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz.sig
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.8.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.8.tar.xz.sig
 )
 sha512sums=(
-  
ac9e0026019048c96be5dd4d156bf79b7d7616f764b5d8fb169cb09cbf629a3e2b1efb1ee7cb53b4e0cd109b985f598d9f80941714e47ed0f21c6417df9b073b
-  
04550a26b67bfe43d116c21e7ee4a8e4d425e323dda1f4aa684a791fb7a7893aa383d8e830fd6e2cc554a645cb12b896996298a48dc11f7e2f75b572e0cb6773
+  
c548a5fe638c465803ff7962bdebeef3740b0cbfc65ba5fbbfb1b07d485e90ee1ea35c71e07f9ac3cb9964cf754b28edd81b3df2f3a14c7686ca7fb84cc471eb
+  
e9177dcc04b498ffaeadfd83278b0f51dfd7167267e6556ca55768afbe01b1d712ade2ab7252a191002d12da07e5330ade410d8dfa99112ec2aaa93b24d46beb
 )
 md5sums=(
-  69ab92b948ffe842189229d09bfbf1c0
-  8486857524e3e55acf2a8e400014fc93
+  b7bf2653b68e79ee40fc715bf180490e
+  583a9a95465c5daa6c0ca6bb86e96f0d
 )
 
 package ()



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

2014-08-15 Thread Gaetan Bisson
Date: Saturday, August 16, 2014 @ 02:13:49
  Author: bisson
Revision: 219760

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 00:02:41 UTC (rev 219759)
+++ PKGBUILD2014-08-16 00:13:49 UTC (rev 219760)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.7.5
+pkgver=14.7.6
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('3de067eee6abb69ededb0d217f2ec49817435dab')
+sha1sums=('019eab4f2af2be2a64691132bfc509d50d8e203a')
 
 groups=('base')
 backup=('etc/mail.rc')



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

2014-08-15 Thread Gaetan Bisson
Date: Saturday, August 16, 2014 @ 02:14:28
  Author: bisson
Revision: 219761

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 219760, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 219760, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 219760, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 00:14:28 UTC (rev 219761)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.6
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('019eab4f2af2be2a64691132bfc509d50d8e203a')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 219760, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 00:14:28 UTC (rev 219761)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.6
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('019eab4f2af2be2a64691132bfc509d50d8e203a')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2014-08-15 Thread Gaetan Bisson
Date: Saturday, August 16, 2014 @ 02:28:12
  Author: bisson
Revision: 219762

upstream update

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 00:14:28 UTC (rev 219761)
+++ PKGBUILD2014-08-16 00:28:12 UTC (rev 219762)
@@ -4,7 +4,7 @@
 # Contributor: Roman Cheplyaka r...@ro-che.info
 
 pkgname=libedit
-pkgver=20140213_3.1
+pkgver=20140620_3.1
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('ncurses')
 source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
-sha1sums=('759c396a7b33829a995904d8fc595600757f0313')
+sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver/_/-}



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

2014-08-15 Thread Gaetan Bisson
Date: Saturday, August 16, 2014 @ 02:28:38
  Author: bisson
Revision: 219763

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

Added:
  libedit/repos/testing-i686/
  libedit/repos/testing-i686/PKGBUILD
(from rev 219762, libedit/trunk/PKGBUILD)
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 219762, libedit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libedit/repos/testing-i686/PKGBUILD (from rev 219762, 
libedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 00:28:38 UTC (rev 219763)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20140620_3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
+sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   make prefix=${pkgdir}/usr install
+
+   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
+}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 219762, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 00:28:38 UTC (rev 219763)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20140620_3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
+sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   make prefix=${pkgdir}/usr install
+
+   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
+}



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

2014-08-15 Thread Xyne
Date: Saturday, August 16, 2014 @ 07:01:07
  Author: xyne
Revision: 117449

upgpkg: cmus 2.6.0-2

FS#41564

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 21:25:00 UTC (rev 117448)
+++ PKGBUILD2014-08-16 05:01:07 UTC (rev 117449)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;



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

2014-08-15 Thread Xyne
Date: Saturday, August 16, 2014 @ 07:01:25
  Author: xyne
Revision: 117450

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

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

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   57 --
 community-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-16 05:01:07 UTC (rev 117449)
+++ community-i686/PKGBUILD 2014-08-16 05:01:25 UTC (rev 117450)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=(https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 117449, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-16 05:01:25 UTC (rev 117450)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.6.0
+pkgrel=2
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=(https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-16 05:01:07 UTC (rev 117449)
+++ community-x86_64/PKGBUILD   2014-08-16 05:01:25