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

Jan Steffens heftig at nymeria.archlinux.org
Wed Mar 5 10:10:15 UTC 2014


    Date: Wednesday, March 5, 2014 @ 11:10:15
  Author: heftig
Revision: 106513

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

Added:
  libgit2-glib/repos/community-i686/PKGBUILD
    (from rev 106512, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/community-x86_64/PKGBUILD
    (from rev 106512, libgit2-glib/trunk/PKGBUILD)
Deleted:
  libgit2-glib/repos/community-i686/PKGBUILD
  libgit2-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-05 10:09:37 UTC (rev 106512)
+++ community-i686/PKGBUILD	2014-03-05 10:10:15 UTC (rev 106513)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgit2-glib
-pkgver=0.0.10
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib"
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d9dc3c2ca7fab21aa005100b102e085f4d864e507c424d46de451e9d40bfeff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/community-i686/PKGBUILD (from rev 106512, libgit2-glib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-05 10:10:15 UTC (rev 106513)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('193125b314f588894b769058be28101fb0b2bec345520ca6398ee4e8b7319762')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-05 10:09:37 UTC (rev 106512)
+++ community-x86_64/PKGBUILD	2014-03-05 10:10:15 UTC (rev 106513)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libgit2-glib
-pkgver=0.0.10
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib"
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2)
-makedepends=(gobject-introspection)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d9dc3c2ca7fab21aa005100b102e085f4d864e507c424d46de451e9d40bfeff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2-glib/repos/community-x86_64/PKGBUILD (from rev 106512, libgit2-glib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-05 10:10:15 UTC (rev 106513)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libgit2-glib
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="GLib wrapper for libgit2"
+url="http://wiki.gnome.org/Projects/Libgit2-glib"
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('193125b314f588894b769058be28101fb0b2bec345520ca6398ee4e8b7319762')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list