Date: Friday, November 1, 2013 @ 21:22:25 Author: spupykin Revision: 100142
archrelease: copy trunk to community-x86_64, community-i686 Added: commoncpp2/repos/community-i686/PKGBUILD (from rev 100141, commoncpp2/trunk/PKGBUILD) commoncpp2/repos/community-i686/commoncpp2.install (from rev 100141, commoncpp2/trunk/commoncpp2.install) commoncpp2/repos/community-x86_64/PKGBUILD (from rev 100141, commoncpp2/trunk/PKGBUILD) commoncpp2/repos/community-x86_64/commoncpp2.install (from rev 100141, commoncpp2/trunk/commoncpp2.install) 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 | 76 ++++++++++++++++++++++++++++++++++ /commoncpp2.install | 44 +++++++++++++++++++ community-i686/PKGBUILD | 38 ----------------- community-i686/commoncpp2.install | 22 --------- community-x86_64/PKGBUILD | 38 ----------------- community-x86_64/commoncpp2.install | 22 --------- 6 files changed, 120 insertions(+), 120 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-11-01 20:22:10 UTC (rev 100141) +++ community-i686/PKGBUILD 2013-11-01 20:22:25 UTC (rev 100142) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Franco Tortoriello <franco.tortorie...@gmail.com> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Jeff Mickey <j...@archlinux.org> -# Contributor: John Proctor <jproc...@prium.net> -# Contributor: Alexander Rødseth <rods...@gmail.com> - -pkgname=commoncpp2 -pkgver=1.8.1 -pkgrel=3 -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 100141, commoncpp2/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-11-01 20:22:25 UTC (rev 100142) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Franco Tortoriello <franco.tortorie...@gmail.com> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Jeff Mickey <j...@archlinux.org> +# Contributor: John Proctor <jproc...@prium.net> +# Contributor: Alexander Rødseth <rods...@gmail.com> + +pkgname=commoncpp2 +pkgver=1.8.1 +pkgrel=4 +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: Deleted: community-i686/commoncpp2.install =================================================================== --- community-i686/commoncpp2.install 2013-11-01 20:22:10 UTC (rev 100141) +++ community-i686/commoncpp2.install 2013-11-01 20:22:25 UTC (rev 100142) @@ -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: Copied: commoncpp2/repos/community-i686/commoncpp2.install (from rev 100141, commoncpp2/trunk/commoncpp2.install) =================================================================== --- community-i686/commoncpp2.install (rev 0) +++ community-i686/commoncpp2.install 2013-11-01 20:22:25 UTC (rev 100142) @@ -0,0 +1,22 @@ +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 2013-11-01 20:22:10 UTC (rev 100141) +++ community-x86_64/PKGBUILD 2013-11-01 20:22:25 UTC (rev 100142) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Franco Tortoriello <franco.tortorie...@gmail.com> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Jeff Mickey <j...@archlinux.org> -# Contributor: John Proctor <jproc...@prium.net> -# Contributor: Alexander Rødseth <rods...@gmail.com> - -pkgname=commoncpp2 -pkgver=1.8.1 -pkgrel=3 -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 100141, commoncpp2/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-11-01 20:22:25 UTC (rev 100142) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Franco Tortoriello <franco.tortorie...@gmail.com> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Jeff Mickey <j...@archlinux.org> +# Contributor: John Proctor <jproc...@prium.net> +# Contributor: Alexander Rødseth <rods...@gmail.com> + +pkgname=commoncpp2 +pkgver=1.8.1 +pkgrel=4 +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: Deleted: community-x86_64/commoncpp2.install =================================================================== --- community-x86_64/commoncpp2.install 2013-11-01 20:22:10 UTC (rev 100141) +++ community-x86_64/commoncpp2.install 2013-11-01 20:22:25 UTC (rev 100142) @@ -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: Copied: commoncpp2/repos/community-x86_64/commoncpp2.install (from rev 100141, commoncpp2/trunk/commoncpp2.install) =================================================================== --- community-x86_64/commoncpp2.install (rev 0) +++ community-x86_64/commoncpp2.install 2013-11-01 20:22:25 UTC (rev 100142) @@ -0,0 +1,22 @@ +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: