Date: Monday, April 22, 2013 @ 00:10:11
  Author: heftig
Revision: 183392

db-move: moved gnome-online-accounts from [testing] to [extra] (i686, x86_64)

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
    (from rev 183326, gnome-online-accounts/repos/testing-i686/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
    (from rev 183326, 
gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
    (from rev 183326, gnome-online-accounts/repos/testing-x86_64/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
    (from rev 183326, 
gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
  gnome-online-accounts/repos/testing-i686/
  gnome-online-accounts/repos/testing-x86_64/

--------------------------------------------+
 /PKGBUILD                                  |   58 +++++++++++++++++++++++++++
 /gnome-online-accounts.install             |   22 ++++++++++
 extra-i686/PKGBUILD                        |   29 -------------
 extra-i686/gnome-online-accounts.install   |   11 -----
 extra-x86_64/PKGBUILD                      |   29 -------------
 extra-x86_64/gnome-online-accounts.install |   11 -----
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-04-21 22:10:10 UTC (rev 183391)
+++ extra-i686/PKGBUILD 2013-04-21 22:10:11 UTC (rev 183392)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ib...@archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('55d207d2dc5428f41b0a504aa3edd996a6167a5625d9e11d678f33f282935fa7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 183326, 
gnome-online-accounts/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-04-21 22:10:11 UTC (rev 183392)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26c334000ae74832042142a150e7d0c4b5ced4dc24bdb247f75cbb9e3d2e7261')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===================================================================
--- extra-i686/gnome-online-accounts.install    2013-04-21 22:10:10 UTC (rev 
183391)
+++ extra-i686/gnome-online-accounts.install    2013-04-21 22:10:11 UTC (rev 
183392)
@@ -1,11 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 183326, 
gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install)
===================================================================
--- extra-i686/gnome-online-accounts.install                            (rev 0)
+++ extra-i686/gnome-online-accounts.install    2013-04-21 22:10:11 UTC (rev 
183392)
@@ -0,0 +1,11 @@
+post_install () {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2013-04-21 22:10:10 UTC (rev 183391)
+++ extra-x86_64/PKGBUILD       2013-04-21 22:10:11 UTC (rev 183392)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ib...@archlinux.org>
-
-pkgname=gnome-online-accounts
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('55d207d2dc5428f41b0a504aa3edd996a6167a5625d9e11d678f33f282935fa7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 183326, 
gnome-online-accounts/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-04-21 22:10:11 UTC (rev 183392)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+
+pkgname=gnome-online-accounts
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26c334000ae74832042142a150e7d0c4b5ced4dc24bdb247f75cbb9e3d2e7261')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/gnome-online-accounts.install
===================================================================
--- extra-x86_64/gnome-online-accounts.install  2013-04-21 22:10:10 UTC (rev 
183391)
+++ extra-x86_64/gnome-online-accounts.install  2013-04-21 22:10:11 UTC (rev 
183392)
@@ -1,11 +0,0 @@
-post_install () {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install 
(from rev 183326, 
gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install)
===================================================================
--- extra-x86_64/gnome-online-accounts.install                          (rev 0)
+++ extra-x86_64/gnome-online-accounts.install  2013-04-21 22:10:11 UTC (rev 
183392)
@@ -0,0 +1,11 @@
+post_install () {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to