[arch-commits] Commit in libraw/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Antonio Rojas via arch-commits
Date: Thursday, May 3, 2018 @ 06:45:54
  Author: arojas
Revision: 323336

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 323335, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 06:45:21 UTC (rev 323335)
+++ PKGBUILD2018-05-03 06:45:54 UTC (rev 323336)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.9
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/";
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 323335, 
libraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 06:45:54 UTC (rev 323336)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.10
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/";
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-02 Thread Antonio Rojas via arch-commits
Date: Thursday, May 3, 2018 @ 06:45:21
  Author: arojas
Revision: 323335

Update to 0.18.10

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 04:21:28 UTC (rev 323334)
+++ PKGBUILD2018-05-03 06:45:21 UTC (rev 323335)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.9
+pkgver=0.18.10
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('d2ef177032e6d804fc512b206d02c393fca26be43ecd136cc26926407273b24e')
+sha256sums=('08c9bbf2bb5f8aece783d05e0b5268aaae5562a34d940e17ee7a22cbc2fb994e')
 
 build() {
   cd LibRaw-$pkgver


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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:49:13
  Author: wild
Revision: 318805

upgpkg: gtkd 3.8.2-2

Rebuilt against LDC 1.9.0

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 03:39:43 UTC (rev 318804)
+++ PKGBUILD2018-05-03 03:49:13 UTC (rev 318805)
@@ -6,7 +6,7 @@
 
 pkgname='gtkd'
 pkgver='3.8.2'
-pkgrel=1
+pkgrel=2
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='http://gtkd.org/'


[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:49:41
  Author: wild
Revision: 318808

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
(from rev 318807, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 40 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 03:49:32 UTC (rev 318807)
+++ PKGBUILD2018-05-03 03:49:41 UTC (rev 318808)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: dsboger 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname="tilix"
-pkgver=1.7.7
-pkgrel=2
-pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
-arch=('x86_64')
-url="https://github.com/gnunn1/tilix";
-license=('MPL')
-depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('ldc' 'po4a')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
-'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-
"gtkd-3.8.0.patch::$url/commit/76ac251da7f6e639a1a49d1c4d4ad48e135ab79f.patch")
-sha256sums=('9c8ba7734c61fee7efcd3c75548c996216383092e4d33472aeaa457ddfdb3828'
-'9be77af2bd98a2353c23e86405a26a6cc253ca4affb66bb1bf341503bcd2d9b5')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-patch -p1 -i "$srcdir/gtkd-3.8.0.patch"
-
-./autogen.sh
-}
-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
---prefix=/usr \
-PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
-DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 318807, 
tilix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 03:49:41 UTC (rev 318808)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: dsboger 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname="tilix"
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix";
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2a9a183daf1edd5a04925647d2624b61cad72ef04aaf152b0c71c94360ccfb24')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+./autogen.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+--prefix=/usr \
+PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+DC='ldmd' \
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gtkd/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:49:22
  Author: wild
Revision: 318806

archrelease: copy trunk to community-x86_64

Added:
  gtkd/repos/community-x86_64/PKGBUILD
(from rev 318805, gtkd/trunk/PKGBUILD)
Deleted:
  gtkd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 03:49:13 UTC (rev 318805)
+++ PKGBUILD2018-05-03 03:49:22 UTC (rev 318806)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Severen Redwood 
-# Contributor: Robert Welin 
-# Contributorr: dsboger 
-
-pkgname='gtkd'
-pkgver='3.8.2'
-pkgrel=1
-pkgdesc='D bindings for GTK+ and related libraries.'
-arch=('x86_64')
-url='http://gtkd.org/'
-license=('LGPL')
-depends=('liblphobos' 'gtk3')
-makedepends=('ldc')
-optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz";)
-sha512sums=('575077e5700bef60af8e25acae90ba35f6bcce0398318e6b58dbf87f50f79a1cb189d0767e14f8b8227127ee5fdb1c7e84ef272070c1c3999ee56d569013cea4')
-
-build() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-DC='ldc' \
-LDFLAGS="-L=\"$LDFLAGS\"" \
-libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
-}
-
-package() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-prefix='/usr' \
-libdir='lib/' \
-DESTDIR="${pkgdir}/" \
-install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
-}

Copied: gtkd/repos/community-x86_64/PKGBUILD (from rev 318805, 
gtkd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 03:49:22 UTC (rev 318806)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Severen Redwood 
+# Contributor: Robert Welin 
+# Contributorr: dsboger 
+
+pkgname='gtkd'
+pkgver='3.8.2'
+pkgrel=2
+pkgdesc='D bindings for GTK+ and related libraries.'
+arch=('x86_64')
+url='http://gtkd.org/'
+license=('LGPL')
+depends=('liblphobos' 'gtk3')
+makedepends=('ldc')
+optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
+source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz";)
+sha512sums=('575077e5700bef60af8e25acae90ba35f6bcce0398318e6b58dbf87f50f79a1cb189d0767e14f8b8227127ee5fdb1c7e84ef272070c1c3999ee56d569013cea4')
+
+build() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+DC='ldc' \
+LDFLAGS="-L=\"$LDFLAGS\"" \
+libdir='lib/' \
+shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+}
+
+package() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+prefix='/usr' \
+libdir='lib/' \
+DESTDIR="${pkgdir}/" \
+install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+}


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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:49:32
  Author: wild
Revision: 318807

upgpkg: tilix 1.7.9-1

Updated to 1.7.9

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 03:49:22 UTC (rev 318806)
+++ PKGBUILD2018-05-03 03:49:32 UTC (rev 318807)
@@ -4,8 +4,8 @@
 # Contributor: Carl George < arch at cgtx dot us >
 
 pkgname="tilix"
-pkgver=1.7.7
-pkgrel=2
+pkgver=1.7.9
+pkgrel=1
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix";
@@ -14,16 +14,12 @@
 makedepends=('ldc' 'po4a')
 optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
 'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-
"gtkd-3.8.0.patch::$url/commit/76ac251da7f6e639a1a49d1c4d4ad48e135ab79f.patch")
-sha256sums=('9c8ba7734c61fee7efcd3c75548c996216383092e4d33472aeaa457ddfdb3828'
-'9be77af2bd98a2353c23e86405a26a6cc253ca4affb66bb1bf341503bcd2d9b5')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2a9a183daf1edd5a04925647d2624b61cad72ef04aaf152b0c71c94360ccfb24')
 
 prepare() {
 cd "$pkgname-$pkgver"
 
-patch -p1 -i "$srcdir/gtkd-3.8.0.patch"
-
 ./autogen.sh
 }
 


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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:39:34
  Author: wild
Revision: 318803

upgpkg: dub 1.9.0-1

