[arch-commits] Commit in perl-mime-lite/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-14 Thread Eric Bélanger
Date: Saturday, September 15, 2012 @ 00:44:42
  Author: eric
Revision: 12

archrelease: copy trunk to extra-any

Added:
  perl-mime-lite/repos/extra-any/PKGBUILD
(from rev 11, perl-mime-lite/trunk/PKGBUILD)
Deleted:
  perl-mime-lite/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 -
 1 file changed, 34 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-15 04:44:23 UTC (rev 11)
+++ PKGBUILD2012-09-15 04:44:42 UTC (rev 12)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-mime-lite
-_realname=MIME-Lite
-pkgver=3.028
-pkgrel=1
-pkgdesc="Perl module that provides lightweight MIME generator"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz";)
-md5sums=('b24770b664db269a2a6e984f66c19fa7')
-
-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}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-mime-lite/repos/extra-any/PKGBUILD (from rev 11, 
perl-mime-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-15 04:44:42 UTC (rev 12)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-mime-lite
+_realname=MIME-Lite
+pkgver=3.029
+pkgrel=1
+pkgdesc="Perl module that provides lightweight MIME generator"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz";)
+md5sums=('fa893aeb4a411248d6324944befecdfd')
+
+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}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+# vim: ts=2 sw=2 et ft=sh



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

2012-09-14 Thread Eric Bélanger
Date: Saturday, September 15, 2012 @ 00:44:23
  Author: eric
Revision: 11

upgpkg: perl-mime-lite 3.029-1

Upstream update

Modified:
  perl-mime-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-15 04:03:40 UTC (rev 10)
+++ PKGBUILD2012-09-15 04:44:23 UTC (rev 11)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mime-lite
 _realname=MIME-Lite
-pkgver=3.028
+pkgver=3.029
 pkgrel=1
 pkgdesc="Perl module that provides lightweight MIME generator"
 arch=('any')
@@ -13,26 +13,22 @@
 depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz";)
-md5sums=('b24770b664db269a2a6e984f66c19fa7')
+md5sums=('fa893aeb4a411248d6324944befecdfd')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  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}
+  cd "${srcdir}/${_realname}-${pkgver}"
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
 }
 # vim: ts=2 sw=2 et ft=sh



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

2012-09-14 Thread Thomas Dziedzic
Date: Saturday, September 15, 2012 @ 00:03:40
  Author: tdziedzic
Revision: 10

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

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

+
 extra-i686/PKGBUILD|  426 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  426 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 652 insertions(+), 664 deletions(-)

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


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

2012-09-14 Thread Thomas Dziedzic
Date: Saturday, September 15, 2012 @ 00:02:48
  Author: tdziedzic
Revision: 166659

upgpkg: vim 7.3.661-1

