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

Jan Steffens heftig at archlinux.org
Sun Jun 26 13:49:56 UTC 2016


    Date: Sunday, June 26, 2016 @ 13:49:56
  Author: heftig
Revision: 270669

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

Added:
  ostree/repos/extra-i686/PKGBUILD
    (from rev 270668, ostree/trunk/PKGBUILD)
  ostree/repos/extra-x86_64/PKGBUILD
    (from rev 270668, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-i686/PKGBUILD
  ostree/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  130 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   65 ------------------------
 extra-x86_64/PKGBUILD |   65 ------------------------
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-26 13:49:18 UTC (rev 270668)
+++ extra-i686/PKGBUILD	2016-06-26 13:49:56 UTC (rev 270669)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=ostree
-pkgver=2016.5
-pkgrel=4
-pkgdesc="Git for operating system binaries"
-url="https://ostree.readthedocs.org/en/latest/"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 libgsystem xz zlib libsoup gpgme libarchive fuse util-linux 
-         mkinitcpio)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
-             python2)
-checkdepends=(parallel syslinux gjs)
-source=("git+https://git.gnome.org/browse/ostree#tag=v$pkgver"
-        "git+https://git.gnome.org/browse/libglnx"
-        "git+https://github.com/mendsley/bsdiff")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib \
-    --with-mkinitcpio \
-    --with-builtin-grub2-mkconfig \
-    --disable-static \
-    --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # GPG is broken in build chroots ATM
-  #make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 270668, ostree/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-26 13:49:56 UTC (rev 270669)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=ostree
+pkgver=2016.6
+pkgrel=1
+pkgdesc="Git for operating system binaries"
+url="https://ostree.readthedocs.org/en/latest/"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 libgsystem xz zlib libsoup gpgme libarchive fuse util-linux 
+         mkinitcpio)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+             python2)
+checkdepends=(parallel syslinux gjs)
+source=("git+https://github.com/ostreedev/ostree#tag=v$pkgver"
+        "git+https://git.gnome.org/browse/libglnx"
+        "git+https://github.com/mendsley/bsdiff")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib \
+    --with-mkinitcpio \
+    --with-builtin-grub2-mkconfig \
+    --disable-static \
+    --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # GPG is broken in build chroots ATM
+  #make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-06-26 13:49:18 UTC (rev 270668)
+++ extra-x86_64/PKGBUILD	2016-06-26 13:49:56 UTC (rev 270669)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Mirco Tischler <mt-ml at gmx dot de>
-
-pkgname=ostree
-pkgver=2016.5
-pkgrel=4
-pkgdesc="Git for operating system binaries"
-url="https://ostree.readthedocs.org/en/latest/"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 libgsystem xz zlib libsoup gpgme libarchive fuse util-linux 
-         mkinitcpio)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
-             python2)
-checkdepends=(parallel syslinux gjs)
-source=("git+https://git.gnome.org/browse/ostree#tag=v$pkgver"
-        "git+https://git.gnome.org/browse/libglnx"
-        "git+https://github.com/mendsley/bsdiff")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib \
-    --with-mkinitcpio \
-    --with-builtin-grub2-mkconfig \
-    --disable-static \
-    --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # GPG is broken in build chroots ATM
-  #make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 270668, ostree/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-26 13:49:56 UTC (rev 270669)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Mirco Tischler <mt-ml at gmx dot de>
+
+pkgname=ostree
+pkgver=2016.6
+pkgrel=1
+pkgdesc="Git for operating system binaries"
+url="https://ostree.readthedocs.org/en/latest/"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 libgsystem xz zlib libsoup gpgme libarchive fuse util-linux 
+         mkinitcpio)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+             python2)
+checkdepends=(parallel syslinux gjs)
+source=("git+https://github.com/ostreedev/ostree#tag=v$pkgver"
+        "git+https://git.gnome.org/browse/libglnx"
+        "git+https://github.com/mendsley/bsdiff")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib \
+    --with-mkinitcpio \
+    --with-builtin-grub2-mkconfig \
+    --disable-static \
+    --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # GPG is broken in build chroots ATM
+  #make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list