Updated to 1.9.0

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 03:32:20 UTC (rev 318802)
+++ PKGBUILD2018-05-03 03:39:34 UTC (rev 318803)
@@ -4,7 +4,7 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=('dub')
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('liblphobos' 'curl')
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz";)
-sha512sums=('e3aafbf3f8292b1e1c97c44107bef684caf86b0229c5630da1dcb47f8ff02377bfef2e813bb97fa06563b95842f846100aae61c5bc4123695b497c8b076179d6')
+sha512sums=('86d7efecd71190b07fa3d36358e4fb6babb15ad4b408797960c41e7358745b0dd0751df20496a6b9d5328f4bf2bb2e4f40665b416204410e81f0c107cd40636f')
 
 build() {
cd "$pkgname-$pkgver"
@@ -32,7 +32,7 @@
install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
 
# license
-   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
# bash completion
install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"


[arch-commits] Commit in dub/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:39:43
  Author: wild
Revision: 318804

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
(from rev 318803, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 03:39:34 UTC (rev 318803)
+++ PKGBUILD2018-05-03 03:39:43 UTC (rev 318804)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-
-pkgname=('dub')
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('x86_64')
-url="https://github.com/D-Programming-Language/dub";
-license=('MIT')
-groups=('dlang')
-makedepends=('ldc')
-depends=('liblphobos' 'curl')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz";)
-sha512sums=('e3aafbf3f8292b1e1c97c44107bef684caf86b0229c5630da1dcb47f8ff02377bfef2e813bb97fa06563b95842f846100aae61c5bc4123695b497c8b076179d6')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   echo Generating version file...
-   echo "module dub.version_;" > source/dub/version_.d
-   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-   ldmd2 -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
-release -flto=full -linker=gold -link-defaultlib-shared=false @build-files.txt
-}
-
-package() {
-   # binaries
-   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-   # license
-   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # bash completion
-   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 318803, 
dub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 03:39:43 UTC (rev 318804)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=('dub')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub";
+license=('MIT')
+groups=('dlang')
+makedepends=('ldc')
+depends=('liblphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz";)
+sha512sums=('86d7efecd71190b07fa3d36358e4fb6babb15ad4b408797960c41e7358745b0dd0751df20496a6b9d5328f4bf2bb2e4f40665b416204410e81f0c107cd40636f')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   ldmd2 -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
-release -flto=full -linker=gold -link-defaultlib-shared=false @build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


[arch-commits] Commit in dtools/repos/community-x86_64 (4 files)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:32:20
  Author: wild
Revision: 318802

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 318801, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 318801, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|   96 +++---
 autodetect.diff |   94 ++--
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 03:32:11 UTC (rev 318801)
+++ PKGBUILD2018-05-03 03:32:20 UTC (rev 318802)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-
-pkgname='dtools'
-pkgver=2.079.0
-pkgrel=1
-pkgdesc="Ancilliary tools for the D programming language"
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url="http://www.dlang.org";
-makedepends=('dmd' 'libphobos')
-depends=('curl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
-   "http://www.boost.org/LICENSE_1_0.txt";
-   "autodetect.diff")
-sha512sums=('afbbd35cc79abf8f34bbd193c34682841aa18bc1ce6e7409a5ac95b47fd2d7eed60bfa5d3992bbbf482cd365dade42c735569828ef80c1a4777def8a7c0ed0f9'
-
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-cd tools-${pkgver}
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package() {
-cd tools-${pkgver}
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 318801, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 03:32:20 UTC (rev 318802)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasunse 
+
+pkgname='dtools'
+pkgver=2.080.0
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url="http://www.dlang.org";
+makedepends=('dmd' 'libphobos')
+depends=('curl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
+   "http://www.boost.org/LICENSE_1_0.txt";
+   "autodetect.diff")
+sha512sums=('c317e0bd624972b0695a3a73cd10eed009407faab7b59328ac44e1f4d92e96ef5639efb82e1f1bc10288ed6e37b95311abb9a9bb8b961df07bcbd8727e87289b'
+
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+cd tools-${pkgver}
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package() {
+cd tools-${pkgver}
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: autodetect.diff
===
--- autodetect.diff 2018-05-03 03:32:11 UTC (rev 318801)
+++ autodetect.diff 2018-05-03 03:32:20 UTC (rev 318802)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index bd82637..390d533 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -52,7 +52,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = defaultCompiler;
-+private string compiler;
-+
-+void chooseCompiler(ref string 

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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:32:11
  Author: wild
Revision: 318801

upgpkg: dtools 2.080.0-1

Updated to 2.080.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 03:31:54 UTC (rev 318800)
+++ PKGBUILD2018-05-03 03:32:11 UTC (rev 318801)
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname='dtools'
-pkgver=2.079.0
+pkgver=2.080.0
 pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=('Boost')
@@ -15,7 +15,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
"http://www.boost.org/LICENSE_1_0.txt";
"autodetect.diff")
-sha512sums=('afbbd35cc79abf8f34bbd193c34682841aa18bc1ce6e7409a5ac95b47fd2d7eed60bfa5d3992bbbf482cd365dade42c735569828ef80c1a4777def8a7c0ed0f9'
+sha512sums=('c317e0bd624972b0695a3a73cd10eed009407faab7b59328ac44e1f4d92e96ef5639efb82e1f1bc10288ed6e37b95311abb9a9bb8b961df07bcbd8727e87289b'
 
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 


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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:31:44
  Author: wild
Revision: 318799

upgpkg: dmd 1:2.080.0-1

Updated to 2.080.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:59:59 UTC (rev 318798)
+++ PKGBUILD2018-05-03 03:31:44 UTC (rev 318799)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.079.1
+pkgver=2.080.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'ae662ae24def53cb30733dd9ea811c4363a26c9434baab6d0a5d832a92d8af28'
+'0ce8cbde1116dfc0e3f6f3e6ead794a5e6cbefa9483cdd55493e6a3b7e093bc3'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -38,7 +38,7 @@
 # We only want to extract the docs & samples, not the prebuild executables
 tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
 
-sed -i "/DFLAGS :=/ a DFLAGS += -link-defaultlib-shared=false" 
"$srcdir"/dmd/src/posix.mak
+sed -i "/DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false" 
"$srcdir"/dmd/src/posix.mak
 }
 
 build() {
@@ -103,7 +103,7 @@
 
 package_libphobos() {
 pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs')
+options=('staticlibs' '!strip')
 depends=('gcc-libs')
 conflicts=('libphobos-devel')
 provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")


[arch-commits] Commit in dmd/repos/community-x86_64 (6 files)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 03:31:54
  Author: wild
Revision: 318800

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 318799, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 318799, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 318799, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  248 +++---
 dmd-doc.desktop |   14 +--
 dmd.conf|   10 +-
 3 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 03:31:44 UTC (rev 318799)
+++ PKGBUILD2018-05-03 03:31:54 UTC (rev 318800)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.079.1
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org";
-makedepends=('git' 'ldc')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver";
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver";
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver";
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz";
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig";
-"dmd.conf"
-"dmd-doc.desktop")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'ae662ae24def53cb30733dd9ea811c4363a26c9434baab6d0a5d832a92d8af28'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-sed -i "/DFLAGS :=/ a DFLAGS += -link-defaultlib-shared=false" 
"$srcdir"/dmd/src/posix.mak
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release RELEASE=1 PIC=1 ENABLE_LTO=1 HOST_DMD=ldmd2
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r "$srcdir"/dmd2/html/* "$pkgdir"/usr/share/d/html/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs')
-depends=('gcc-libs')
-conflicts=('libphobos-devel')
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
-replaces=('libphobos-devel')
-license=('Boost')
-
-mkdir -p "$pkgdir"/usr/lib
-cp -P $(find "$srcdir"/{druntime,phobos}/generated/linux/release/ \( 
-iname "*.a" -a \! -iname "*.so.a" \) -o \( -iname "*.so*" -a \! -iname "*

[arch-commits] Commit in ldc/repos/community-x86_64 (4 files)

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 02:59:59
  Author: wild
Revision: 318798

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  224 ++--
 ldc2.conf |   40 +-
 2 files changed, 133 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 02:59:50 UTC (rev 318797)
+++ PKGBUILD2018-05-03 02:59:59 UTC (rev 318798)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.8.0
-_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
-_dversion=2.078.3
-_llvmversion=6.0.0
-epoch=1
-pkgrel=3
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc";
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
-"git+https://github.com/ldc-developers/druntime.git";
-"git+https://github.com/ldc-developers/phobos.git";
-"git+https://github.com/ldc-developers/dmd-testsuite.git";
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-
-# libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
-sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" 
driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DLDC_WITH_LLD=OFF \
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-   make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# 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"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 318797, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 02:59:59 UTC (rev 318798)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.9.0
+_pkgcommit=0e435e8a3d03dba6238dd239ab98b32070bb9df8
+_dversion=2.079.1
+_llvmversion=6.0.0
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc";
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
+"git+https://github.com/ldc-developers/druntime.git";
+"git+https://github.com/ldc-developers/phobos.git";
+"git+https://github.com/ldc-developers/dmd-testsuite.git";
+"ldc2.conf"
+)
+
+sha256sums=('SKIP'
+'SKIP'
+

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

2018-05-02 Thread Dan Printzell via arch-commits
Date: Thursday, May 3, 2018 @ 02:59:50
  Author: wild
Revision: 318797

upgpkg: ldc 1:1.9.0-1

Updated to 1.9.0

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:37:25 UTC (rev 318796)
+++ PKGBUILD2018-05-03 02:59:50 UTC (rev 318797)
@@ -5,12 +5,12 @@
 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.8.0
-_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
-_dversion=2.078.3
+pkgver=1.9.0
+_pkgcommit=0e435e8a3d03dba6238dd239ab98b32070bb9df8
+_dversion=2.079.1
 _llvmversion=6.0.0
 epoch=1
-pkgrel=3
+pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc";
@@ -55,7 +55,9 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
 -DBUILD_SHARED_LIBS=BOTH \
+-DBUILD_LTO_LIBS=ON \
 -DLDC_WITH_LLD=OFF \
+-DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
 ..
 make
 }


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:37:05
  Author: felixonmars
Revision: 318795

upgpkg: certbot-nginx 0.24.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:22:55 UTC (rev 318794)
+++ PKGBUILD2018-05-03 02:37:05 UTC (rev 318795)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('afcf79b86ad07ee83c8833316406c60b02b82fddc49e8aded6fbafb8d90bbfed8cce96b719f051711353b6ba2d41568a6826178edba4d5357fcf7734dbbf0dcf'
+sha512sums=('f716ef701f9e17e4541b8eb766db4613a68082c2503fcf0b8e4e83c52b57036bf554541c72be287d5a82b68554a7bf59db9dfa2110a9ab106988551f8e7a4acf'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-nginx/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:37:25
  Author: felixonmars
Revision: 318796

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 318795, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 318795, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:37:25 UTC (rev 318796)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-mock' 
'python-pyopenssl' 'python-pyparsing'
+ 'python-setuptools' 'python-zope-interface')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('f716ef701f9e17e4541b8eb766db4613a68082c2503fcf0b8e4e83c52b57036bf554541c72be287d5a82b68554a7bf59db9dfa2110a9ab106988551f8e7a4acf'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-route53/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:22:55
  Author: felixonmars
Revision: 318794

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-route53/repos/community-staging-any/
  certbot-dns-route53/repos/community-staging-any/PKGBUILD
(from rev 318793, certbot-dns-route53/trunk/PKGBUILD)

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

Copied: certbot-dns-route53/repos/community-staging-any/PKGBUILD (from rev 
318793, certbot-dns-route53/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:22:55 UTC (rev 318794)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-route53
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Route53 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-boto3' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('8a189208ec09d94abab4b15606f3bbebfd47f3abc9da3f9d64aa4e6c3bf96931f311fa37f3ee303828c30bdf4ef56469ae0e0c9ec0fbf4d02c46e5791af762c7'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-route53/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:22:35
  Author: felixonmars
Revision: 318793

upgpkg: certbot-dns-route53 0.24.0-1

Modified:
  certbot-dns-route53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:21:20 UTC (rev 318792)
+++ PKGBUILD2018-05-03 02:22:35 UTC (rev 318793)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-route53
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Route53 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('042cecdfc62f4f65b82ebe74ff4ba037b836b8559bbc0941de62469fa95f5b2c110163a1f5c970511e8dbabc693c1adb54ae04e63da4b66ab2de1b66bebf6301'
+sha512sums=('8a189208ec09d94abab4b15606f3bbebfd47f3abc9da3f9d64aa4e6c3bf96931f311fa37f3ee303828c30bdf4ef56469ae0e0c9ec0fbf4d02c46e5791af762c7'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-rfc2136/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:21:20
  Author: felixonmars
Revision: 318792

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-rfc2136/repos/community-staging-any/
  certbot-dns-rfc2136/repos/community-staging-any/PKGBUILD
(from rev 318791, certbot-dns-rfc2136/trunk/PKGBUILD)

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

Copied: certbot-dns-rfc2136/repos/community-staging-any/PKGBUILD (from rev 
318791, certbot-dns-rfc2136/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:21:20 UTC (rev 318792)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-rfc2136
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-dnspython' 
'python-mock'
+ 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('a48eca15ce285c80688bd8ba521d8566d6399381dd92571c90372ade42795e28a64d530243515f6a01b01493b1b269ab3695b63e231debf143a02a73a325ac21'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-rfc2136/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:20:58
  Author: felixonmars
Revision: 318791

upgpkg: certbot-dns-rfc2136 0.24.0-1

Modified:
  certbot-dns-rfc2136/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:20:20 UTC (rev 318790)
+++ PKGBUILD2018-05-03 02:20:58 UTC (rev 318791)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-rfc2136
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('793b88de3fde0c7d1a589bb7ac0b72fa6fe0e71da12528f647b5463e7e612f8a4f7c40231ac57c0ca54132520fbdb8389e06254b5c0622182648e2a0bce9e4f8'
+sha512sums=('a48eca15ce285c80688bd8ba521d8566d6399381dd92571c90372ade42795e28a64d530243515f6a01b01493b1b269ab3695b63e231debf143a02a73a325ac21'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-nsone/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:20:20
  Author: felixonmars
Revision: 318790

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-nsone/repos/community-staging-any/
  certbot-dns-nsone/repos/community-staging-any/PKGBUILD
(from rev 318789, certbot-dns-nsone/trunk/PKGBUILD)

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

Copied: certbot-dns-nsone/repos/community-staging-any/PKGBUILD (from rev 
318789, certbot-dns-nsone/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:20:20 UTC (rev 318790)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-nsone
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('62ac492d4ed69063c1f59ef030b5ae414f8928d70b8d3690539c5881a8553f64c2b3317cefc47e66f6ba4b1d63b79b2b224358d50f41ffecfca5b9637b51c947'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-nsone/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:20:00
  Author: felixonmars
Revision: 318789

upgpkg: certbot-dns-nsone 0.24.0-1

Modified:
  certbot-dns-nsone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:19:21 UTC (rev 318788)
+++ PKGBUILD2018-05-03 02:20:00 UTC (rev 318789)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-nsone
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('97c422605224357167d3428a76d6277372fbed3631bf4ba73cd1e3a5deb716b4c7e9596dd38aabc60fa44905d417b5eedaf6d3f23632c2ac468835fa5981748d'
+sha512sums=('62ac492d4ed69063c1f59ef030b5ae414f8928d70b8d3690539c5881a8553f64c2b3317cefc47e66f6ba4b1d63b79b2b224358d50f41ffecfca5b9637b51c947'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-luadns/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:19:21
  Author: felixonmars
Revision: 318788

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-luadns/repos/community-staging-any/
  certbot-dns-luadns/repos/community-staging-any/PKGBUILD
(from rev 318787, certbot-dns-luadns/trunk/PKGBUILD)

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

Copied: certbot-dns-luadns/repos/community-staging-any/PKGBUILD (from rev 
318787, certbot-dns-luadns/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:19:21 UTC (rev 318788)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-luadns
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('c19d0bb17737e5aef458300821606a497f3474a48d1b5ad9acb7e07fa6142822582cb19a46177112593b930a3bcf382a1f7fbdd86bc05b08704af7268362910e'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-luadns/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:19:01
  Author: felixonmars
Revision: 318787

upgpkg: certbot-dns-luadns 0.24.0-1

Modified:
  certbot-dns-luadns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:05:11 UTC (rev 318786)
+++ PKGBUILD2018-05-03 02:19:01 UTC (rev 318787)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-luadns
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('e771870f15ac0ead64f106d1b0127440ed0bd01a7759aaab3df6c9440412bb4e5269bd25acf5fe10f4d963f4264a2bc2b849c692f2913adb032e8376d0fe0739'
+sha512sums=('c19d0bb17737e5aef458300821606a497f3474a48d1b5ad9acb7e07fa6142822582cb19a46177112593b930a3bcf382a1f7fbdd86bc05b08704af7268362910e'
 'SKIP')
 
 build() {


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:05:11
  Author: felixonmars
Revision: 318786

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 318785, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 318785, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 318785, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 318785, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 318785, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 318785, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 318785, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-05-03 02:04:28 UTC (rev 318785)
+++ LICENSE 2018-05-03 02:05:11 UTC (rev 318786)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 318785, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-05-03 02:05:11 UTC (rev 318786)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 02:04:28 UTC (rev 318785)
+++ PKGBUILD2018-05-03 02:05:11 UTC (rev 318786)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.118
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenki

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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:04:28
  Author: felixonmars
Revision: 318785

upgpkg: jenkins 2.119-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:04:18 UTC (rev 318784)
+++ PKGBUILD2018-05-03 02:04:28 UTC (rev 318785)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.118
+pkgver=2.119
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('efcac97c67eeec2913265df9c1b2b74331b29c2ae52973ce6f0141f6fcfc47efa7b7efd665d39c44d7c14f3d94c41d7cf884e3d61c90d1fc02401630fb777f7d'
+sha512sums=('9334e2e2d33d6e5fcf8289c129e9ca11e3acc80675518bc1a44c7fb8b608e04ebf90ae20da4d5dd0cefc9619b6e7a42cb8c0bae949f07753eb53746bd7a6f196'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in certbot-dns-google/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:04:18
  Author: felixonmars
Revision: 318784

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-google/repos/community-staging-any/
  certbot-dns-google/repos/community-staging-any/PKGBUILD
(from rev 318783, certbot-dns-google/trunk/PKGBUILD)

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

Copied: certbot-dns-google/repos/community-staging-any/PKGBUILD (from rev 
318783, certbot-dns-google/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:04:18 UTC (rev 318784)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-google
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-mock' 
'python-google-api-python-client'
+ 'python-oauth2client' 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('70c3c0121efbfa24f69d8f5a9449f733ed0baf43a0dc2a85eb9583d93f91ab279b8bf6d4a04b76a500ce8c98d0bb6587decbd1770a63cec35e91d72af8ae4df8'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-google/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:03:59
  Author: felixonmars
Revision: 318783

upgpkg: certbot-dns-google 0.24.0-1

Modified:
  certbot-dns-google/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:03:47 UTC (rev 318782)
+++ PKGBUILD2018-05-03 02:03:59 UTC (rev 318783)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-google
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('431b0b2246b864b5a9f8d7b49d4282ab624e07f1ebb9e4deb1a065ba8797e5e1c830ca9936ead48e4d2917d3e439d3aa1ec6ecee81783972b0406d32269af227'
+sha512sums=('70c3c0121efbfa24f69d8f5a9449f733ed0baf43a0dc2a85eb9583d93f91ab279b8bf6d4a04b76a500ce8c98d0bb6587decbd1770a63cec35e91d72af8ae4df8'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-dnsmadeeasy/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:03:13
  Author: felixonmars
Revision: 318780

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-dnsmadeeasy/repos/community-staging-any/
  certbot-dns-dnsmadeeasy/repos/community-staging-any/PKGBUILD
(from rev 318779, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)

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

Copied: certbot-dns-dnsmadeeasy/repos/community-staging-any/PKGBUILD (from rev 
318779, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:03:13 UTC (rev 318780)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('8ee56d2a137a9c6f8e0f6b5c8be4eaa8cc42ec6bfe9ba1f30838119872fb59f003e46dee9782ce8241498ac7e837013da7cd6227cd514f7cf514acca9f0606f0'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in libmongoc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:03:47
  Author: felixonmars
Revision: 318782

archrelease: copy trunk to community-x86_64

Added:
  libmongoc/repos/community-x86_64/PKGBUILD
(from rev 318781, libmongoc/trunk/PKGBUILD)
Deleted:
  libmongoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 02:03:25 UTC (rev 318781)
+++ PKGBUILD2018-05-03 02:03:47 UTC (rev 318782)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl' 'snappy' 'zlib')
-checkdepends=('python-pifpaf' 'mongodb')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
-sha512sums=('76d2f7ba4a50b44cd0c3d6ad939bf786445a6b1825c30c77cacdb36a765dd51ee8ef91b6a4cad99ef91c173f6e56839f98315e4938fd990f265bc4b026b0d1ba')
-
-prepare() {
-  cd mongo-c-driver-$pkgver
-  # Remove check for bundled libbson
-  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
-}
-
-build() {
-  cd mongo-c-driver-$pkgver
-  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-  make
-}
-
-check() {
-  cd mongo-c-driver-$pkgver
-  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-  cd mongo-c-driver-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-x86_64/PKGBUILD (from rev 318781, 
libmongoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 02:03:47 UTC (rev 318782)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl' 'snappy' 'zlib')
+checkdepends=('python-pifpaf' 'mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('bee584c83bb317802eb855fececc98f2013d7c3134f063c3146521ab535c8a89c2dfe89ccfa6ebbe2d7c64edec0e53105ead361da83b885c7778b40e4801de62')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:03:25
  Author: felixonmars
Revision: 318781

upgpkg: libmongoc 1.9.5-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:03:13 UTC (rev 318780)
+++ PKGBUILD2018-05-03 02:03:25 UTC (rev 318781)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libbson' 'libsasl' 'snappy' 'zlib')
 checkdepends=('python-pifpaf' 'mongodb')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
-sha512sums=('76d2f7ba4a50b44cd0c3d6ad939bf786445a6b1825c30c77cacdb36a765dd51ee8ef91b6a4cad99ef91c173f6e56839f98315e4938fd990f265bc4b026b0d1ba')
+sha512sums=('bee584c83bb317802eb855fececc98f2013d7c3134f063c3146521ab535c8a89c2dfe89ccfa6ebbe2d7c64edec0e53105ead361da83b885c7778b40e4801de62')
 
 prepare() {
   cd mongo-c-driver-$pkgver


[arch-commits] Commit in certbot-dns-dnsmadeeasy/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:02:52
  Author: felixonmars
Revision: 318779

upgpkg: certbot-dns-dnsmadeeasy 0.24.0-1

Modified:
  certbot-dns-dnsmadeeasy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:02:17 UTC (rev 318778)
+++ PKGBUILD2018-05-03 02:02:52 UTC (rev 318779)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-dnsmadeeasy
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('f27f6cc942d8d828ac954feedd44daa27f6d323bdf6a1fcd13a2e76310a7764ef1e01f122fce4dd14e477d81e97e57304931973fbe38bf44cee955317946e70c'
+sha512sums=('8ee56d2a137a9c6f8e0f6b5c8be4eaa8cc42ec6bfe9ba1f30838119872fb59f003e46dee9782ce8241498ac7e837013da7cd6227cd514f7cf514acca9f0606f0'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-dnsimple/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:02:17
  Author: felixonmars
Revision: 318778

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-dnsimple/repos/community-staging-any/
  certbot-dns-dnsimple/repos/community-staging-any/PKGBUILD
(from rev 318777, certbot-dns-dnsimple/trunk/PKGBUILD)

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

Copied: certbot-dns-dnsimple/repos/community-staging-any/PKGBUILD (from rev 
318777, certbot-dns-dnsimple/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:02:17 UTC (rev 318778)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsimple
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('cb0eb0927cb0a1a05da706a6c0e540208266ca7aa92d0027918998c37c0c4e3008372089f30370ca2ee86ea2e7bfe2752098b995d37f17a0142c491f0e9aa234'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-digitalocean/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:01:22
  Author: felixonmars
Revision: 318776

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-digitalocean/repos/community-staging-any/
  certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD
(from rev 318775, certbot-dns-digitalocean/trunk/PKGBUILD)

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

Copied: certbot-dns-digitalocean/repos/community-staging-any/PKGBUILD (from rev 
318775, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:01:22 UTC (rev 318776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-digitalocean' 
'python-mock'
+ 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('8fde208fbd4f6089fd43e25052703b960d62149c17c9ac925f436ae5982a9dbea642e883610324f05c52bdf417bc9d86c00bd1946b025b39ffd5e737e5517a84'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-dnsimple/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:01:56
  Author: felixonmars
Revision: 318777

upgpkg: certbot-dns-dnsimple 0.24.0-1

Modified:
  certbot-dns-dnsimple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:01:22 UTC (rev 318776)
+++ PKGBUILD2018-05-03 02:01:56 UTC (rev 318777)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-dnsimple
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('bdfd4b242e9acc2f39872fe39f55c0f34d4803dd64137298f931443783829e4798c0baa486ce5d8beee033c29bf8f6a926db4318ef29884dd7d852f24809'
+sha512sums=('cb0eb0927cb0a1a05da706a6c0e540208266ca7aa92d0027918998c37c0c4e3008372089f30370ca2ee86ea2e7bfe2752098b995d37f17a0142c491f0e9aa234'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-digitalocean/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:00:59
  Author: felixonmars
Revision: 318775

upgpkg: certbot-dns-digitalocean 0.24.0-1

Modified:
  certbot-dns-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 02:00:24 UTC (rev 318774)
+++ PKGBUILD2018-05-03 02:00:59 UTC (rev 318775)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-digitalocean
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('6ae83bf474b1e697efd44cdf1acb27d872c3c9bd7d7b41903baad1eb750328c3b796a0ff6b12d42fc55519f2c9efa3bc89436e4bb75f31b539b9a9d285733561'
+sha512sums=('8fde208fbd4f6089fd43e25052703b960d62149c17c9ac925f436ae5982a9dbea642e883610324f05c52bdf417bc9d86c00bd1946b025b39ffd5e737e5517a84'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-cloudxns/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 02:00:24
  Author: felixonmars
Revision: 318774

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-cloudxns/repos/community-staging-any/
  certbot-dns-cloudxns/repos/community-staging-any/PKGBUILD
(from rev 318773, certbot-dns-cloudxns/trunk/PKGBUILD)

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

Copied: certbot-dns-cloudxns/repos/community-staging-any/PKGBUILD (from rev 
318773, certbot-dns-cloudxns/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 02:00:24 UTC (rev 318774)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudxns
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('5145367e9529697dcd4f779a8e7d6cf891e0a1d1a9c11dd956dd5e68ec01f37f32b7642b3d361c04158ff1458d061de07a90e1bd8ea4fb57eaeb5d6b18b8299c'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-cloudxns/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:59:58
  Author: felixonmars
Revision: 318773

upgpkg: certbot-dns-cloudxns 0.24.0-1

Modified:
  certbot-dns-cloudxns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:59:16 UTC (rev 318772)
+++ PKGBUILD2018-05-03 01:59:58 UTC (rev 318773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudxns
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('1657318901321cb402378450dd65134d23560dcfa1e4563c3ae364720fdda963867fdefc57ebdcb975be7353b367e9efb797d4daebd4d294f3ac071e352dd25d'
+sha512sums=('5145367e9529697dcd4f779a8e7d6cf891e0a1d1a9c11dd956dd5e68ec01f37f32b7642b3d361c04158ff1458d061de07a90e1bd8ea4fb57eaeb5d6b18b8299c'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-cloudflare/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:59:16
  Author: felixonmars
Revision: 318772

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-cloudflare/repos/community-staging-any/
  certbot-dns-cloudflare/repos/community-staging-any/PKGBUILD
(from rev 318771, certbot-dns-cloudflare/trunk/PKGBUILD)

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

Copied: certbot-dns-cloudflare/repos/community-staging-any/PKGBUILD (from rev 
318771, certbot-dns-cloudflare/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 01:59:16 UTC (rev 318772)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudflare
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-cloudflare' 
'python-mock'
+ 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('2d4cb87f09ed190ff2df0cea585e634fa85e00f5aa48e7a7800a82bf3c1617d18e9479bd91bf5cd2da6f054571a219fef8521aec98a15c78616cdccb7d43e7a4'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-cloudflare/trunk (PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:58:56
  Author: felixonmars
Revision: 318771

upgpkg: certbot-dns-cloudflare 0.24.0-1

Modified:
  certbot-dns-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:58:45 UTC (rev 318770)
+++ PKGBUILD2018-05-03 01:58:56 UTC (rev 318771)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudflare
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('6c1fe30ad1f1b920deff5a671e81e552dabe9ad16bab19d5077a4a292a4d9356c093892ac077457185a5db16fd828fc4aa38455f1a68e44a18fc46fd8a58f16e'
+sha512sums=('2d4cb87f09ed190ff2df0cea585e634fa85e00f5aa48e7a7800a82bf3c1617d18e9479bd91bf5cd2da6f054571a219fef8521aec98a15c78616cdccb7d43e7a4'
 'SKIP')
 
 build() {


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:58:45
  Author: felixonmars
Revision: 318770

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 318769, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:58:22 UTC (rev 318769)
+++ PKGBUILD2018-05-03 01:58:45 UTC (rev 318770)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon";
-license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
-  'python-pynamecheap')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
-sha512sums=('1d79d799e1f916c31b16a5174858fed3f5d88e2271bec7f143defbf891bd0dbf3fd94c5a0d05381f21d514a2cb21166d72bc14593fecb4754617c2655ed86838')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 318769, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:58:45 UTC (rev 318770)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon";
+license=('MIT')
+depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
+  'python-pynamecheap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
+sha512sums=('5b0b97e757c61276cb1e0db54d03bd8cdfa983a4bddbdaefa5317bfe1056429c58e22e125df4a0589b6573fbf60843f8dc2a63f5fff809b7dec5804048d96725')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in certbot-apache/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:58:15
  Author: felixonmars
Revision: 318768

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 318767, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 318767, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 01:58:15 UTC (rev 318768)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+replaces=("letsencrypt-apache")
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-augeas' 'python-mock' 
'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('e4e69b0db025cf1f3af90a3bd389c974928f8c9b115e09a15e81203516aeb4b2a4791167242a7392caf048e39a7beaf6dbb85a0417d5747eebc1d4d7b3fa91ee'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  # https://github.com/certbot/certbot/issues/5510
+  cd $pkgname-$pkgver
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:58:22
  Author: felixonmars
Revision: 318769

upgpkg: dns-lexicon 2.2.2-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:58:15 UTC (rev 318768)
+++ PKGBUILD2018-05-03 01:58:22 UTC (rev 318769)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
   'python-pynamecheap')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz";)
-sha512sums=('1d79d799e1f916c31b16a5174858fed3f5d88e2271bec7f143defbf891bd0dbf3fd94c5a0d05381f21d514a2cb21166d72bc14593fecb4754617c2655ed86838')
+sha512sums=('5b0b97e757c61276cb1e0db54d03bd8cdfa983a4bddbdaefa5317bfe1056429c58e22e125df4a0589b6573fbf60843f8dc2a63f5fff809b7dec5804048d96725')
 
 build() {
   cd lexicon-$pkgver


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:57:54
  Author: felixonmars
Revision: 318767

upgpkg: certbot-apache 0.24.0-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:55:57 UTC (rev 318766)
+++ PKGBUILD2018-05-03 01:57:54 UTC (rev 318767)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('dc41cdb02cc217978f203a8fbe424bbbdb8b3da7191001909ea62786fdbb66a2aaebbff20a25bcff41ce0043d6e5263a6522cdf2d9bd850bb95f2723152d5cb0'
+sha512sums=('e4e69b0db025cf1f3af90a3bd389c974928f8c9b115e09a15e81203516aeb4b2a4791167242a7392caf048e39a7beaf6dbb85a0417d5747eebc1d4d7b3fa91ee'
 'SKIP')
 
 build() {


[arch-commits] Commit in etherwall/repos/community-x86_64 (4 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:55:57
  Author: felixonmars
Revision: 318766

archrelease: copy trunk to community-x86_64

Added:
  etherwall/repos/community-x86_64/PKGBUILD
(from rev 318765, etherwall/trunk/PKGBUILD)
  etherwall/repos/community-x86_64/etherwall.desktop
(from rev 318765, etherwall/trunk/etherwall.desktop)
Deleted:
  etherwall/repos/community-x86_64/PKGBUILD
  etherwall/repos/community-x86_64/etherwall.desktop

---+
 PKGBUILD  |   84 ++--
 etherwall.desktop |   18 +--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:55:35 UTC (rev 318765)
+++ PKGBUILD2018-05-03 01:55:57 UTC (rev 318766)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ales Katona 
-
-pkgname=etherwall
-pkgver=2.2.0
-_ewnodever=1.0.1
-_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
-pkgrel=1
-pkgdesc="Ethereum GUI Wallet (QT5)"
-arch=(i686 x86_64)
-url="http://etherwall.com";
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz";
-
"ew-node-$pkgver.tar.gz::https://github.com/almindor/ew-node/archive/v$_ewnodever.tar.gz";
-
"trezor-common-$pkgver.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
-etherwall.desktop)
-sha256sums=('bee8cabfe7a7b37ca3360a309ae52b598aeb5f0c9d990024e40bb3174d450809'
-'48f10e003e6c949c4dac81bd3ecc89733cbc3d4f6ae26be38386d70e68a001b4'
-'95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459'
-'65ca9c47e79daead171d8262cee99fd3d6466611479bb3ba57ef36203a546b61')
-
-build() {
-  cd "etherwall-$pkgver"
-  rmdir "src/ew-node"
-  ln -s "../../ew-node-$_ewnodever" "src/ew-node"
-
-  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
-  qmake -config release && make
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/bin"
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  mkdir -p "$pkgdir/usr/share/applications"
-
-  cd "etherwall-$pkgver"
-  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
-  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
-  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
-}

Copied: etherwall/repos/community-x86_64/PKGBUILD (from rev 318765, 
etherwall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:55:57 UTC (rev 318766)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.2.1
+_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
+_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
+pkgrel=1
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=(i686 x86_64)
+url="http://etherwall.com";
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz";
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz";
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
+etherwall.desktop)
+sha512sums=('cc0c1b707a5b284db7a4ecd40a80811a8fd85ae0c5786e20e57d4693e529f7eec0d05b55bbf807dff1d24341f0b5992db26ee257b337ff7bf5b06372dfdd9c22'
+
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
+
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake -config release && make
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  mkdir -p "$pkgdir/usr/share/applications"
+
+  cd "etherwall-$pkgver"
+  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
+  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
+  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
+}

Deleted: etherwall.desktop
===
--- etherwall.desktop   2018-05-03 01:55:35 UTC (rev 318765)
+++ etherwall.desktop   2018-05-03 01:55:57 UTC (rev 318766)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-N

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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:55:35
  Author: felixonmars
Revision: 318765

upgpkg: etherwall 2.2.1-1

Modified:
  etherwall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:54:13 UTC (rev 318764)
+++ PKGBUILD2018-05-03 01:55:35 UTC (rev 318765)
@@ -3,8 +3,8 @@
 # Contributor: Ales Katona 
 
 pkgname=etherwall
-pkgver=2.2.0
-_ewnodever=1.0.1
+pkgver=2.2.1
+_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
 _trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
 pkgrel=1
 pkgdesc="Ethereum GUI Wallet (QT5)"
@@ -13,18 +13,18 @@
 license=('GPL3')
 depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz";
-
"ew-node-$pkgver.tar.gz::https://github.com/almindor/ew-node/archive/v$_ewnodever.tar.gz";
-
"trezor-common-$pkgver.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz";
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
 etherwall.desktop)
-sha256sums=('bee8cabfe7a7b37ca3360a309ae52b598aeb5f0c9d990024e40bb3174d450809'
-'48f10e003e6c949c4dac81bd3ecc89733cbc3d4f6ae26be38386d70e68a001b4'
-'95bc637d7b49697d06567b35ef2cbb2fdba1ce8c8e27d95e9cd242ec2b3fa459'
-'65ca9c47e79daead171d8262cee99fd3d6466611479bb3ba57ef36203a546b61')
+sha512sums=('cc0c1b707a5b284db7a4ecd40a80811a8fd85ae0c5786e20e57d4693e529f7eec0d05b55bbf807dff1d24341f0b5992db26ee257b337ff7bf5b06372dfdd9c22'
+
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
+
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
 
 build() {
   cd "etherwall-$pkgver"
   rmdir "src/ew-node"
-  ln -s "../../ew-node-$_ewnodever" "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
 
   SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
   qmake -config release && make


[arch-commits] Commit in certbot/repos (2 files)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:54:13
  Author: felixonmars
Revision: 318764

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 318763, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 318763, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 01:54:13 UTC (rev 318764)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://certbot.eff.org";
+depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 
'python-configobj'
+ 'python-cryptography' 'python-mock' 'python-parsedatetime' 
'python-pyrfc3339'
+ 'python-pytz' 'python-setuptools' 'python-zope-component' 
'python-zope-interface')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('70ed6fc0d6aa0da1ce163e338984b7828f8e0688c184de0b4be774baaff9294c512b00e90082f814e4ea87bba9607dd5e666ca077331e635a566ecd4f3452787'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:53:53
  Author: felixonmars
Revision: 318763

upgpkg: certbot 0.24.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:52:47 UTC (rev 318762)
+++ PKGBUILD2018-05-03 01:53:53 UTC (rev 318763)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -20,7 +20,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('efe98e967963db0e003565ad08b769f6c1e77207febcd363a29cfe9d6290d36be69488665fddefda64e54980b6f236f74b796e20a57f8d5c4b993ff0b0472404'
+sha512sums=('70ed6fc0d6aa0da1ce163e338984b7828f8e0688c184de0b4be774baaff9294c512b00e90082f814e4ea87bba9607dd5e666ca077331e635a566ecd4f3452787'
 'SKIP')
 
 build() {


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:52:47
  Author: felixonmars
Revision: 318762

archrelease: copy trunk to community-any

Added:
  python-oslotest/repos/community-any/PKGBUILD
(from rev 318761, python-oslotest/trunk/PKGBUILD)
Deleted:
  python-oslotest/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:52:22 UTC (rev 318761)
+++ PKGBUILD2018-05-03 01:52:47 UTC (rev 318762)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
- 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
- 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
- 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
- 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
- 'python-debtcollector' 'python2-debtcollector')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('e7a10345760efd5c670176a1fa94dce67ced1679f3383099c1b5efcca0a99f66530750a6cb12e7348035a4856f95ca0dae8f6a5f3890337a97f33e0e700723ca')
-
-prepare() {
-  cp -a oslotest-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 318761, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:52:47 UTC (rev 318762)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
+ 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
+ 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
+ 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
+ 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-debtcollector' 'python2-debtcollector')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
+sha512sums=('5738b7017ddd4684c9a44bf38012571fed5f04a14ec7dc3c5b3cc318b087e24b71d54fb5ffa5d5e299c890b6f358a7c5743e5a94a90a176b1befc7f0984d086b')
+
+prepare() {
+  cp -a oslotest-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
+   'python2-testt

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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:52:22
  Author: felixonmars
Revision: 318761

upgpkg: python-oslotest 3.4.2-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:51:48 UTC (rev 318760)
+++ PKGBUILD2018-05-03 01:52:22 UTC (rev 318761)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -16,7 +16,7 @@
  'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
  'python-debtcollector' 'python2-debtcollector')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('e7a10345760efd5c670176a1fa94dce67ced1679f3383099c1b5efcca0a99f66530750a6cb12e7348035a4856f95ca0dae8f6a5f3890337a97f33e0e700723ca')
+sha512sums=('5738b7017ddd4684c9a44bf38012571fed5f04a14ec7dc3c5b3cc318b087e24b71d54fb5ffa5d5e299c890b6f358a7c5743e5a94a90a176b1befc7f0984d086b')
 
 prepare() {
   cp -a oslotest-$pkgver{,-py2}


[arch-commits] Commit in haskell-rio/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:51:48
  Author: felixonmars
Revision: 318760

archrelease: copy trunk to community-x86_64

Added:
  haskell-rio/repos/community-x86_64/PKGBUILD
(from rev 318759, haskell-rio/trunk/PKGBUILD)
Deleted:
  haskell-rio/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:51:24 UTC (rev 318759)
+++ PKGBUILD2018-05-03 01:51:48 UTC (rev 318760)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=rio
-pkgname=haskell-rio
-pkgver=0.1.1.0
-pkgrel=1
-pkgdesc="A standard library for Haskell"
-url="https://github.com/commercialhaskell/rio";
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 
'haskell-microlens' 'haskell-mtl'
- 'haskell-primitive' 'haskell-text' 'haskell-typed-process' 
'haskell-unliftio'
- 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'haskell-hspec')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b1e3eae04bd4c3c943a8e1cd9cf3f1863b4d72d3bc2d4b05bc094d3fa00c0e3cfc73351a690f7c2a9158ed47285899a291ded8667b112e83157f21b63a48f35a')
-
-prepare() {
-cd $_hkgname-$pkgver
-echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-rio/repos/community-x86_64/PKGBUILD (from rev 318759, 
haskell-rio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:51:48 UTC (rev 318760)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.2.0
+pkgrel=1
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 
'haskell-microlens' 'haskell-mtl'
+ 'haskell-primitive' 'haskell-text' 'haskell-typed-process' 
'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f51ba6c42b21e9a0cb11c3a6cb847a624492b9156096df493556f420f28d702ec6ee9ba647e0d70d70a5126052de81295bc7bf38c4383f6b3566a9f57c58d0b')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:51:24
  Author: felixonmars
Revision: 318759

upgpkg: haskell-rio 0.1.2.0-1

Modified:
  haskell-rio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:50:57 UTC (rev 318758)
+++ PKGBUILD2018-05-03 01:51:24 UTC (rev 318759)
@@ -3,7 +3,7 @@
 
 _hkgname=rio
 pkgname=haskell-rio
-pkgver=0.1.1.0
+pkgver=0.1.2.0
 pkgrel=1
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio";
@@ -14,7 +14,7 @@
  'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b1e3eae04bd4c3c943a8e1cd9cf3f1863b4d72d3bc2d4b05bc094d3fa00c0e3cfc73351a690f7c2a9158ed47285899a291ded8667b112e83157f21b63a48f35a')
+sha512sums=('1f51ba6c42b21e9a0cb11c3a6cb847a624492b9156096df493556f420f28d702ec6ee9ba647e0d70d70a5126052de81295bc7bf38c4383f6b3566a9f57c58d0b')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:50:57
  Author: felixonmars
Revision: 318758

archrelease: copy trunk to community-any

Added:
  python-testfixtures/repos/community-any/PKGBUILD
(from rev 318757, python-testfixtures/trunk/PKGBUILD)
Deleted:
  python-testfixtures/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:50:32 UTC (rev 318757)
+++ PKGBUILD2018-05-03 01:50:57 UTC (rev 318758)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
-  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('13910aba82a4427f784eab5d55aa81cf47efd1286c3380287f83dce7c06648f666ea82cdcd89ef10b46449d0bdf74b75811d1ada6357a3cf75867cda57e18f61')
-
-prepare() {
-  cp -a testfixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=build"
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 318757, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:50:57 UTC (rev 318758)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
+  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
+sha512sums=('446b3dce2b6e5407aef4a0f72d2516833108e3c8fb50a3e219ba9bdfc44f54fedd0bd329df7010b9663a96aa981bf4181eed786167adb180112d219cbd99ecf2')
+
+prepare() {
+  cp -a testfixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=build"
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:50:09
  Author: felixonmars
Revision: 318756

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 318755, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 318755, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-05-03 01:50:09 UTC (rev 318756)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-josepy' 
'python2-josepy'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('6aad6ed37f7dbdc57c4a05808000c3350056bb2fb8a7c7376b8918d7d642bfb31121f2c597519b20718b943a0ffc26b41e58737c3b2f56951ff836c8a6c00daf')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-josepy' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-josepy' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:50:32
  Author: felixonmars
Revision: 318757

upgpkg: python-testfixtures 6.0.2-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:50:09 UTC (rev 318756)
+++ PKGBUILD2018-05-03 01:50:32 UTC (rev 318757)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
   'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('13910aba82a4427f784eab5d55aa81cf47efd1286c3380287f83dce7c06648f666ea82cdcd89ef10b46449d0bdf74b75811d1ada6357a3cf75867cda57e18f61')
+sha512sums=('446b3dce2b6e5407aef4a0f72d2516833108e3c8fb50a3e219ba9bdfc44f54fedd0bd329df7010b9663a96aa981bf4181eed786167adb180112d219cbd99ecf2')
 
 prepare() {
   cp -a testfixtures-$pkgver{,-py2}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:49:48
  Author: felixonmars
Revision: 318755

upgpkg: python-acme 0.24.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:49:11 UTC (rev 318754)
+++ PKGBUILD2018-05-03 01:49:48 UTC (rev 318755)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz";)
-sha512sums=('2c954add0cc82094529c9c6acfa775d10be9c590e2e5dfa3b89343c4070f52f3ac4428e899bc8a69f2c5be264a1c7f674aa207392c6df58d691a8500366390d2')
+sha512sums=('6aad6ed37f7dbdc57c4a05808000c3350056bb2fb8a7c7376b8918d7d642bfb31121f2c597519b20718b943a0ffc26b41e58737c3b2f56951ff836c8a6c00daf')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:49:11
  Author: felixonmars
Revision: 318754

archrelease: copy trunk to community-any

Added:
  python-tenacity/repos/community-any/PKGBUILD
(from rev 318753, python-tenacity/trunk/PKGBUILD)
Deleted:
  python-tenacity/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:48:48 UTC (rev 318753)
+++ PKGBUILD2018-05-03 01:49:11 UTC (rev 318754)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tenacity
-pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
- 'python-pbr' 'python2-pbr')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('68e0751bb00e4006ac9e0144b3c970917ce55c6003c7ff40951a84b590efe5e070a38ea87957cee06ec0a03f3a568332a5701fe3da6196f3133f3ec9eb6f0d47')
-
-prepare() {
-  cp -a tenacity-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py nosetests --ignore-files '.*asyncio.py'
-}
-
-package_python-tenacity() {
-  depends=('python-six')
-  optdepends=('python-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-tenacity() {
-  depends=('python2-six' 'python2-futures' 'python2-monotonic')
-  optdepends=('python2-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 318753, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:49:11 UTC (rev 318754)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tenacity
+pkgname=('python-tenacity' 'python2-tenacity')
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
+ 'python-pbr' 'python2-pbr')
+checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+sha512sums=('d8cb4a9d3ad1d59b1642394ca4a7c43426f6a1db3aaceb4864de562f9063af124312a144e751190ea9c35167827438e6b43f1d54a607d021de1e9c3650682c2d')
+
+prepare() {
+  cp -a tenacity-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py nosetests --ignore-files '.*asyncio.py'
+}
+
+package_python-tenacity() {
+  depends=('python-six')
+  optdepends=('python-tornado: for Tornado coroutines support')
+
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tenacity() {
+  depends=('python2-six' 'python2-futures' 'python2-monotonic')
+  optdepends=('python2-tornado: for Tornado coroutines support')
+
+  cd tenacity-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:48:48
  Author: felixonmars
Revision: 318753

upgpkg: python-tenacity 4.12.0-1

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:48:14 UTC (rev 318752)
+++ PKGBUILD2018-05-03 01:48:48 UTC (rev 318753)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tenacity
 pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -13,7 +13,7 @@
  'python-pbr' 'python2-pbr')
 checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('68e0751bb00e4006ac9e0144b3c970917ce55c6003c7ff40951a84b590efe5e070a38ea87957cee06ec0a03f3a568332a5701fe3da6196f3133f3ec9eb6f0d47')
+sha512sums=('d8cb4a9d3ad1d59b1642394ca4a7c43426f6a1db3aaceb4864de562f9063af124312a144e751190ea9c35167827438e6b43f1d54a607d021de1e9c3650682c2d')
 
 prepare() {
   cp -a tenacity-$pkgver{,-py2}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:48:14
  Author: felixonmars
Revision: 318752

archrelease: copy trunk to community-any

Added:
  python-tqdm/repos/community-any/PKGBUILD
(from rev 318751, python-tqdm/trunk/PKGBUILD)
Deleted:
  python-tqdm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:47:51 UTC (rev 318751)
+++ PKGBUILD2018-05-03 01:48:14 UTC (rev 318752)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.1
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('6c14336ed952a84c93c84ff37d5ea1c3c7f60116c5fcc1f80585467cc5080e3e0259cb0f1b6dd4dc50e31fb797ff7b11ba300d0a2b5fa61461738c0160e58bb7')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 318751, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:48:14 UTC (rev 318752)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.23.2
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
+sha512sums=('61f4303ae1297629d9c0c112f83955561f544eb0226108c5bb7e110c5affe8f63cda0738869bf38de67372266168d0ed92a7191573baf25e252610754693')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-oslo-db/repos/community-any (PKGBUILD PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:47:39
  Author: felixonmars
Revision: 318750

archrelease: copy trunk to community-any

Added:
  python-oslo-db/repos/community-any/PKGBUILD
(from rev 318749, python-oslo-db/trunk/PKGBUILD)
Deleted:
  python-oslo-db/repos/community-any/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:47:15 UTC (rev 318749)
+++ PKGBUILD2018-05-03 01:47:39 UTC (rev 318750)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-db
-pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.37.0
-pkgrel=1
-pkgdesc="OpenStack Database Pattern Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.db/$pkgver";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
- 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
-  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
-  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";)
-sha512sums=('3b84e2e7b1a1c6f5c9d3e7a69d08f0f4808315e7937a5d6649468ddea6a5a46594325a651aa107aec9850c279e30daa58de165ec09742e032eca61cb57faffe9')
-
-prepare() {
-  cp -a oslo.db-$pkgver{,-py2}
-  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-db() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
-   'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
-   'python-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-db() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 
'python2-debtcollector' 'python2-oslo-i18n'
-   'python2-oslo-config' 'python2-oslo-utils' 'python2-sqlalchemy'
-   'python2-sqlalchemy-migrate' 'python2-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 318749, 
python-oslo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:47:39 UTC (rev 318750)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-db
+pkgname=(python-oslo-db python2-oslo-db)
+pkgver=4.38.0
+pkgrel=1
+pkgdesc="OpenStack Database Pattern Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.db/$pkgver";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
+ 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-mock' 'python2-mock' 'python-testrepository' 
'python2-testrepository'
+  'python-testresources' 'python2-testresources' 'python-oslotest' 
'python2-oslotest'
+  'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";)
+sha512sums=('305d3f7a61d6a387da38480fa0c5953ed46c54a383844ea22ec460c08687250d48c638fcb724d9bbfa26130498d3169b0e60de4ac252b12aaa0778b330c097e2')
+
+prepare() {
+  cp -a oslo.db-$pkgver{,-py2}
+  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test

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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:47:51
  Author: felixonmars
Revision: 318751

upgpkg: python-tqdm 4.23.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:47:39 UTC (rev 318750)
+++ PKGBUILD2018-05-03 01:47:51 UTC (rev 318751)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.1
+pkgver=4.23.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('6c14336ed952a84c93c84ff37d5ea1c3c7f60116c5fcc1f80585467cc5080e3e0259cb0f1b6dd4dc50e31fb797ff7b11ba300d0a2b5fa61461738c0160e58bb7')
+sha512sums=('61f4303ae1297629d9c0c112f83955561f544eb0226108c5bb7e110c5affe8f63cda0738869bf38de67372266168d0ed92a7191573baf25e252610754693')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:47:15
  Author: felixonmars
Revision: 318749

upgpkg: python-oslo-db 4.38.0-1

Modified:
  python-oslo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:47:05 UTC (rev 318748)
+++ PKGBUILD2018-05-03 01:47:15 UTC (rev 318749)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-db
 pkgname=(python-oslo-db python2-oslo-db)
-pkgver=4.37.0
+pkgver=4.38.0
 pkgrel=1
 pkgdesc="OpenStack Database Pattern Library"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-oslo-context' 'python2-oslo-context' 'python2-unittest2')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz";)
-sha512sums=('3b84e2e7b1a1c6f5c9d3e7a69d08f0f4808315e7937a5d6649468ddea6a5a46594325a651aa107aec9850c279e30daa58de165ec09742e032eca61cb57faffe9')
+sha512sums=('305d3f7a61d6a387da38480fa0c5953ed46c54a383844ea22ec460c08687250d48c638fcb724d9bbfa26130498d3169b0e60de4ac252b12aaa0778b330c097e2')
 
 prepare() {
   cp -a oslo.db-$pkgver{,-py2}


[arch-commits] Commit in python-netifaces/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:47:05
  Author: felixonmars
Revision: 318748

archrelease: copy trunk to community-x86_64

Added:
  python-netifaces/repos/community-x86_64/PKGBUILD
(from rev 318747, python-netifaces/trunk/PKGBUILD)
Deleted:
  python-netifaces/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:46:41 UTC (rev 318747)
+++ PKGBUILD2018-05-03 01:47:05 UTC (rev 318748)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Gergely Imreh 
-# Contributor: Ghost of Kendo 
-
-pkgbase=python-netifaces
-pkgname=(python-netifaces python2-netifaces)
-pkgver=0.10.6
-pkgrel=1
-pkgdesc="Portable module to access network interface information in Python"
-arch=('i686' 'x86_64')
-url="http://alastairs-place.net/netifaces/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz";)
-sha512sums=('2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e')
-
-prepare() {
-  cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
-}
-
-package_python-netifaces() {
-  depends=('python')
-
-  cd "${srcdir}/netifaces-${pkgver}"
-  python setup.py install --root "${pkgdir}"
-
-  # Install license, that is inside the readme file
-  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-netifaces() {
-  depends=('python2')
-
-  cd "${srcdir}/netifaces-${pkgver}-py2"
-  python2 setup.py install --root "${pkgdir}"
-
-  # Install license, that is inside the readme file
-  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-netifaces/repos/community-x86_64/PKGBUILD (from rev 318747, 
python-netifaces/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:47:05 UTC (rev 318748)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Gergely Imreh 
+# Contributor: Ghost of Kendo 
+
+pkgbase=python-netifaces
+pkgname=(python-netifaces python2-netifaces)
+pkgver=0.10.7
+pkgrel=1
+pkgdesc="Portable module to access network interface information in Python"
+arch=('x86_64')
+url="http://alastairs-place.net/netifaces/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz";)
+sha512sums=('d97433345a29ae540e40d5fe9e50c10e8b30197bb0b798f55c82236f20dc6f463604ed202b361cdfcb5e0c95998c87acc781a808c0198ec0479089e13a7fdbed')
+
+prepare() {
+  cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}
+}
+
+package_python-netifaces() {
+  depends=('python')
+
+  cd "${srcdir}/netifaces-${pkgver}"
+  python setup.py install --root "${pkgdir}"
+
+  # Install license, that is inside the readme file
+  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-netifaces() {
+  depends=('python2')
+
+  cd "${srcdir}/netifaces-${pkgver}-py2"
+  python2 setup.py install --root "${pkgdir}"
+
+  # Install license, that is inside the readme file
+  install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:46:41
  Author: felixonmars
Revision: 318747

upgpkg: python-netifaces 0.10.7-1

Modified:
  python-netifaces/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:46:33 UTC (rev 318746)
+++ PKGBUILD2018-05-03 01:46:41 UTC (rev 318747)
@@ -5,7 +5,7 @@
 
 pkgbase=python-netifaces
 pkgname=(python-netifaces python2-netifaces)
-pkgver=0.10.6
+pkgver=0.10.7
 pkgrel=1
 pkgdesc="Portable module to access network interface information in Python"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz";)
-sha512sums=('2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e')
+sha512sums=('d97433345a29ae540e40d5fe9e50c10e8b30197bb0b798f55c82236f20dc6f463604ed202b361cdfcb5e0c95998c87acc781a808c0198ec0479089e13a7fdbed')
 
 prepare() {
   cp -a "${srcdir}/netifaces-${pkgver}"{,-py2}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:46:33
  Author: felixonmars
Revision: 318746

archrelease: copy trunk to community-any

Added:
  python-mockito/repos/community-any/PKGBUILD
(from rev 318745, python-mockito/trunk/PKGBUILD)
Deleted:
  python-mockito/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:46:09 UTC (rev 318745)
+++ PKGBUILD2018-05-03 01:46:33 UTC (rev 318746)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-mockito
-pkgname=('python-mockito' 'python2-mockito')
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Spying framework'
-arch=('any')
-url='https://github.com/kaste/mockito-python'
-license=('MIT')
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools' 
'python2-setuptools'
- 'python2-funcsigs' 'git')
-source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a mockito-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mockito-python
-  python setup.py build
-
-  cd "$srcdir"/mockito-python-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mockito-python
-  py.test build/lib
-
-  cd "$srcdir"/mockito-python-py2
-  py.test2 build/lib
-}
-
-package_python-mockito() {
-  depends=('python')
-
-  cd mockito-python
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-mockito() {
-  depends=('python2-funcsigs')
-
-  cd mockito-python-py2
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: python-mockito/repos/community-any/PKGBUILD (from rev 318745, 
python-mockito/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:46:33 UTC (rev 318746)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-mockito
+pkgname=('python-mockito' 'python2-mockito')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Spying framework'
+arch=('any')
+url='https://github.com/kaste/mockito-python'
+license=('MIT')
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools' 
'python2-setuptools'
+ 'python2-funcsigs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/kaste/mockito-python/archive/$pkgver.tar.gz";)
+sha512sums=('23988f4890a8e224f482d8b73a5dbe594931f14aa01337cac7f3a36d4d902d70a69fd21817a792aee53942043b8cdd409ce63fe9d46aa3c4761e1b8f28ca424c')
+
+prepare() {
+  cp -a mockito-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mockito-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mockito-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mockito-python-$pkgver
+  py.test build/lib
+
+  cd "$srcdir"/mockito-python-$pkgver-py2
+  py.test2 build/lib
+}
+
+package_python-mockito() {
+  depends=('python')
+
+  cd mockito-python-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-mockito() {
+  depends=('python2-funcsigs')
+
+  cd mockito-python-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:46:09
  Author: felixonmars
Revision: 318745

upgpkg: python-mockito 1.1.0-1

Modified:
  python-mockito/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:45:12 UTC (rev 318744)
+++ PKGBUILD2018-05-03 01:46:09 UTC (rev 318745)
@@ -5,7 +5,7 @@
 
 pkgbase=python-mockito
 pkgname=('python-mockito' 'python2-mockito')
-pkgver=1.0.12
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Spying framework'
 arch=('any')
@@ -12,27 +12,27 @@
 url='https://github.com/kaste/mockito-python'
 license=('MIT')
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools' 
'python2-setuptools'
- 'python2-funcsigs' 'git')
-source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver";)
-sha512sums=('SKIP')
+ 'python2-funcsigs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/kaste/mockito-python/archive/$pkgver.tar.gz";)
+sha512sums=('23988f4890a8e224f482d8b73a5dbe594931f14aa01337cac7f3a36d4d902d70a69fd21817a792aee53942043b8cdd409ce63fe9d46aa3c4761e1b8f28ca424c')
 
 prepare() {
-  cp -a mockito-python{,-py2}
+  cp -a mockito-python-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/mockito-python
+  cd "$srcdir"/mockito-python-$pkgver
   python setup.py build
 
-  cd "$srcdir"/mockito-python-py2
+  cd "$srcdir"/mockito-python-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/mockito-python
+  cd "$srcdir"/mockito-python-$pkgver
   py.test build/lib
 
-  cd "$srcdir"/mockito-python-py2
+  cd "$srcdir"/mockito-python-$pkgver-py2
   py.test2 build/lib
 }
 
@@ -39,7 +39,7 @@
 package_python-mockito() {
   depends=('python')
 
-  cd mockito-python
+  cd mockito-python-$pkgver
   python setup.py install --root="$pkgdir" -O1
 }
 
@@ -46,6 +46,6 @@
 package_python2-mockito() {
   depends=('python2-funcsigs')
 
-  cd mockito-python-py2
+  cd mockito-python-$pkgver-py2
   python2 setup.py install --root="$pkgdir" -O1
 }


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:45:12
  Author: felixonmars
Revision: 318744

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 318743, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 318743, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   82 +++
 sgml_fix.patch |   48 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:44:48 UTC (rev 318743)
+++ PKGBUILD2018-05-03 01:45:12 UTC (rev 318744)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.9.18
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table";
-license=('LGPL')
-makedepends=('docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz";
-sgml_fix.patch)
-sha512sums=('eef8719ea7091be07579d48e5668a0f8e57296dc06bf97834a991c2d00d712661089b78d7afc82c4e20c9c2d197842a3baebf5353530e44c592983562bb5b797'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 318743, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:45:12 UTC (rev 318744)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.9.19
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table";
+license=('LGPL')
+makedepends=('docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz";
+sgml_fix.patch)
+sha512sums=('311a3de2825834bfc4dd687c3a196b88825c1b2559881c0b686c298d19d0818067bdccb7d9dbe32622d36390566a7146cfa8a83ee702da4e25b6166586078b56'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2018-05-03 01:44:48 UTC (rev 318743)
+++ sgml_fix.patch  2018-05-03 01:45:12 UTC (rev 318744)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 318743, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2018-05-03 01:45:12 UTC (rev 318744)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@;

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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:44:48
  Author: felixonmars
Revision: 318743

upgpkg: ibus-table 1.9.19-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 01:44:34 UTC (rev 318742)
+++ PKGBUILD2018-05-03 01:44:48 UTC (rev 318743)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.9.18
+pkgver=1.9.19
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('python-pyenchant' 'ibus' 'aspell-en')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kaio/ibus-table/archive/$pkgver.tar.gz";
 sgml_fix.patch)
-sha512sums=('eef8719ea7091be07579d48e5668a0f8e57296dc06bf97834a991c2d00d712661089b78d7afc82c4e20c9c2d197842a3baebf5353530e44c592983562bb5b797'
+sha512sums=('311a3de2825834bfc4dd687c3a196b88825c1b2559881c0b686c298d19d0818067bdccb7d9dbe32622d36390566a7146cfa8a83ee702da4e25b6166586078b56'
 
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
 
 prepare() {


[arch-commits] Commit in libbson/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:44:34
  Author: felixonmars
Revision: 318742

archrelease: copy trunk to community-x86_64

Added:
  libbson/repos/community-x86_64/PKGBUILD
(from rev 318741, libbson/trunk/PKGBUILD)
Deleted:
  libbson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 01:44:10 UTC (rev 318741)
+++ PKGBUILD2018-05-03 01:44:34 UTC (rev 318742)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('0aa54b005f48b4a84f8a5718e70a2335c4c039961a3a7dc666af3e5ddef863b661eb2a2d0eb53c2be6da8cb21d699f5689f3193a1a06e2ae162970a9de38866f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 318741, 
libbson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 01:44:34 UTC (rev 318742)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('14bc75989baac550f42939ea161fa7872b950e5b669dc8f19e897f0783b04e0212e5e722b3fcdf946308b9a68bc066502ed8238dad92e342e5f49b8b2cc8f484')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-02 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 01:44:10
  Author: felixonmars
Revision: 318741

upgpkg: libbson 1.9.5-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:48:04 UTC (rev 318740)
+++ PKGBUILD2018-05-03 01:44:10 UTC (rev 318741)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('0aa54b005f48b4a84f8a5718e70a2335c4c039961a3a7dc666af3e5ddef863b661eb2a2d0eb53c2be6da8cb21d699f5689f3193a1a06e2ae162970a9de38866f')
+sha512sums=('14bc75989baac550f42939ea161fa7872b950e5b669dc8f19e897f0783b04e0212e5e722b3fcdf946308b9a68bc066502ed8238dad92e342e5f49b8b2cc8f484')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in ruby-gtk2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:48:04
  Author: anatolik
Revision: 318740

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 318739, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:47:27 UTC (rev 318739)
+++ PKGBUILD2018-05-03 00:48:04 UTC (rev 318740)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('e5d7b35799c5a335214fb587b4128840856e4fbb')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 318739, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:48:04 UTC (rev 318740)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('e89c658438b6847e90c0c383fff7894eb80ead6e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:47:27
  Author: anatolik
Revision: 318739

upgpkg: ruby-gtk2 3.2.5-1

upgpkg: ruby-gtk2 3.2.5-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:46:22 UTC (rev 318738)
+++ PKGBUILD2018-05-03 00:47:27 UTC (rev 318739)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('e5d7b35799c5a335214fb587b4128840856e4fbb')
+sha1sums=('e89c658438b6847e90c0c383fff7894eb80ead6e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-pango/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:46:22
  Author: anatolik
Revision: 318738

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 318737, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:45:26 UTC (rev 318737)
+++ PKGBUILD2018-05-03 00:46:22 UTC (rev 318738)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('478f2a4388aa3546676a773d17b8696baf9d97d7')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 318737, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:46:22 UTC (rev 318738)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('24de32e3e43503b8da9b05636106008479238d1f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:45:26
  Author: anatolik
Revision: 318737

upgpkg: ruby-pango 3.2.5-1

upgpkg: ruby-pango 3.2.5-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:44:55 UTC (rev 318736)
+++ PKGBUILD2018-05-03 00:45:26 UTC (rev 318737)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('478f2a4388aa3546676a773d17b8696baf9d97d7')
+sha1sums=('24de32e3e43503b8da9b05636106008479238d1f')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:44:55
  Author: anatolik
Revision: 318736

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 318735, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:44:24 UTC (rev 318735)
+++ PKGBUILD2018-05-03 00:44:55 UTC (rev 318736)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('4dd4686992352571193005971e319666384254f7')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 318735, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:44:55 UTC (rev 318736)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('819f08e59a9b2d44c1cc97fbdf062609abcd7362')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:44:24
  Author: anatolik
Revision: 318735

upgpkg: ruby-cairo-gobject 3.2.5-1

upgpkg: ruby-cairo-gobject 3.2.5-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:44:04 UTC (rev 318734)
+++ PKGBUILD2018-05-03 00:44:24 UTC (rev 318735)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('4dd4686992352571193005971e319666384254f7')
+sha1sums=('819f08e59a9b2d44c1cc97fbdf062609abcd7362')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gdk_pixbuf2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:44:04
  Author: anatolik
Revision: 318734

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 318733, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:43:32 UTC (rev 318733)
+++ PKGBUILD2018-05-03 00:44:04 UTC (rev 318734)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('7099f39b59023b76f8fe890fe2ba5cbd77b7397c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 318733, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:44:04 UTC (rev 318734)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('1499790fbe1002546742788b602ad1c66214d024')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-gio2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:43:14
  Author: anatolik
Revision: 318732

archrelease: copy trunk to community-x86_64

Added:
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 318731, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:42:41 UTC (rev 318731)
+++ PKGBUILD2018-05-03 00:43:14 UTC (rev 318732)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('e89206785eff4f885f7d8d67f44571dc2ea1e5ab')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 318731, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:43:14 UTC (rev 318732)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('8bbe54e5622c89ef0d8cdbd838618f962bd3')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:43:32
  Author: anatolik
Revision: 318733

upgpkg: ruby-gdk_pixbuf2 3.2.5-1

upgpkg: ruby-gdk_pixbuf2 3.2.5-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:43:14 UTC (rev 318732)
+++ PKGBUILD2018-05-03 00:43:32 UTC (rev 318733)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('7099f39b59023b76f8fe890fe2ba5cbd77b7397c')
+sha1sums=('1499790fbe1002546742788b602ad1c66214d024')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:42:41
  Author: anatolik
Revision: 318731

upgpkg: ruby-gio2 3.2.5-1

upgpkg: ruby-gio2 3.2.5-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:42:23 UTC (rev 318730)
+++ PKGBUILD2018-05-03 00:42:41 UTC (rev 318731)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('e89206785eff4f885f7d8d67f44571dc2ea1e5ab')
+sha1sums=('8bbe54e5622c89ef0d8cdbd838618f962bd3')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:42:23
  Author: anatolik
Revision: 318730

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 318729, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:41:50 UTC (rev 318729)
+++ PKGBUILD2018-05-03 00:42:23 UTC (rev 318730)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('2601b8bcc01fc229ed59a8fea3363b3b58e0e411')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
318729, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:42:23 UTC (rev 318730)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('117687a175e431b06c723aa6a55d23bc44afdf9f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:41:50
  Author: anatolik
Revision: 318729

upgpkg: ruby-gobject-introspection 3.2.5-1

upgpkg: ruby-gobject-introspection 3.2.5-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:41:18 UTC (rev 318728)
+++ PKGBUILD2018-05-03 00:41:50 UTC (rev 318729)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('2601b8bcc01fc229ed59a8fea3363b3b58e0e411')
+sha1sums=('117687a175e431b06c723aa6a55d23bc44afdf9f')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:40:45
  Author: anatolik
Revision: 318727

upgpkg: ruby-atk 3.2.5-1

upgpkg: ruby-atk 3.2.5-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 00:40:28 UTC (rev 318726)
+++ PKGBUILD2018-05-03 00:40:45 UTC (rev 318727)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('2f57fbd24b50966aef3e30e2240e1081d688e541')
+sha1sums=('541f914abad1e016c69d0a66aec613d8def6d960')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-atk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:41:18
  Author: anatolik
Revision: 318728

archrelease: copy trunk to community-x86_64

Added:
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 318727, ruby-atk/trunk/PKGBUILD)
Deleted:
  ruby-atk/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:40:45 UTC (rev 318727)
+++ PKGBUILD2018-05-03 00:41:18 UTC (rev 318728)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer ruby-rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('2f57fbd24b50966aef3e30e2240e1081d688e541')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 318727, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 00:41:18 UTC (rev 318728)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-native-package-installer ruby-rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('541f914abad1e016c69d0a66aec613d8def6d960')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-glib2/repos/community-x86_64 (4 files)

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:40:28
  Author: anatolik
Revision: 318726

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 318725, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 318725, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   76 +--
 PKGBUILD   |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  2018-05-03 00:39:58 UTC (rev 318725)
+++ 0001-glib2-support-GLib-2.44.patch  2018-05-03 00:40:28 UTC (rev 318726)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 318725, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2018-05-03 00:40:28 UTC (rev 318726)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 00:39:58 UTC (rev 318725)
+++ PKGBUILD2018-05-03 00:40:28 UTC (rev 318726)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('a1aa0ea0d88fe241825daee9f2a7e9a444cb60fe')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --no-document --ignore-dependencies --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 318725, 
ruby-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)

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

2018-05-02 Thread Anatol Pomozov via arch-commits
Date: Thursday, May 3, 2018 @ 00:39:58
  Author: anatolik
Revision: 318725

upgpkg: ruby-glib2 3.2.5-1

upgpkg: ruby-glib2 3.2.5-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-02 22:48:32 UTC (rev 318724)
+++ PKGBUILD2018-05-03 00:39:58 UTC (rev 318725)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('a1aa0ea0d88fe241825daee9f2a7e9a444cb60fe')
+sha1sums=('c48e4b6e17635a6b403e1b98565d6994d7bf69ac')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-05-02 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 2, 2018 @ 23:49:14
  Author: bisson
Revision: 32

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 323332, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 323332, gnupg/trunk/install)

--+
 PKGBUILD |   68 +
 install  |   41 
 2 files changed, 109 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 323332, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-02 23:49:14 UTC (rev 32)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.7
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('d95b361ee6ef7eff86af40c8c72bf9313736ac9f7010d6604d78bf83818e976e'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/install (from rev 323332, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2018-05-02 23:49:14 UTC (rev 32)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}


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

2018-05-02 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 2, 2018 @ 23:48:39
  Author: bisson
Revision: 323332

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-02 23:24:21 UTC (rev 323331)
+++ PKGBUILD2018-05-02 23:48:39 UTC (rev 323332)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -23,7 +23,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('e64d8c5fa2d05938a5080cb784a98ac21be0812f2a26f844b18f0d6a0e711984'
+sha256sums=('d95b361ee6ef7eff86af40c8c72bf9313736ac9f7010d6604d78bf83818e976e'
 'SKIP')
 
 install=install


[arch-commits] Commit in gcr/repos/extra-x86_64 (5 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 23:24:21
  Author: heftig
Revision: 323331

archrelease: copy trunk to extra-x86_64

Added:
  
gcr/repos/extra-x86_64/0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
(from rev 323330, 
gcr/trunk/0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch)
  gcr/repos/extra-x86_64/10-gcr.conf
(from rev 323330, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-x86_64/PKGBUILD
(from rev 323330, gcr/trunk/PKGBUILD)
Deleted:
  gcr/repos/extra-x86_64/10-gcr.conf
  gcr/repos/extra-x86_64/PKGBUILD

-+
 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch |  115 
 10-gcr.conf |6 
 PKGBUILD|  134 +-
 3 files changed, 185 insertions(+), 70 deletions(-)

Copied: 
gcr/repos/extra-x86_64/0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
 (from rev 323330, 
gcr/trunk/0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch)
===
--- 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch 
(rev 0)
+++ 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch 2018-05-02 
23:24:21 UTC (rev 323331)
@@ -0,0 +1,115 @@
+From 2c04198877dd8b25a787af6bd7928c6c7ddb86d2 Mon Sep 17 00:00:00 2001
+Message-Id: 
<2c04198877dd8b25a787af6bd7928c6c7ddb86d2.1524910574.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 28 Apr 2018 12:12:27 +0200
+Subject: [PATCH] Allow D-Bus to launch the prompter using systemd
+
+This applies only when a user bus is in use. It is a better fit for a
+system where the gpg-agent is also supervised and spawns pinentry-gnome3
+as a peer on the user bus.
+---
+ configure.ac| 11 +++
+ gcr/Makefile.am | 17 -
+ gcr/gcr-prompter.service.in |  7 +++
+ ...org.gnome.keyring.PrivatePrompter.service.in |  1 +
+ gcr/org.gnome.keyring.SystemPrompter.service.in |  1 +
+ 5 files changed, 32 insertions(+), 5 deletions(-)
+ create mode 100644 gcr/gcr-prompter.service.in
+
+diff --git a/configure.ac b/configure.ac
+index 06dfc0c..c8ace9b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -234,6 +234,17 @@ fi
+ 
+ AC_SUBST(DBUS_SERVICES_DIR)
+ 
++AC_ARG_WITH(user-services,
++[AC_HELP_STRING([--with-user-services=],
++[where systemd user services directory is])])
++if ! test -z "$with_user_services" ; then
++  USER_SERVICES_DIR="$with_user_services"
++else
++  USER_SERVICES_DIR="$libdir/systemd/user"
++fi
++
++AC_SUBST(USER_SERVICES_DIR)
++
+ # 
+ # Compilation and linking options
+ #
+diff --git a/gcr/Makefile.am b/gcr/Makefile.am
+index 692875b..15c1e8f 100644
+--- a/gcr/Makefile.am
 b/gcr/Makefile.am
+@@ -188,24 +188,31 @@ pkgconfig_DATA += \
+ gcr-base-$(GCR_MAJOR).pc: gcr/gcr-base.pc
+   $(AM_V_GEN) cp gcr/gcr-base.pc gcr-base-$(GCR_MAJOR).pc
+ 
+-service_in_files = \
++dbus_service_in_files = \
+   gcr/org.gnome.keyring.SystemPrompter.service.in \
+   gcr/org.gnome.keyring.PrivatePrompter.service.in
+-servicedir   = $(DBUS_SERVICES_DIR)
+-service_DATA = $(service_in_files:.service.in=.service)
++dbus_servicedir   = $(DBUS_SERVICES_DIR)
++dbus_service_DATA = $(dbus_service_in_files:.service.in=.service)
++
++user_service_in_files = \
++  gcr/gcr-prompter.service.in
++user_servicedir   = $(USER_SERVICES_DIR)
++user_service_DATA = $(user_service_in_files:.service.in=.service)
+ 
+ EXTRA_DIST += \
+   gcr/gcr-base.pc.in \
+   gcr/gcr-marshal.list \
+   gcr/gcr-oids.list \
+   gcr/gcr-mkoids \
+   $(DBUS_XML_DEFINITIONS) \
+   gcr/gcr-base.symbols \
+-  $(service_in_files) \
++  $(dbus_service_in_files) \
++  $(user_service_in_files) \
+   gcr/gcr-version.h.in
+ 
+ CLEANFILES += \
+-  $(service_DATA) \
++  $(dbus_service_DATA) \
++  $(user_service_DATA) \
+   gcr-base-actual.abi \
+   gcr-base-expected.abi \
+   Gcr-3.broken.gir
+diff --git a/gcr/gcr-prompter.service.in b/gcr/gcr-prompter.service.in
+new file mode 100644
+index 000..11b20d6
+--- /dev/null
 b/gcr/gcr-prompter.service.in
+@@ -0,0 +1,7 @@
++[Unit]
++Description=GNOME crypto prompt UI service
++
++[Service]
++ExecStart=@libexecdir@/gcr-prompter
++Type=dbus
++BusName=org.gnome.keyring.SystemPrompter
+diff --git a/gcr/org.gnome.keyring.PrivatePrompter.service.in 
b/gcr/org.gnome.keyring.PrivatePrompter.service.in
+index 542a376..a3aa8aa 100644
+--- a/gcr/org.gnome.keyring.PrivatePrompter.service.in
 b/gcr/org.gnome.keyring.PrivatePrompter.service.in
+@@ -1,3 +1,4 @@
+ [D-BUS Service]
+ Name=org.gnome.keyring.PrivatePrompter
+ Exec=@libexecdir@/gcr-prompter
++System

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

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 23:23:13
  Author: heftig
Revision: 323330

3.28.0-3

Added:
  gcr/trunk/0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
Modified:
  gcr/trunk/PKGBUILD

-+
 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch |  115 ++
 PKGBUILD|2 
 2 files changed, 116 insertions(+), 1 deletion(-)

Added: 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
===
--- 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch 
(rev 0)
+++ 0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch 2018-05-02 
23:23:13 UTC (rev 323330)
@@ -0,0 +1,115 @@
+From 2c04198877dd8b25a787af6bd7928c6c7ddb86d2 Mon Sep 17 00:00:00 2001
+Message-Id: 
<2c04198877dd8b25a787af6bd7928c6c7ddb86d2.1524910574.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 28 Apr 2018 12:12:27 +0200
+Subject: [PATCH] Allow D-Bus to launch the prompter using systemd
+
+This applies only when a user bus is in use. It is a better fit for a
+system where the gpg-agent is also supervised and spawns pinentry-gnome3
+as a peer on the user bus.
+---
+ configure.ac| 11 +++
+ gcr/Makefile.am | 17 -
+ gcr/gcr-prompter.service.in |  7 +++
+ ...org.gnome.keyring.PrivatePrompter.service.in |  1 +
+ gcr/org.gnome.keyring.SystemPrompter.service.in |  1 +
+ 5 files changed, 32 insertions(+), 5 deletions(-)
+ create mode 100644 gcr/gcr-prompter.service.in
+
+diff --git a/configure.ac b/configure.ac
+index 06dfc0c..c8ace9b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -234,6 +234,17 @@ fi
+ 
+ AC_SUBST(DBUS_SERVICES_DIR)
+ 
++AC_ARG_WITH(user-services,
++[AC_HELP_STRING([--with-user-services=],
++[where systemd user services directory is])])
++if ! test -z "$with_user_services" ; then
++  USER_SERVICES_DIR="$with_user_services"
++else
++  USER_SERVICES_DIR="$libdir/systemd/user"
++fi
++
++AC_SUBST(USER_SERVICES_DIR)
++
+ # 
+ # Compilation and linking options
+ #
+diff --git a/gcr/Makefile.am b/gcr/Makefile.am
+index 692875b..15c1e8f 100644
+--- a/gcr/Makefile.am
 b/gcr/Makefile.am
+@@ -188,24 +188,31 @@ pkgconfig_DATA += \
+ gcr-base-$(GCR_MAJOR).pc: gcr/gcr-base.pc
+   $(AM_V_GEN) cp gcr/gcr-base.pc gcr-base-$(GCR_MAJOR).pc
+ 
+-service_in_files = \
++dbus_service_in_files = \
+   gcr/org.gnome.keyring.SystemPrompter.service.in \
+   gcr/org.gnome.keyring.PrivatePrompter.service.in
+-servicedir   = $(DBUS_SERVICES_DIR)
+-service_DATA = $(service_in_files:.service.in=.service)
++dbus_servicedir   = $(DBUS_SERVICES_DIR)
++dbus_service_DATA = $(dbus_service_in_files:.service.in=.service)
++
++user_service_in_files = \
++  gcr/gcr-prompter.service.in
++user_servicedir   = $(USER_SERVICES_DIR)
++user_service_DATA = $(user_service_in_files:.service.in=.service)
+ 
+ EXTRA_DIST += \
+   gcr/gcr-base.pc.in \
+   gcr/gcr-marshal.list \
+   gcr/gcr-oids.list \
+   gcr/gcr-mkoids \
+   $(DBUS_XML_DEFINITIONS) \
+   gcr/gcr-base.symbols \
+-  $(service_in_files) \
++  $(dbus_service_in_files) \
++  $(user_service_in_files) \
+   gcr/gcr-version.h.in
+ 
+ CLEANFILES += \
+-  $(service_DATA) \
++  $(dbus_service_DATA) \
++  $(user_service_DATA) \
+   gcr-base-actual.abi \
+   gcr-base-expected.abi \
+   Gcr-3.broken.gir
+diff --git a/gcr/gcr-prompter.service.in b/gcr/gcr-prompter.service.in
+new file mode 100644
+index 000..11b20d6
+--- /dev/null
 b/gcr/gcr-prompter.service.in
+@@ -0,0 +1,7 @@
++[Unit]
++Description=GNOME crypto prompt UI service
++
++[Service]
++ExecStart=@libexecdir@/gcr-prompter
++Type=dbus
++BusName=org.gnome.keyring.SystemPrompter
+diff --git a/gcr/org.gnome.keyring.PrivatePrompter.service.in 
b/gcr/org.gnome.keyring.PrivatePrompter.service.in
+index 542a376..a3aa8aa 100644
+--- a/gcr/org.gnome.keyring.PrivatePrompter.service.in
 b/gcr/org.gnome.keyring.PrivatePrompter.service.in
+@@ -1,3 +1,4 @@
+ [D-BUS Service]
+ Name=org.gnome.keyring.PrivatePrompter
+ Exec=@libexecdir@/gcr-prompter
++SystemdService=gcr-prompter.service
+diff --git a/gcr/org.gnome.keyring.SystemPrompter.service.in 
b/gcr/org.gnome.keyring.SystemPrompter.service.in
+index 8d0063c..4add95a 100644
+--- a/gcr/org.gnome.keyring.SystemPrompter.service.in
 b/gcr/org.gnome.keyring.SystemPrompter.service.in
+@@ -1,3 +1,4 @@
+ [D-BUS Service]
+ Name=org.gnome.keyring.SystemPrompter
+ Exec=@libexecdir@/gcr-prompter
++SystemdService=gcr-prompter.service
+-- 
+2.17.0
+

Modified: PKGBUILD
===
--- PKGB

[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:47:39
  Author: heftig
Revision: 323325

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 323324, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 323324, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   71 
 kernel-4.11.patch |   38 +++
 2 files changed, 109 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 323324, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-02 22:47:39 UTC (rev 323325)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.16-ARCH
+pkgrel=33
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.16' 
'linux-headers<4.17')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 323324, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-05-02 22:47:39 UTC (rev 323325)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, &page, vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, &page, vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ return VM_FAULT_SIGBUS;


[arch-commits] Commit in nvidia/repos (3 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:47:18
  Author: heftig
Revision: 323324

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 323323, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 323323, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 323323, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-05-02 22:47:18 UTC (rev 323324)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.48
+_extramodules=extramodules-4.16-ARCH
+pkgrel=13
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.16' 'linux-headers<4.17')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+kernel-4.16.patch)
+sha256sums=('2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.16' 'linux<4.17' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 323323, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-05-02 22:47:18 UTC (rev 323324)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ 

[arch-commits] Commit in octave/repos (2 files)

2018-05-02 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 2, 2018 @ 22:47:12
  Author: arojas
Revision: 318717

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 318716, octave/trunk/PKGBUILD)

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

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 318716, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:47:12 UTC (rev 318717)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('6a167a4a6a2f6ae70511f13b14feea0ce3efcc964227c93f3195adb3a1f1f28dda56f86a2e1c7c5e9f54891d2846fb96972092387e3da41f2e04cb700606ffc2'
+'SKIP')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}


[arch-commits] Commit in acpi_call/repos (3 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:46:58
  Author: heftig
Revision: 318716

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 318715, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 318715, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 318715, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:46:58 UTC (rev 318716)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=127
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 318715, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-05-02 22:46:58 UTC (rev 318716)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:46:39
  Author: heftig
Revision: 318715

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 318713, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 318713, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 318713, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
318713, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-05-02 22:46:39 UTC (rev 
318715)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 318713, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:46:39 UTC (rev 318715)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=68
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 318713, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-05-02 22:46:39 UTC (rev 318715)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-05-02 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 2, 2018 @ 22:46:17
  Author: arojas
Revision: 318714

Update to 4.4.0, rebuild for GCC 8, add qrupdate support

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-02 22:45:07 UTC (rev 318713)
+++ PKGBUILD2018-05-02 22:46:17 UTC (rev 318714)
@@ -4,23 +4,24 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=4.2.2
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org";
 license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
-  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools' 'portaudio' 'jdk8-openjdk')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting'
 'portaudio: audio support'
-'java-runtime: java support')
+'java-runtime: java support'
+'fltk: FLTK GUI')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha512sums=('b94edd79adc0e19229bb654037910201b51b6cfa373d63de5e3aa69e9b659b2e2790e2d2b4b5e8d2f12b26846c20ba5c12eae657155c8329e85e970f738d08c2'
+sha512sums=('6a167a4a6a2f6ae70511f13b14feea0ce3efcc964227c93f3195adb3a1f1f28dda56f86a2e1c7c5e9f54891d2846fb96972092387e3da41f2e04cb700606ffc2'
 'SKIP')
 
 


[arch-commits] Commit in r8168/repos (3 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:45:07
  Author: heftig
Revision: 318713

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 318712, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 318712, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 318712, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:45:07 UTC (rev 318713)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=55
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 318712, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-05-02 22:45:07 UTC (rev 
318713)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = &tp->esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = &tp->link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ rtl8168_esd_timer(unsigned long __opaque)
+ {
+-  

[arch-commits] Commit in bbswitch/repos (2 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:44:47
  Author: heftig
Revision: 318712

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 318711, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 318711, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:44:47 UTC (rev 318712)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=133
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17')
+_extramodules=extramodules-4.16-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


[arch-commits] Commit in virtualbox-modules-arch/repos (2 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:44:28
  Author: heftig
Revision: 318711

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 318710, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 318710, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:44:28 UTC (rev 318711)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.10
+pkgrel=6
+_linux_major=4
+_linux_minor=16
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf-4.16/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tp_smapi/repos (2 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 22:44:00
  Author: heftig
Revision: 318710

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 318709, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 318709, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-02 22:44:00 UTC (rev 318710)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=21
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.16' 'linux<4.17')
+makedepends=('linux-headers>=4.16' 'linux-headers<4.17' 'git')
+_extradir=/usr/lib/modules/extramodules-4.16-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


  1   2   >