[arch-commits] Commit in gnome-keyring/repos/gnome-unstable-x86_64 (4 files)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 20:02:44
  Author: heftig
Revision: 319080

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 319079, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 319079, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install

---+
 PKGBUILD  |  110 
 gnome-keyring.install |   14 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 20:02:08 UTC (rev 319079)
+++ PKGBUILD2018-03-14 20:02:44 UTC (rev 319080)
@@ -1,55 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 
-
-pkgname=gnome-keyring
-pkgver=3.27.92+1+g7120f44c
-pkgrel=1
-epoch=1
-pkgdesc="Stores passwords and encryption keys"
-url="https://wiki.gnome.org/Projects/GnomeKeyring;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gcr libcap-ng pam openssh)
-makedepends=(git docbook-xsl python)
-checkdepends=(python2)
-groups=(gnome)
-install=gnome-keyring.install
-_commit=7120f44ceedd5c10802781d64a5829b3c6d8e13f  # master
-source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i 's/MATE/MATE;Cinnamon/' daemon/*.desktop.in.in
-  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-pam-dir=/usr/lib/security \
---disable-static \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Secure memory tests fail
-  dbus-run-session make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319079, 
gnome-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 20:02:44 UTC (rev 319080)
@@ -0,0 +1,55 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+pkgver=3.28.0.1
+pkgrel=1
+epoch=1
+pkgdesc="Stores passwords and encryption keys"
+url="https://wiki.gnome.org/Projects/GnomeKeyring;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam openssh)
+makedepends=(git docbook-xsl python)
+checkdepends=(python2)
+groups=(gnome)
+install=gnome-keyring.install
+_commit=ff561a38675fdb07ec14512ed8d0aeaf39d4fa8a  # tags/3.28.0.1^0
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/MATE/MATE;Cinnamon/' daemon/*.desktop.in.in
+  sed -i '1s/python$/&2/' build/tap-{driver,gtester}
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-pam-dir=/usr/lib/security \
+--disable-static \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Secure memory tests fail
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-keyring.install
===
--- gnome-keyring.install   2018-03-14 20:02:08 UTC (rev 319079)
+++ gnome-keyring.install   2018-03-14 20:02:44 UTC (rev 319080)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from 
rev 319079, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-keyring.install   (rev 0)
+++ gnome-keyring.install   2018-03-14 20:02:44 UTC (rev 319080)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64 testing-x86_64)

2011-04-07 Thread Ionut Biru
Date: Thursday, April 7, 2011 @ 14:43:26
  Author: ibiru
Revision: 118615

db-move: moved gnome-keyring from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-keyring/repos/testing-x86_64/
Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 07:31:58
  Author: ibiru
Revision: 117588

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 07:32:10
  Author: ibiru
Revision: 117589

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 15:10:01
  Author: ibiru
Revision: 116122

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 15:10:16
  Author: ibiru
Revision: 116123

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 10:07:49
  Author: heftig
Revision: 113744

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-10 Thread Jan Steffens
Date: Thursday, March 10, 2011 @ 10:08:01
  Author: heftig
Revision: 113745

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-08 Thread Jan Steffens
Date: Tuesday, March 8, 2011 @ 05:58:04
  Author: heftig
Revision: 113243

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-03-08 Thread Jan Steffens
Date: Tuesday, March 8, 2011 @ 05:58:22
  Author: heftig
Revision: 113244

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2011-02-13 Thread Jan Steffens
Date: Sunday, February 13, 2011 @ 08:56:26
  Author: heftig
Revision: 109856

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64 testing-x86_64)

2010-09-30 Thread Jan de Groot
Date: Thursday, September 30, 2010 @ 09:43:40
  Author: jgc
Revision: 92641

db-move: moved gnome-keyring from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-keyring/repos/testing-x86_64/
Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-09-28 Thread Jan de Groot
Date: Tuesday, September 28, 2010 @ 02:54:37
  Author: jgc
Revision: 91807

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-09-28 Thread Jan de Groot
Date: Tuesday, September 28, 2010 @ 02:54:47
  Author: jgc
Revision: 91808

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 04:47:17
  Author: ibiru
Revision: 91863

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 04:47:34
  Author: ibiru
Revision: 91864

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 05:30:46
  Author: ibiru
Revision: 91460

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 17:23:21
  Author: ibiru
Revision: 74384

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 17:23:37
  Author: ibiru
Revision: 74385

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-keyring/repos (gnome-unstable-x86_64)

2010-03-11 Thread Ionut Biru
Date: Thursday, March 11, 2010 @ 18:40:23
  Author: ibiru
Revision: 71997

archrelease: remove gnome-unstable-x86_64

Deleted:
  gnome-keyring/repos/gnome-unstable-x86_64/