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

2017-03-23 Thread Alexander Rødseth
Date: Thursday, March 23, 2017 @ 16:23:24
  Author: arodseth
Revision: 218540

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

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

-+
 /PKGBUILD   |   74 ++
 community-i686/PKGBUILD |   36 --
 community-i686/cdargs.install   |3 -
 community-x86_64/PKGBUILD   |   36 --
 community-x86_64/cdargs.install |3 -
 5 files changed, 74 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-23 16:23:10 UTC (rev 218539)
+++ community-i686/PKGBUILD 2017-03-23 16:23:24 UTC (rev 218540)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Damir Perisa 
-
-pkgname=cdargs
-pkgver=1.35
-pkgrel=6
-pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
-depends=('ncurses' 'gcc-libs')
-install=cdargs.install
-source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('50be618d67f0b9f2439526193c69c567')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-  
-  cd contrib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  # install helper scripts
-  cd contrib
-  make DESTDIR="${pkgdir}" install
-  
-  install -d "${pkgdir}/usr/share/cdargs"
-  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
-}

Copied: cdargs/repos/community-i686/PKGBUILD (from rev 218539, 
cdargs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-23 16:23:24 UTC (rev 218540)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=7
+pkgdesc="Replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.skamphausen.de/cgi-bin/ska/CDargs'
+depends=('ncurses' 'gcc-libs' 'bash')
+source=("http://www.skamphausen.de/downloads/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('2165AF40D64494895B947503B33F54780BA0A295') # Stefan Kamphausen
+md5sums=('50be618d67f0b9f2439526193c69c567'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  make -C contrib
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make -C contrib DESTDIR="$pkgdir" install
+  
+  install -d "$pkgdir/usr/share/cdargs"
+  install "contrib/$pkgname-"{tcsh.csh,bash.sh} "$pkgdir/usr/share/cdargs"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/cdargs.install
===
--- community-i686/cdargs.install   2017-03-23 16:23:10 UTC (rev 218539)
+++ community-i686/cdargs.install   2017-03-23 16:23:24 UTC (rev 218540)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "cdargs: helper scripts are in /usr/share/cdargs/"
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-23 16:23:10 UTC (rev 218539)
+++ community-x86_64/PKGBUILD   2017-03-23 16:23:24 UTC (rev 218540)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Damir Perisa 
-
-pkgname=cdargs
-pkgver=1.35
-pkgrel=6
-pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
-depends=('ncurses' 'gcc-libs')
-install=cdargs.install
-source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('50be618d67f0b9f2439526193c69c567')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-  
-  cd contrib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  # install helper scripts
-  cd contrib
-  make DESTDIR="${pkgdir}" install
-  
-  install -d "${pkgdir}/usr/share/cdargs"
-  install $pkgname-{tcsh.csh,bash.sh} 

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

2015-12-05 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 17:32:54
  Author: fyan
Revision: 148532

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

Added:
  cdargs/repos/community-staging-i686/
  cdargs/repos/community-staging-i686/PKGBUILD
(from rev 148530, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-i686/cdargs.install
(from rev 148530, cdargs/trunk/cdargs.install)
  cdargs/repos/community-staging-x86_64/
  cdargs/repos/community-staging-x86_64/PKGBUILD
(from rev 148530, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-x86_64/cdargs.install
(from rev 148530, cdargs/trunk/cdargs.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/cdargs.install   |3 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/cdargs.install |3 ++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-staging-i686/PKGBUILD (from rev 148530, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 16:32:54 UTC (rev 148532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=6
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-i686/cdargs.install (from rev 148530, 
cdargs/trunk/cdargs.install)
===
--- community-staging-i686/cdargs.install   (rev 0)
+++ community-staging-i686/cdargs.install   2015-12-05 16:32:54 UTC (rev 
148532)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}

Copied: cdargs/repos/community-staging-x86_64/PKGBUILD (from rev 148530, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 16:32:54 UTC (rev 148532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=6
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-x86_64/cdargs.install (from rev 148530, 
cdargs/trunk/cdargs.install)
===
--- community-staging-x86_64/cdargs.install (rev 0)
+++ community-staging-x86_64/cdargs.install 2015-12-05 16:32:54 UTC (rev 
148532)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}


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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:23:15
  Author: foutrelis
Revision: 139374

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

Added:
  cdargs/repos/community-staging-i686/
  cdargs/repos/community-staging-i686/PKGBUILD
(from rev 139373, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-i686/cdargs.install
(from rev 139373, cdargs/trunk/cdargs.install)
  cdargs/repos/community-staging-x86_64/
  cdargs/repos/community-staging-x86_64/PKGBUILD
(from rev 139373, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-staging-x86_64/cdargs.install
(from rev 139373, cdargs/trunk/cdargs.install)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/cdargs.install   |3 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/cdargs.install |3 ++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-staging-i686/PKGBUILD (from rev 139373, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:23:15 UTC (rev 139374)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=5
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-i686/cdargs.install (from rev 139373, 
cdargs/trunk/cdargs.install)
===
--- community-staging-i686/cdargs.install   (rev 0)
+++ community-staging-i686/cdargs.install   2015-09-06 21:23:15 UTC (rev 
139374)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}

Copied: cdargs/repos/community-staging-x86_64/PKGBUILD (from rev 139373, 
cdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 21:23:15 UTC (rev 139374)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Damir Perisa 
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=5
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-staging-x86_64/cdargs.install (from rev 139373, 
cdargs/trunk/cdargs.install)
===
--- community-staging-x86_64/cdargs.install (rev 0)
+++ community-staging-x86_64/cdargs.install 2015-09-06 21:23:15 UTC (rev 
139374)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}


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

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:11:01
  Author: pierre
Revision: 83130

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

Added:
  cdargs/repos/community-i686/
  cdargs/repos/community-i686/PKGBUILD
(from rev 83129, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-i686/cdargs.install
(from rev 83129, cdargs/trunk/cdargs.install)
  cdargs/repos/community-x86_64/
  cdargs/repos/community-x86_64/PKGBUILD
(from rev 83129, cdargs/trunk/PKGBUILD)
  cdargs/repos/community-x86_64/cdargs.install
(from rev 83129, cdargs/trunk/cdargs.install)

-+
 community-i686/PKGBUILD |   36 
 community-i686/cdargs.install   |3 +++
 community-x86_64/PKGBUILD   |   36 
 community-x86_64/cdargs.install |3 +++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-i686/PKGBUILD (from rev 83129, 
cdargs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc=A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=(http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/cdargs
+  install $pkgname-{tcsh.csh,bash.sh} ${pkgdir}/usr/share/cdargs
+}

Copied: cdargs/repos/community-i686/cdargs.install (from rev 83129, 
cdargs/trunk/cdargs.install)
===
--- community-i686/cdargs.install   (rev 0)
+++ community-i686/cdargs.install   2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo cdargs: helper scripts are in /usr/share/cdargs/
+}

Copied: cdargs/repos/community-x86_64/PKGBUILD (from rev 83129, 
cdargs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc=A replacement for 'cd' that includes bookmarks/browsing for faster 
navigation
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.skamphausen.de/cgi-bin/ska/CDargs;
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=(http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/cdargs
+  install $pkgname-{tcsh.csh,bash.sh} ${pkgdir}/usr/share/cdargs
+}

Copied: cdargs/repos/community-x86_64/cdargs.install (from rev 83129, 
cdargs/trunk/cdargs.install)
===
--- community-x86_64/cdargs.install (rev 0)
+++ community-x86_64/cdargs.install 2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo cdargs: helper scripts are in /usr/share/cdargs/
+}