[arch-commits] Commit in commoncpp2/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 22:55:57 UTC 2016


    Date: Thursday, April 28, 2016 @ 00:55:57
  Author: spupykin
Revision: 172233

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

Added:
  commoncpp2/repos/community-i686/PKGBUILD
    (from rev 172232, commoncpp2/trunk/PKGBUILD)
  commoncpp2/repos/community-x86_64/PKGBUILD
    (from rev 172232, commoncpp2/trunk/PKGBUILD)
Deleted:
  commoncpp2/repos/community-i686/PKGBUILD
  commoncpp2/repos/community-i686/commoncpp2.install
  commoncpp2/repos/community-x86_64/PKGBUILD
  commoncpp2/repos/community-x86_64/commoncpp2.install

-------------------------------------+
 /PKGBUILD                           |   74 ++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   38 -----------------
 community-i686/commoncpp2.install   |   22 ----------
 community-x86_64/PKGBUILD           |   38 -----------------
 community-x86_64/commoncpp2.install |   22 ----------
 5 files changed, 74 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 22:55:42 UTC (rev 172232)
+++ community-i686/PKGBUILD	2016-04-27 22:55:57 UTC (rev 172233)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Franco Tortoriello <franco.tortoriello at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=commoncpp2
-pkgver=1.8.1
-pkgrel=5
-pkgdesc="GNU Common C++ 2"
-arch=('x86_64' 'i686')
-url='http://www.gnu.org/software/commoncpp/'
-license=('GPL' 'custom')
-depends=('gcc-libs' 'zlib' 'sh')
-options=('!makeflags')
-install=$pkgname.install
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
-sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING.addendum \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: commoncpp2/repos/community-i686/PKGBUILD (from rev 172232, commoncpp2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 22:55:57 UTC (rev 172233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Tortoriello <franco.tortoriello at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=commoncpp2
+pkgver=1.8.1
+pkgrel=7
+pkgdesc="GNU Common C++ 2"
+arch=('x86_64' 'i686')
+url='http://www.gnu.org/software/commoncpp/'
+license=('GPL' 'custom')
+depends=('gcc-libs' 'zlib' 'sh')
+options=('!makeflags')
+source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
+sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.addendum \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/commoncpp2.install
===================================================================
--- community-i686/commoncpp2.install	2016-04-27 22:55:42 UTC (rev 172232)
+++ community-i686/commoncpp2.install	2016-04-27 22:55:57 UTC (rev 172233)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(commoncpp2.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 22:55:42 UTC (rev 172232)
+++ community-x86_64/PKGBUILD	2016-04-27 22:55:57 UTC (rev 172233)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Franco Tortoriello <franco.tortoriello at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=commoncpp2
-pkgver=1.8.1
-pkgrel=5
-pkgdesc="GNU Common C++ 2"
-arch=('x86_64' 'i686')
-url='http://www.gnu.org/software/commoncpp/'
-license=('GPL' 'custom')
-depends=('gcc-libs' 'zlib' 'sh')
-options=('!makeflags')
-install=$pkgname.install
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
-sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING.addendum \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: commoncpp2/repos/community-x86_64/PKGBUILD (from rev 172232, commoncpp2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 22:55:57 UTC (rev 172233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Tortoriello <franco.tortoriello at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=commoncpp2
+pkgver=1.8.1
+pkgrel=7
+pkgdesc="GNU Common C++ 2"
+arch=('x86_64' 'i686')
+url='http://www.gnu.org/software/commoncpp/'
+license=('GPL' 'custom')
+depends=('gcc-libs' 'zlib' 'sh')
+options=('!makeflags')
+source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
+sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING.addendum \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/commoncpp2.install
===================================================================
--- community-x86_64/commoncpp2.install	2016-04-27 22:55:42 UTC (rev 172232)
+++ community-x86_64/commoncpp2.install	2016-04-27 22:55:57 UTC (rev 172233)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(commoncpp2.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list