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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 21:23:06 UTC 2013


    Date: Wednesday, April 10, 2013 @ 23:23:06
  Author: heftig
Revision: 182594

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

Added:
  libgee/repos/testing-i686/PKGBUILD
    (from rev 182593, libgee/trunk/PKGBUILD)
  libgee/repos/testing-x86_64/PKGBUILD
    (from rev 182593, libgee/trunk/PKGBUILD)
Deleted:
  libgee/repos/testing-i686/PKGBUILD
  libgee/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-10 21:22:17 UTC (rev 182593)
+++ testing-i686/PKGBUILD	2013-04-10 21:23:06 UTC (rev 182594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/testing-i686/PKGBUILD (from rev 182593, libgee/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 21:23:06 UTC (rev 182594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f50c103107314daee6dc68054e359d5169a19c562902e323ba798b380a2a2c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-10 21:22:17 UTC (rev 182593)
+++ testing-x86_64/PKGBUILD	2013-04-10 21:23:06 UTC (rev 182594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libgee
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2)
-makedepends=(gobject-introspection vala)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # generates a bazillion traps - make sure systemd's core_pattern
-  # is deactivated, or you'll DoS the journal and the system
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgee/repos/testing-x86_64/PKGBUILD (from rev 182593, libgee/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 21:23:06 UTC (rev 182594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libgee
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="GObject collection library"
+url="http://live.gnome.org/Libgee"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala)
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f50c103107314daee6dc68054e359d5169a19c562902e323ba798b380a2a2c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list