[arch-commits] Commit in readline/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 6 13:52:25 UTC 2016


    Date: Sunday, November 6, 2016 @ 13:52:24
  Author: bpiotrowski
Revision: 279913

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

Added:
  readline/repos/core-i686/PKGBUILD
    (from rev 279912, readline/trunk/PKGBUILD)
  readline/repos/core-i686/inputrc
    (from rev 279912, readline/trunk/inputrc)
  readline/repos/core-x86_64/PKGBUILD
    (from rev 279912, readline/trunk/PKGBUILD)
  readline/repos/core-x86_64/inputrc
    (from rev 279912, readline/trunk/inputrc)
Deleted:
  readline/repos/core-i686/PKGBUILD
  readline/repos/core-i686/inputrc
  readline/repos/core-x86_64/PKGBUILD
  readline/repos/core-x86_64/inputrc

----------------------+
 /PKGBUILD            |  144 +++++++++++++++++++++++++++++++++++++++++++++++++
 /inputrc             |   72 ++++++++++++++++++++++++
 core-i686/PKGBUILD   |   72 ------------------------
 core-i686/inputrc    |   36 ------------
 core-x86_64/PKGBUILD |   72 ------------------------
 core-x86_64/inputrc  |   36 ------------
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2016-11-06 13:52:06 UTC (rev 279912)
+++ core-i686/PKGBUILD	2016-11-06 13:52:24 UTC (rev 279913)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=readline
-_basever=6.3
-_patchlevel=008
-pkgver=$_basever.$_patchlevel
-pkgrel=4
-pkgdesc='GNU readline library'
-arch=('i686' 'x86_64')
-url='http://tiswww.case.edu/php/chet/readline/rltop.html'
-license=('GPL')
-depends=('glibc' 'ncurses' 'libncursesw.so')
-backup=('etc/inputrc')
-options=('!emptydirs')
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-        inputrc)
-validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
-
-if [ $_patchlevel -gt 0 ]; then
-    for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-        source=(${source[@]} http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf "%03d" $_p){,.sig})
-    done
-fi
-
-prepare() {
-  cd $pkgname-$_basever
-  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-    msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
-    patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
-  done
-
-  # remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-}
-
-build() {
-  cd $pkgname-$_basever
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
-  install -Dm644 inputrc "$pkgdir"/etc/inputrc
-}
-
-md5sums=('33c8fb279e981274f485fd91da77e94a'
-         'SKIP'
-         '58d54966c1191db45973cb3191ac621a'
-         '4343f5ea9b0f42447f102fb61576b398'
-         'SKIP'
-         '700295212f7e2978577feaee584afddb'
-         'SKIP'
-         'af4963862f5156fbf9111c2c6fa86ed7'
-         'SKIP'
-         '11f9def89803a5052db3ba72394ce14f'
-         'SKIP'
-         '93721c31cd225393f80cb3aadb165544'
-         'SKIP'
-         '71dc6ecce66d1489b96595f55d142a52'
-         'SKIP'
-         '062a08ed60679d3c4878710b3d595b65'
-         'SKIP'
-         'ee1c04072154826870848d8b218d7b04'
-         'SKIP')

Copied: readline/repos/core-i686/PKGBUILD (from rev 279912, readline/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-11-06 13:52:24 UTC (rev 279913)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+backup=('etc/inputrc')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+        inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+    for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+        source=(${source[@]} https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf "%03d" $_p){,.sig})
+    done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+    msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+    patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+         'SKIP'
+         '58d54966c1191db45973cb3191ac621a'
+         '4343f5ea9b0f42447f102fb61576b398'
+         'SKIP'
+         '700295212f7e2978577feaee584afddb'
+         'SKIP'
+         'af4963862f5156fbf9111c2c6fa86ed7'
+         'SKIP'
+         '11f9def89803a5052db3ba72394ce14f'
+         'SKIP'
+         '93721c31cd225393f80cb3aadb165544'
+         'SKIP'
+         '71dc6ecce66d1489b96595f55d142a52'
+         'SKIP'
+         '062a08ed60679d3c4878710b3d595b65'
+         'SKIP'
+         'ee1c04072154826870848d8b218d7b04'
+         'SKIP')

Deleted: core-i686/inputrc
===================================================================
--- core-i686/inputrc	2016-11-06 13:52:06 UTC (rev 279912)
+++ core-i686/inputrc	2016-11-06 13:52:24 UTC (rev 279913)
@@ -1,36 +0,0 @@
-# do not bell on tab-completion
-#set bell-style none
-
-set meta-flag on
-set input-meta on
-set convert-meta off
-set output-meta on
-
-$if mode=emacs
-
-# for linux console and RH/Debian xterm
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
-"\e[7~": beginning-of-line
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-"\e[5C": forward-word
-"\e[5D": backward-word
-"\e\e[C": forward-word
-"\e\e[D": backward-word
-"\e[1;5C": forward-word
-"\e[1;5D": backward-word
-
-# for rxvt
-"\e[8~": end-of-line
-
-# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
-"\eOH": beginning-of-line
-"\eOF": end-of-line
-
-# for freebsd console
-"\e[H": beginning-of-line
-"\e[F": end-of-line
-$endif

