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

Alexander Rødseth arodseth at archlinux.org
Sun Dec 20 16:19:57 UTC 2015


    Date: Sunday, December 20, 2015 @ 17:19:57
  Author: arodseth
Revision: 153781

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-20 16:19:45 UTC (rev 153780)
+++ community-i686/PKGBUILD	2015-12-20 16:19:57 UTC (rev 153781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=ccgo
-pkgver=0.3.6.4
-pkgrel=4
-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=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 153780, ccgo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-20 16:19:57 UTC (rev 153781)
@@ -0,0 +1,36 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-20 16:19:45 UTC (rev 153780)
+++ community-x86_64/PKGBUILD	2015-12-20 16:19:57 UTC (rev 153781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Guillem Rieu <guillemr at gmx.net>
-
-pkgname=ccgo
-pkgver=0.3.6.4
-pkgrel=4
-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=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 153780, ccgo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-20 16:19:57 UTC (rev 153781)
@@ -0,0 +1,36 @@
+# $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:



More information about the arch-commits mailing list