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

Jelle van der Waa jelle at archlinux.org
Mon Jul 10 17:52:43 UTC 2017


    Date: Monday, July 10, 2017 @ 17:52:42
  Author: jelle
Revision: 243762

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

Added:
  libcrossguid/repos/community-i686/PKGBUILD
    (from rev 243761, libcrossguid/trunk/PKGBUILD)
  libcrossguid/repos/community-x86_64/PKGBUILD
    (from rev 243761, libcrossguid/trunk/PKGBUILD)
Deleted:
  libcrossguid/repos/community-i686/PKGBUILD
  libcrossguid/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 17:52:31 UTC (rev 243761)
+++ community-i686/PKGBUILD	2017-07-10 17:52:42 UTC (rev 243762)
@@ -1,41 +0,0 @@
-# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=libcrossguid
-_gitname=libcrossguid
-_commit=fef89a4
-pkgver=20160907.fef89a4
-pkgrel=1
-pkgdesc="Lightweight cross platform C++ GUID/UUID library"
-arch=('i686' 'x86_64')
-url="https://github.com/graeme-hill/crossguid"
-license=('MIT')
-makedepends=('git')
-provides=('libcrossguid')
-conflicts=('libcrossguid')
-source=("$_gitname::git+https://github.com/graeme-hill/crossguid.git#commit=$_commit")
-md5sums=('SKIP')
-
-build() {
-    cd libcrossguid
-
-    g++ -c guid.cpp -o guid.o $CXXFLAGS -std=c++11 -DGUID_LIBUUID
-    ar rvs libcrossguid.a guid.o
-
-    g++ -c test.cpp -o test.o $CXXFLAGS  -std=c++11
-    g++ -c testmain.cpp -o testmain.o $CXXFLAGS
-    g++ test.o guid.o testmain.o -o test $CXXFLAGS -luuid
-    chmod +x test
-}
-
-check(){
-    cd libcrossguid
-    ./test
-}
-
-package() {
-    cd libcrossguid
-    install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
-    install -D -m644 guid.h "${pkgdir}/usr/include/guid.h"
-    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: libcrossguid/repos/community-i686/PKGBUILD (from rev 243761, libcrossguid/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 17:52:42 UTC (rev 243762)
@@ -0,0 +1,41 @@
+# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libcrossguid
+_gitname=libcrossguid
+_commit=fef89a4
+pkgver=20160907.fef89a4
+pkgrel=2
+pkgdesc="Lightweight cross platform C++ GUID/UUID library"
+arch=('i686' 'x86_64')
+url="https://github.com/graeme-hill/crossguid"
+license=('MIT')
+makedepends=('git')
+provides=('libcrossguid')
+conflicts=('libcrossguid')
+source=("$_gitname::git+https://github.com/graeme-hill/crossguid.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+    cd libcrossguid
+
+    g++ -c guid.cpp -o guid.o $CXXFLAGS -std=c++11 -DGUID_LIBUUID
+    ar rvs libcrossguid.a guid.o
+
+    g++ -c test.cpp -o test.o $CXXFLAGS  -std=c++11
+    g++ -c testmain.cpp -o testmain.o $CXXFLAGS
+    g++ test.o guid.o testmain.o -o test $CXXFLAGS -luuid
+    chmod +x test
+}
+
+check(){
+    cd libcrossguid
+    ./test
+}
+
+package() {
+    cd libcrossguid
+    install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
+    install -D -m644 guid.h "${pkgdir}/usr/include/guid.h"
+    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 17:52:31 UTC (rev 243761)
+++ community-x86_64/PKGBUILD	2017-07-10 17:52:42 UTC (rev 243762)
@@ -1,41 +0,0 @@
-# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=libcrossguid
-_gitname=libcrossguid
-_commit=fef89a4
-pkgver=20160907.fef89a4
-pkgrel=1
-pkgdesc="Lightweight cross platform C++ GUID/UUID library"
-arch=('i686' 'x86_64')
-url="https://github.com/graeme-hill/crossguid"
-license=('MIT')
-makedepends=('git')
-provides=('libcrossguid')
-conflicts=('libcrossguid')
-source=("$_gitname::git+https://github.com/graeme-hill/crossguid.git#commit=$_commit")
-md5sums=('SKIP')
-
-build() {
-    cd libcrossguid
-
-    g++ -c guid.cpp -o guid.o $CXXFLAGS -std=c++11 -DGUID_LIBUUID
-    ar rvs libcrossguid.a guid.o
-
-    g++ -c test.cpp -o test.o $CXXFLAGS  -std=c++11
-    g++ -c testmain.cpp -o testmain.o $CXXFLAGS
-    g++ test.o guid.o testmain.o -o test $CXXFLAGS -luuid
-    chmod +x test
-}
-
-check(){
-    cd libcrossguid
-    ./test
-}
-
-package() {
-    cd libcrossguid
-    install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
-    install -D -m644 guid.h "${pkgdir}/usr/include/guid.h"
-    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: libcrossguid/repos/community-x86_64/PKGBUILD (from rev 243761, libcrossguid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 17:52:42 UTC (rev 243762)
@@ -0,0 +1,41 @@
+# Maintainer: BlackEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libcrossguid
+_gitname=libcrossguid
+_commit=fef89a4
+pkgver=20160907.fef89a4
+pkgrel=2
+pkgdesc="Lightweight cross platform C++ GUID/UUID library"
+arch=('i686' 'x86_64')
+url="https://github.com/graeme-hill/crossguid"
+license=('MIT')
+makedepends=('git')
+provides=('libcrossguid')
+conflicts=('libcrossguid')
+source=("$_gitname::git+https://github.com/graeme-hill/crossguid.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+    cd libcrossguid
+
+    g++ -c guid.cpp -o guid.o $CXXFLAGS -std=c++11 -DGUID_LIBUUID
+    ar rvs libcrossguid.a guid.o
+
+    g++ -c test.cpp -o test.o $CXXFLAGS  -std=c++11
+    g++ -c testmain.cpp -o testmain.o $CXXFLAGS
+    g++ test.o guid.o testmain.o -o test $CXXFLAGS -luuid
+    chmod +x test
+}
+
+check(){
+    cd libcrossguid
+    ./test
+}
+
+package() {
+    cd libcrossguid
+    install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
+    install -D -m644 guid.h "${pkgdir}/usr/include/guid.h"
+    install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list