Copied: readline/repos/core-i686/inputrc (from rev 279912, readline/trunk/inputrc)
===================================================================
--- core-i686/inputrc	                        (rev 0)
+++ core-i686/inputrc	2016-11-06 13:52:24 UTC (rev 279913)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2016-11-06 13:52:06 UTC (rev 279912)
+++ core-x86_64/PKGBUILD	2016-11-06 13:52:24 UTC (rev 279913)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=readline
-_basever=6.3
-_patchlevel=008
-pkgver=$_basever.$_patchlevel
-pkgrel=4
-pkgdesc='GNU readline library'
-arch=('i686' 'x86_64')
-url='http://tiswww.case.edu/php/chet/readline/rltop.html'
-license=('GPL')
-depends=('glibc' 'ncurses' 'libncursesw.so')
-backup=('etc/inputrc')
-options=('!emptydirs')
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-        inputrc)
-validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
-
-if [ $_patchlevel -gt 0 ]; then
-    for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-        source=(${source[@]} http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf "%03d" $_p){,.sig})
-    done
-fi
-
-prepare() {
-  cd $pkgname-$_basever
-  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-    msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
-    patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
-  done
-
-  # remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-}
-
-build() {
-  cd $pkgname-$_basever
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
-  install -Dm644 inputrc "$pkgdir"/etc/inputrc
-}
-
-md5sums=('33c8fb279e981274f485fd91da77e94a'
-         'SKIP'
-         '58d54966c1191db45973cb3191ac621a'
-         '4343f5ea9b0f42447f102fb61576b398'
-         'SKIP'
-         '700295212f7e2978577feaee584afddb'
-         'SKIP'
-         'af4963862f5156fbf9111c2c6fa86ed7'
-         'SKIP'
-         '11f9def89803a5052db3ba72394ce14f'
-         'SKIP'
-         '93721c31cd225393f80cb3aadb165544'
-         'SKIP'
-         '71dc6ecce66d1489b96595f55d142a52'
-         'SKIP'
-         '062a08ed60679d3c4878710b3d595b65'
-         'SKIP'
-         'ee1c04072154826870848d8b218d7b04'
-         'SKIP')

Copied: readline/repos/core-x86_64/PKGBUILD (from rev 279912, readline/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-11-06 13:52:24 UTC (rev 279913)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+backup=('etc/inputrc')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+        inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+    for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+        source=(${source[@]} https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf "%03d" $_p){,.sig})
+    done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+    msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+    patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+         'SKIP'
+         '58d54966c1191db45973cb3191ac621a'
+         '4343f5ea9b0f42447f102fb61576b398'
+         'SKIP'
+         '700295212f7e2978577feaee584afddb'
+         'SKIP'
+         'af4963862f5156fbf9111c2c6fa86ed7'
+         'SKIP'
+         '11f9def89803a5052db3ba72394ce14f'
+         'SKIP'
+         '93721c31cd225393f80cb3aadb165544'
+         'SKIP'
+         '71dc6ecce66d1489b96595f55d142a52'
+         'SKIP'
+         '062a08ed60679d3c4878710b3d595b65'
+         'SKIP'
+         'ee1c04072154826870848d8b218d7b04'
+         'SKIP')

Deleted: core-x86_64/inputrc
===================================================================
--- core-x86_64/inputrc	2016-11-06 13:52:06 UTC (rev 279912)
+++ core-x86_64/inputrc	2016-11-06 13:52:24 UTC (rev 279913)
@@ -1,36 +0,0 @@
-# do not bell on tab-completion
-#set bell-style none
-
-set meta-flag on
-set input-meta on
-set convert-meta off
-set output-meta on
-
-$if mode=emacs
-
-# for linux console and RH/Debian xterm
-"\e[1~": beginning-of-line
-"\e[4~": end-of-line
-"\e[5~": beginning-of-history
-"\e[6~": end-of-history
-"\e[7~": beginning-of-line
-"\e[3~": delete-char
-"\e[2~": quoted-insert
-"\e[5C": forward-word
-"\e[5D": backward-word
-"\e\e[C": forward-word
-"\e\e[D": backward-word
-"\e[1;5C": forward-word
-"\e[1;5D": backward-word
-
-# for rxvt
-"\e[8~": end-of-line
-
-# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
-"\eOH": beginning-of-line
-"\eOF": end-of-line
-
-# for freebsd console
-"\e[H": beginning-of-line
-"\e[F": end-of-line
-$endif

Copied: readline/repos/core-x86_64/inputrc (from rev 279912, readline/trunk/inputrc)
===================================================================
--- core-x86_64/inputrc	                        (rev 0)
+++ core-x86_64/inputrc	2016-11-06 13:52:24 UTC (rev 279913)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif



More information about the arch-commits mailing list