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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Jan 25 03:41:30 UTC 2013


    Date: Friday, January 25, 2013 @ 04:41:30
  Author: svenstaro
Revision: 82853

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

Added:
  yaml-cpp/repos/community-i686/PKGBUILD
    (from rev 82852, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/PKGBUILD
    (from rev 82852, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   51 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   51 ++++++++++++++++++++++----------------------
 2 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-25 03:41:20 UTC (rev 82852)
+++ community-i686/PKGBUILD	2013-01-25 03:41:30 UTC (rev 82853)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Markus Martin <markus at archwyrm.net>
-pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/"
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-    cd $srcdir/$pkgname
-
-    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-    make
-}
-
-package() {
-    cd $srcdir/$pkgname
-
-    make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-i686/PKGBUILD (from rev 82852, yaml-cpp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-25 03:41:30 UTC (rev 82853)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Markus Martin <markus at archwyrm.net>
+pkgname=yaml-cpp
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/"
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c6d96190434d5959d814c603f98512c6')
+
+build() {
+    cd $srcdir/$pkgname-$pkgver
+
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-$pkgver
+
+    make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-25 03:41:20 UTC (rev 82852)
+++ community-x86_64/PKGBUILD	2013-01-25 03:41:30 UTC (rev 82853)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Markus Martin <markus at archwyrm.net>
-pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/"
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-    cd $srcdir/$pkgname
-
-    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-    make
-}
-
-package() {
-    cd $srcdir/$pkgname
-
-    make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 82852, yaml-cpp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-25 03:41:30 UTC (rev 82853)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Markus Martin <markus at archwyrm.net>
+pkgname=yaml-cpp
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/"
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c6d96190434d5959d814c603f98512c6')
+
+build() {
+    cd $srcdir/$pkgname-$pkgver
+
+    cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+    make
+}
+
+package() {
+    cd $srcdir/$pkgname-$pkgver
+
+    make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list