bump to fix a potential python segfault

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 15:12:56 UTC (rev 166658)
+++ PKGBUILD2012-09-15 04:02:48 UTC (rev 166659)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=659
-__hgrev=1052677493be
+_patchlevel=661
+__hgrev=5884d056e1d1
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('5f9bc51f6935368edda0aab6251d2c5cd5350acd'
-  'cb2b2c50a9582e27fe71ac77fc9191122adf0a44'
+sha1sums=('989e907fe9858647e762bddc927f656a03fb5226'
+  '195c7fc5163fca966ea331d8160bf2d307c1533c'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 11:12:56
  Author: andyrtr
Revision: 166658

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 166657, tzdata/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 166657, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-09-14 15:12:56 UTC (rev 166658)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2012f
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('9fd8f90f8167b0a2a916edd9f681ed23b5fb605b')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 11:12:33
  Author: andyrtr
Revision: 166657

upgpkg: tzdata 2012f-1

upstream update 2012f

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 14:39:16 UTC (rev 166656)
+++ PKGBUILD2012-09-14 15:12:33 UTC (rev 166657)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2012e
+pkgver=2012f
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('8520206d8dc2a4188bd6e7a85f25cbb256b10d36')
+sha1sums=('9fd8f90f8167b0a2a916edd9f681ed23b5fb605b')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



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

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:39:16
  Author: andyrtr
Revision: 166656

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-14 14:38:38 UTC (rev 166655)
+++ extra-i686/PKGBUILD 2012-09-14 14:39:16 UTC (rev 166656)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://hunspell.sf.net";
-license=('GPL' 'LGPL' 'MPL')
-makedepends=('glibc' 'perl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('15cf1c2e54869fefcdc4b8f9cca68633')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # libtool fix
-#  autoreconf -vfi
-  
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package_hyphen() {
- pkgdesc="library for high quality hyphenation and justification"
- depends=('glibc' 'perl')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir/" install-libLTLIBRARIES
-  make DESTDIR="$pkgdir/" install-binSCRIPTS
-  make DESTDIR="$pkgdir/" install-includeHEADERS
-  
-  # license
-  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_hyphen-en() {
- pkgdesc="English hyphenation rules"
- # arch=('any')
- optdepends=('hyphen: offers hyphenation library functions')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir/" install-hyphDATA
-
-  pushd ${pkgdir}/usr/share/hyphen/
-   en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW"
-   for lang in $en_US_aliases; do
-ln -s hyph_en_US.dic hyph_$lang.dic
-   done
-  popd
-  
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-}

Copied: hyphen/repos/extra-i686/PKGBUILD (from rev 166655, 
hyphen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-14 14:39:16 UTC (rev 166656)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgbase=hyphen
+pkgname=('hyphen' 'hyphen-en')
+pkgver=2.8.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://hunspell.sf.net";
+license=('GPL' 'LGPL' 'MPL')
+makedepends=('glibc' 'perl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ee527b48ef1a7e95ee803a1f7c283c56')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # libtool fix
+#  autoreconf -vfi
+  
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_hyphen() {
+ pkgdesc="library for high quality hyphenation and justification"
+ depends=('glibc' 'perl')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir/" install-libLTLIBRARIES
+  make DESTDIR="$pkgdir/" install-binSCRIPTS
+  make DESTDIR="$pkgdir/" install-includeHEADERS
+  
+  # license
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_hyphen-en() {
+ pkgdesc="English hyphenation rules"
+ # arch=('any')
+ optdepends=('hyphen: offers hyphenation library functions')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir/" install-hyphDATA
+
+  pushd ${pkgdir}/usr/share/hyphen/
+   en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW"
+   for lang in $en_US_aliases; do
+ln -s hyph_en_US.dic hyph_$lang.dic
+   done
+  popd
+  
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-14 14:38:38 UTC (rev 166655)
+++ extra-x86_64/PKGBUILD   2012-09-14 14:39:16 UTC (rev 166656)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://hunspell.sf.net";
-license=('GPL' 'LGPL' 'MPL')
-makedepends=('glibc' 'perl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgve

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

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:38:38
  Author: andyrtr
Revision: 166655

upgpkg: hyphen 2.8.6-1

upstream update 2.8.6

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 14:36:40 UTC (rev 166654)
+++ PKGBUILD2012-09-14 14:38:38 UTC (rev 166655)
@@ -3,7 +3,7 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://hunspell.sf.net";
@@ -11,7 +11,7 @@
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('15cf1c2e54869fefcdc4b8f9cca68633')
+md5sums=('ee527b48ef1a7e95ee803a1f7c283c56')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:36:40
  Author: andyrtr
Revision: 166654

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

Added:
  xorg-xbacklight/repos/extra-i686/PKGBUILD
(from rev 166653, xorg-xbacklight/trunk/PKGBUILD)
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD
(from rev 166653, xorg-xbacklight/trunk/PKGBUILD)
Deleted:
  xorg-xbacklight/repos/extra-i686/PKGBUILD
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-14 14:35:57 UTC (rev 166653)
+++ extra-i686/PKGBUILD 2012-09-14 14:36:40 UTC (rev 166654)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbacklight
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="RandR-based backlight control application"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxrandr' 'libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
-sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
-
-build() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xbacklight/repos/extra-i686/PKGBUILD (from rev 166653, 
xorg-xbacklight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-14 14:36:40 UTC (rev 166654)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbacklight
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="RandR-based backlight control application"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('xcb-util')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
+sha256sums=('5152d6134fa592c9c14060d7324a7db104da0184cc9b2f9715e847f9354e36a5')
+
+build() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-14 14:35:57 UTC (rev 166653)
+++ extra-x86_64/PKGBUILD   2012-09-14 14:36:40 UTC (rev 166654)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbacklight
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="RandR-based backlight control application"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxrandr' 'libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
-sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
-
-build() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xbacklight/repos/extra-x86_64/PKGBUILD (from rev 166653, 
xorg-xbacklight/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-14 14:36:40 UTC (rev 166654)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbacklight
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="RandR-based backlight control application"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('xcb-util')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
+sha256sums=('5152d6134fa592c9c14060d7324a7db104da0184cc9b2f9715e847f9354e36a5')
+
+build() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:35:57
  Author: andyrtr
Revision: 166653

upgpkg: xorg-xbacklight 1.2.0-1

upstream update 1.2.0

Modified:
  xorg-xbacklight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 14:14:34 UTC (rev 166652)
+++ PKGBUILD2012-09-14 14:35:57 UTC (rev 166653)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xbacklight
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="RandR-based backlight control application"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('libxrandr' 'libx11')
+depends=('xcb-util')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
-sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
+sha256sums=('5152d6134fa592c9c14060d7324a7db104da0184cc9b2f9715e847f9354e36a5')
 
 build() {
   cd "${srcdir}/xbacklight-${pkgver}"



[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:14:34
  Author: andyrtr
Revision: 166652

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

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
(from rev 166651, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
(from rev 166651, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/testing-x86_64/
  xf86-video-nouveau/repos/testing-x86_64/PKGBUILD
(from rev 166651, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install
(from rev 166651, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

---+
 testing-i686/PKGBUILD |   30 
 testing-i686/xf86-video-nouveau.install   |6 +
 testing-x86_64/PKGBUILD   |   30 
 testing-x86_64/xf86-video-nouveau.install |6 +
 4 files changed, 72 insertions(+)

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 166651, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-14 14:14:34 UTC (rev 166652)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri: experimental gallium3d features')
+makedepends=('xorg-server-devel' 'xf86driproto')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=($url/release/$pkgname-$pkgver.tar.bz2)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install (from 
rev 166651, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- testing-i686/xf86-video-nouveau.install (rev 0)
+++ testing-i686/xf86-video-nouveau.install 2012-09-14 14:14:34 UTC (rev 
166652)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/PKGBUILD (from rev 166651, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-14 14:14:34 UTC (rev 166652)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: buddabrod 
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/";
+license=('GPL')
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri: experimental gallium3d features')
+makedepends=('xorg-server-devel' 'xf86driproto')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+install=$pkgname.install
+source=($url/release/$pkgname-$pkgver.tar.bz2)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install 
(from rev 166651, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- testing-x86_64/xf86-video-nouveau.install   (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install   2012-09-14 14:14:34 UTC (rev 
166652)
@@ -0,0 +1,6 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2012-09-14 Thread andyrtr
Date: Friday, September 14, 2012 @ 10:13:59
  Author: andyrtr
Revision: 166651

upgpkg: xf86-video-nouveau 1.0.2-1

upstream update 1.0.2

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 11:11:15 UTC (rev 166650)
+++ PKGBUILD2012-09-14 14:13:59 UTC (rev 166651)
@@ -3,7 +3,7 @@
 # Contributor: buddabrod 
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=($url/release/$pkgname-$pkgver.tar.bz2)
-md5sums=('d120bdd4ee9fc3581f3b93e3b31c4574')
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-14 Thread Ronald van Haren
Date: Friday, September 14, 2012 @ 07:11:15
  Author: ronald
Revision: 166650

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

Added:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 166649, 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 166649, 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-i686/PKGBUILD
(from rev 166649, dhcpcd/repos/testing-i686/PKGBUILD)
  dhcpcd/repos/core-i686/dhcpcd.conf.d
(from rev 166649, dhcpcd/repos/testing-i686/dhcpcd.conf.d)
  dhcpcd/repos/core-i686/dhcpcd.service
(from rev 166649, dhcpcd/repos/testing-i686/dhcpcd.service)
  dhcpcd/repos/core-i686/remove_ifconfig.patch
(from rev 166649, dhcpcd/repos/testing-i686/remove_ifconfig.patch)
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 166649, 
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 166649, 
dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/core-x86_64/PKGBUILD
(from rev 166649, dhcpcd/repos/testing-x86_64/PKGBUILD)
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
(from rev 166649, dhcpcd/repos/testing-x86_64/dhcpcd.conf.d)
  dhcpcd/repos/core-x86_64/dhcpcd.service
(from rev 166649, dhcpcd/repos/testing-x86_64/dhcpcd.service)
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
(from rev 166649, dhcpcd/repos/testing-x86_64/remove_ifconfig.patch)
Deleted:
  dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-i686/PKGBUILD
  dhcpcd/repos/core-i686/dhcpcd.conf.d
  dhcpcd/repos/core-i686/dhcpcd.service
  dhcpcd/repos/core-i686/remove_ifconfig.patch
  dhcpcd/repos/core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/core-x86_64/PKGBUILD
  dhcpcd/repos/core-x86_64/dhcpcd.conf.d
  dhcpcd/repos/core-x86_64/dhcpcd.service
  dhcpcd/repos/core-x86_64/remove_ifconfig.patch
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-x86_64/

---+
 core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   66 ++---
 core-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |  122 
+-
 core-i686/PKGBUILD|  110 
-
 core-i686/dhcpcd.conf.d   |   12 
 core-i686/dhcpcd.service  |   26 +-
 core-i686/remove_ifconfig.patch   |   40 +--
 core-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   66 ++---
 core-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |  122 
+-
 core-x86_64/PKGBUILD  |  110 
-
 core-x86_64/dhcpcd.conf.d |   12 
 core-x86_64/dhcpcd.service|   26 +-
 core-x86_64/remove_ifconfig.patch |   40 +--
 12 files changed, 376 insertions(+), 376 deletions(-)

Deleted: core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2012-09-14 11:02:43 UTC (rev 166649)
+++ core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
2012-09-14 11:11:15 UTC (rev 166650)
@@ -1,33 +0,0 @@
-From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
-From: Dan McGee 
-Date: Sun, 19 Jun 2011 16:04:25 -0500
-Subject: [PATCH] Set hostname via /proc if file is available
-
-On Linux, the hostname can be set via this file if available, precluding
-the need for a `hostname` binary.
-
-Signed-off-by: Dan McGee 

- dhcpcd-hooks/30-hostname |6 +-
- 1 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
-index 65d1a13..af94262 100644
 a/dhcpcd-hooks/30-hostname
-+++ b/dhcpcd-hooks/30-hostname
-@@ -21,7 +21,11 @@ need_hostname()
- try_hostname()
- {
-   if valid_domainname "$1"; then
--  hostname "$1"
-+  if [ -w /proc/sys/kernel/hostname ]; then
-+  echo "$1" > /proc/sys/kernel/hostname
-+  else
-+  hostname "$1"
-+  fi
-   else
-   syslog err "Invalid hostname: $1"
-   fi
--- 
-1.7.5.4
-

Copied: 
dhcpcd/repos/core-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from 

[arch-commits] Commit in archboot/repos/extra-any (5 files)

2012-09-14 Thread Tobias Powalowski
Date: Friday, September 14, 2012 @ 07:02:43
  Author: tpowa
Revision: 166649

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 166648, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 166648, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install
  archboot/repos/extra-any/vmware-detect.c

--+
 PKGBUILD |  153 ++---
 archboot.install |   40 ++---
 vmware-detect.c  |   13 
 3 files changed, 96 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-14 11:02:27 UTC (rev 166648)
+++ PKGBUILD2012-09-14 11:02:43 UTC (rev 166649)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2012.06
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'initscripts>=2012.03.2-1' 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 
'bash>=4.2.024-2' 'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'ntfsprogs>=2012.1.15-1' 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 
'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'syslog-ng>=3.3.4-4' 'sysvinit>=2.88-3' 
'tar>=1.26-2' 'util-linux>=2.21-6'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'dnsutils>=9.9.0-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'cpufrequtils>=008-2' 
'links>=2.5-1' 'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1' 
'linux-lts>=3.0.25-1' 'xinetd>=2.3.14-8'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'lilo>=23.2-3' 'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.2.5-2' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusbx>=1.0.8-2' 'vim>=7.3.475-1' 
'lzo2>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netcfg>=2.6.8-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'v86d>=0.1.10-2' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'systemd-tools>=183-3' 
'ifplugd>=0.28-8' 'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'eject>=2.1.5-7' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'bind>=9.9.0-1' 'rpcbind>=0.2.0-6' 'expat>=2.0.1-7' 
'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'dirmngr>=1

[arch-commits] Commit in archboot/trunk (vmware-detect.c)

2012-09-14 Thread Tobias Powalowski
Date: Friday, September 14, 2012 @ 07:02:27
  Author: tpowa
Revision: 166648

upgpkg: archboot 2012.09-1

bump to latest version

Deleted:
  archboot/trunk/vmware-detect.c

-+
 vmware-detect.c |   13 -
 1 file changed, 13 deletions(-)

Deleted: vmware-detect.c
===
--- vmware-detect.c 2012-09-14 10:58:55 UTC (rev 166647)
+++ vmware-detect.c 2012-09-14 11:02:27 UTC (rev 166648)
@@ -1,13 +0,0 @@
-#include 
-int main() {
-  unsigned char idtr[6];
-  asm("sidt %0" : "=m" (idtr));
-  if(0xff==idtr[5])
-  {
-return 0;
-  }
-  else
-  {
-return 1;
-  }
-}



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

2012-09-14 Thread Tobias Powalowski
Date: Friday, September 14, 2012 @ 06:58:55
  Author: tpowa
Revision: 166647

upgpkg: archboot 2012.09-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 09:14:48 UTC (rev 166646)
+++ PKGBUILD2012-09-14 10:58:55 UTC (rev 166647)
@@ -2,22 +2,22 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2012.06
+pkgver=2012.09
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
 url="http://www.archlinux.org/";
 depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'initscripts>=2012.03.2-1' 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 
'bash>=4.2.024-2' 'coreutils>=8.15-1'
+ 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
  'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
  'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
  'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
  'ntfsprogs>=2012.1.15-1' 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 
'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'syslog-ng>=3.3.4-4' 'sysvinit>=2.88-3' 
'tar>=1.26-2' 'util-linux>=2.21-6'
+ 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6'
  'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'dnsutils>=9.9.0-1' 'hdparm>=9.39-1'
  'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'cpufrequtils>=008-2' 
'links>=2.5-1' 'dosfstools>=3.0.12-1'
+'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
  'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1' 
'linux-lts>=3.0.25-1' 'xinetd>=2.3.14-8'
  'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'lilo>=23.2-3' 'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
  'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
@@ -31,23 +31,22 @@
 'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
 'wireless-regdb>=2011.04.28-1' 'v86d>=0.1.10-2' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
 'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'systemd-tools>=183-3' 
'ifplugd>=0.28-8' 'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
+'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
 'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'eject>=2.1.5-7' 'keyutils>=1.5.5-1'
+'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
 'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
 'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
 'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
 'bind>=9.9.0-1' 'rpcbind>=0.2.0-6' 'expat>=2.0.1-7' 
'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 'freetype2>=2.4.9-1'
 'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
 'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'dirmngr>=1.1.0-3'  'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 
'dnssec-anchors>=20120422-1' 'hwids>=20120512-1' 'libsystemd>=185'
-'systemd>=185' 'systemd-arch-units>=20120606-4' 'dmidecode>=2.11-2' 
'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1')
-optdepends=('grub2-bios: for grub2 support'
-'grub2-efi-i386: for grub2 support'
-'grub2-efi-x86_64: for grub2 support'
-'efibootmgr: for grub2 support'
-)
+'dirmngr>=1.1.0-3'  'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 
'dnssec-anchors>=20120422-1' 'hwids>=20120512-1'
+'systemd>=185' 'systemd-arch-units>=20120606-4' 
'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
+'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.1

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

2012-09-14 Thread Andrea Scarpino
Date: Friday, September 14, 2012 @ 05:14:48
  Author: andrea
Revision: 166646

Fix build

Added:
  qtwebkit/trunk/bison26.patch
  qtwebkit/trunk/unsupported-gcc-flag.patch
Modified:
  qtwebkit/trunk/PKGBUILD

+
 PKGBUILD   |   10 
 bison26.patch  |  515 +++
 unsupported-gcc-flag.patch |   21 +
 3 files changed, 544 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 08:44:14 UTC (rev 166645)
+++ PKGBUILD2012-09-14 09:14:48 UTC (rev 166646)
@@ -13,12 +13,18 @@
 conflicts=('qt<4.8')
 _qtver=4.8.3
 
source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-source.tar.gz";
-"ftp://ftp.archlinux.org/other/${pkgname}/qwebview-${_qtver}.tar.xz";)
+"ftp://ftp.archlinux.org/other/${pkgname}/qwebview-${_qtver}.tar.xz";
+'bison26.patch'
+'unsupported-gcc-flag.patch')
 sha1sums=('852dc408ff5ed872b8174780b9439bf8bdd51a42'
-  'cbaebec8d78a42b0a267b7a3461ed44b885f0366')
+  'cbaebec8d78a42b0a267b7a3461ed44b885f0366'
+  'f7cad6cfff9e03e5d2f2b74a0a13b89c637818bc'
+  '7c4b27d235cc569a970eb7ad50b20978da07fddd')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}-source
+  patch -p0 -i "${srcdir}"/bison26.patch
+  patch -p0 -i "${srcdir}"/unsupported-gcc-flag.patch
 
   # move headers
   mv include Source/

Added: bison26.patch
===
--- bison26.patch   (rev 0)
+++ bison26.patch   2012-09-14 09:14:48 UTC (rev 166646)
@@ -0,0 +1,515 @@
+Index: Source/WebCore/ChangeLog
+===
+--- Source/WebCore/ChangeLog   (revision 124098)
 Source/WebCore/ChangeLog   (revision 124099)
+@@ -1,2 +1,27 @@
++2012-07-30  Alexis Menard  
++
++Build fix with newer bison 2.6.
++https://bugs.webkit.org/show_bug.cgi?id=92264
++
++Reviewed by Adam Barth.
++
++As stated in 
http://www.gnu.org/software/bison/manual/html_node/Table-of-Symbols.html
++YYLEX_PARAM and YYPARSE_PARAM are depecreated since version 1.875. So 
far all Mac OS
++version I had access to as well as recent Linux runs at least version 
2.3 so it's safe
++to use the replacement of these deprecated macros in favor of 
%lex-param and %parse-param.
++As announced 
http://lists.gnu.org/archive/html/info-gnu/2012-07/msg00011.html with the 
release
++of version 2.6 YYLEX_PARAM and YYPARSE_PARAM are not supported 
anymore.
++
++No new tests : build fix and the patch should not trigger any 
regressions
++
++* css/CSSGrammar.y:
++* css/CSSParser.cpp:
++* xml/XPathGrammar.y: Refactored a bit to not use an intermediate 
PARSER define.
++* xml/XPathParser.cpp: bison 2.6 declare xpathyyparse in the .h file 
now, i.e. XPathGrammar.h
++therefore including this file within the namespace {} declarations 
leads to xpathyyparse being
++defined part of WebCore::XPath namespaces but the actual 
implementation of xpathyyparse is in XPathGrammar.cpp
++(generated) and not implemented within the WebCore::XPath so it lead 
to linking issues. Last, XPathGrammar.h needs 
++to be included after the other includes as it uses some XPath types. 
It breaks the style but CSSParser.cpp is doing the same.
++
+ 2012-07-30  Sadrul Habib Chowdhury  
+ 
+Index: Source/WebCore/css/CSSParser.cpp
+===
+--- Source/WebCore/css/CSSParser.cpp   (revision 124098)
 Source/WebCore/css/CSSParser.cpp   (revision 124099)
+@@ -115,5 +115,5 @@
+ #endif
+ 
+-extern int cssyyparse(void* parser);
++extern int cssyyparse(WebCore::CSSParser*);
+ 
+ using namespace std;
+Index: Source/WebCore/css/CSSGrammar.y
+===
+--- Source/WebCore/css/CSSGrammar.y(revision 124098)
 Source/WebCore/css/CSSGrammar.y(revision 124099)
+@@ -54,11 +54,10 @@
+ #define YYDEBUG 0
+ 
+-// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend 
on bison 2.x
+-#define YYPARSE_PARAM parser
+-#define YYLEX_PARAM parser
+-
+ %}
+ 
+ %pure_parser
++
++%parse-param { CSSParser* parser }
++%lex-param { CSSParser* parser }
+ 
+ %union {
+@@ -90,5 +89,5 @@
+ %{
+ 
+-static inline int cssyyerror(const char*)
++static inline int cssyyerror(void*, const char*)
+ {
+ return 1;
+Index: Source/WebCore/xml/XPathParser.cpp
+===
+--- Source/WebCore/xml/XPathParser.cpp (revision 124098)
 Source/WebCore/xml/XPathParser.cpp (revision 124099)
+@@ -33,22 +33,19 @@
+ #include "XPathException.h"
+ #include "XPathNSResolver.h"
++#include "XPathPath.h"
+ #include "XPathStep.h"
+ #include 
+ #include 
+ 

[arch-commits] Commit in (perl-time-hires)

2012-09-14 Thread Giovanni Scafora
Date: Friday, September 14, 2012 @ 04:44:14
  Author: giovanni
Revision: 166645

perl-time-hires is now provided by perl package

Deleted:
  perl-time-hires/



[arch-commits] Commit in perl-time-hires/repos (extra-x86_64)

2012-09-14 Thread Giovanni Scafora
Date: Friday, September 14, 2012 @ 04:38:34
  Author: giovanni
Revision: 166644

db-remove: perl-time-hires removed by giovanni

Deleted:
  perl-time-hires/repos/extra-x86_64/



[arch-commits] Commit in perl-time-hires/repos (extra-i686)

2012-09-14 Thread Giovanni Scafora
Date: Friday, September 14, 2012 @ 04:38:10
  Author: giovanni
Revision: 166643

db-remove: perl-time-hires removed by giovanni

Deleted:
  perl-time-hires/repos/extra-i686/



[arch-commits] Commit in perl-mime-types/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-14 Thread Eric Bélanger
Date: Friday, September 14, 2012 @ 03:41:15
  Author: eric
Revision: 166642

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
(from rev 166641, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-14 07:40:48 UTC (rev 166641)
+++ PKGBUILD2012-09-14 07:41:15 UTC (rev 166642)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-# Contributor: Charles Mauch 
-
-pkgname=perl-mime-types
-_realname=MIME-Types
-pkgver=1.34
-pkgrel=1
-pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
-md5sums=('87c496480e463c0b7792e7f5429e50d1')
-
-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-mime-types/repos/extra-any/PKGBUILD (from rev 166641, 
perl-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-14 07:41:15 UTC (rev 166642)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot
+# Contributor: Charles Mauch 
+
+pkgname=perl-mime-types
+_realname=MIME-Types
+pkgver=1.35
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
+md5sums=('0bba9902b326e03e376fe313b0fb239a')
+
+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-mime-types/trunk (PKGBUILD)

2012-09-14 Thread Eric Bélanger
Date: Friday, September 14, 2012 @ 03:40:48
  Author: eric
Revision: 166641

upgpkg: perl-mime-types 1.35-1

Upstream update

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 04:44:29 UTC (rev 166640)
+++ PKGBUILD2012-09-14 07:40:48 UTC (rev 166641)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mime-types
 _realname=MIME-Types
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz";)
-md5sums=('87c496480e463c0b7792e7f5429e50d1')
+md5sums=('0bba9902b326e03e376fe313b0fb239a')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"