Date: Monday, November 7, 2016 @ 17:28:57
  Author: foutrelis
Revision: 194929

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

Added:
  clewn/repos/community-staging-i686/
  clewn/repos/community-staging-i686/ChangeLog
    (from rev 194928, clewn/trunk/ChangeLog)
  clewn/repos/community-staging-i686/PKGBUILD
    (from rev 194928, clewn/trunk/PKGBUILD)
  clewn/repos/community-staging-x86_64/
  clewn/repos/community-staging-x86_64/ChangeLog
    (from rev 194928, clewn/trunk/ChangeLog)
  clewn/repos/community-staging-x86_64/PKGBUILD
    (from rev 194928, clewn/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |    5 +++++
 community-staging-i686/PKGBUILD    |   26 ++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |    5 +++++
 community-staging-x86_64/PKGBUILD  |   26 ++++++++++++++++++++++++++
 4 files changed, 62 insertions(+)

Copied: clewn/repos/community-staging-i686/ChangeLog (from rev 194928, 
clewn/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog                            (rev 0)
+++ community-staging-i686/ChangeLog    2016-11-07 17:28:57 UTC (rev 194929)
@@ -0,0 +1,5 @@
+
+2008-07-06  Douglas Soares de Andrade  <[email protected]>
+
+       * Updating for x86_64 - 1.13
+

Copied: clewn/repos/community-staging-i686/PKGBUILD (from rev 194928, 
clewn/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-11-07 17:28:57 UTC (rev 194929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: tardo <[email protected]>
+
+pkgname=clewn
+pkgver=1.15
+pkgrel=8
+pkgdesc="gdb support for vim"
+arch=('i686' 'x86_64')
+url="http://clewn.sourceforge.net";
+license=('GPL')
+depends=("gvim" "gdb")
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('dcfa989e6250109a7f0f99dc2d6db3e6')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  vimdir=/usr/share/vim/vimfiles ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/vim/vimfiles/doc/tags
+}

Copied: clewn/repos/community-staging-x86_64/ChangeLog (from rev 194928, 
clewn/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog                          (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-07 17:28:57 UTC (rev 194929)
@@ -0,0 +1,5 @@
+
+2008-07-06  Douglas Soares de Andrade  <[email protected]>
+
+       * Updating for x86_64 - 1.13
+

Copied: clewn/repos/community-staging-x86_64/PKGBUILD (from rev 194928, 
clewn/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 17:28:57 UTC (rev 194929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: tardo <[email protected]>
+
+pkgname=clewn
+pkgver=1.15
+pkgrel=8
+pkgdesc="gdb support for vim"
+arch=('i686' 'x86_64')
+url="http://clewn.sourceforge.net";
+license=('GPL')
+depends=("gvim" "gdb")
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('dcfa989e6250109a7f0f99dc2d6db3e6')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  vimdir=/usr/share/vim/vimfiles ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/vim/vimfiles/doc/tags
+}

Reply via email to