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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 18:44:14 UTC 2015


    Date: Sunday, September 6, 2015 @ 20:44:14
  Author: foutrelis
Revision: 139318

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

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

------------------------------------+
 community-staging-i686/ChangeLog   |   11 +++++++++++
 community-staging-i686/PKGBUILD    |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |   11 +++++++++++
 community-staging-x86_64/PKGBUILD  |   28 ++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)

Copied: rlwrap/repos/community-staging-i686/ChangeLog (from rev 139317, rlwrap/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-09-06 18:44:14 UTC (rev 139318)
@@ -0,0 +1,11 @@
+2014-11-17 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.42
+2014-07-11 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.41
+2014-05-10 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.40
+2008-03-21 partition <heniekk at gmail.com>
+* Updated to 0.30
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: rlwrap/repos/community-staging-i686/PKGBUILD (from rev 139317, rlwrap/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 18:44:14 UTC (rev 139318)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: wizzomafizzo <wizzomafizzo at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Benjamin Andresen <benny AT klapmuetz DOT org>
+# Contributor: Douglas Thrift <douglas at douglasthrift.net>
+
+pkgname=rlwrap
+pkgver=0.42
+pkgrel=2
+pkgdesc="Adds readline-style editing and history to programs."
+arch=('i686' 'x86_64')
+url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
+license=('GPL')
+depends=('perl')
+source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1e04a9dcc0672b02806cc63a0338176a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: rlwrap/repos/community-staging-x86_64/ChangeLog (from rev 139317, rlwrap/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-09-06 18:44:14 UTC (rev 139318)
@@ -0,0 +1,11 @@
+2014-11-17 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.42
+2014-07-11 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.41
+2014-05-10 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.40
+2008-03-21 partition <heniekk at gmail.com>
+* Updated to 0.30
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Copied: rlwrap/repos/community-staging-x86_64/PKGBUILD (from rev 139317, rlwrap/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 18:44:14 UTC (rev 139318)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: wizzomafizzo <wizzomafizzo at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Benjamin Andresen <benny AT klapmuetz DOT org>
+# Contributor: Douglas Thrift <douglas at douglasthrift.net>
+
+pkgname=rlwrap
+pkgver=0.42
+pkgrel=2
+pkgdesc="Adds readline-style editing and history to programs."
+arch=('i686' 'x86_64')
+url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
+license=('GPL')
+depends=('perl')
+source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1e04a9dcc0672b02806cc63a0338176a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list