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

Alexander Rødseth arodseth at archlinux.org
Sat Apr 30 12:18:31 UTC 2016


    Date: Saturday, April 30, 2016 @ 14:18:31
  Author: arodseth
Revision: 173134

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-30 12:18:17 UTC (rev 173133)
+++ community-i686/PKGBUILD	2016-04-30 12:18:31 UTC (rev 173134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=ccgo
-pkgver=0.3.6.5
-pkgrel=1
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz")
-sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 173133, ccgo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-30 12:18:31 UTC (rev 173134)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=2
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz")
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-30 12:18:17 UTC (rev 173133)
+++ community-x86_64/PKGBUILD	2016-04-30 12:18:31 UTC (rev 173134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=ccgo
-pkgver=0.3.6.5
-pkgrel=1
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz")
-sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 173133, ccgo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-30 12:18:31 UTC (rev 173134)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Guillem Rieu <guillemr at gmx.net>
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=2
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz")
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list