[arch-commits] Commit in libedit/repos (6 files)
Gaëtan Bisson
bisson at archlinux.org
Sat Oct 15 00:08:51 UTC 2016
Date: Saturday, October 15, 2016 @ 00:08:48
Author: bisson
Revision: 278823
db-move: moved libedit from [testing] to [core] (i686, x86_64)
Added:
libedit/repos/core-i686/PKGBUILD
(from rev 278822, libedit/repos/testing-i686/PKGBUILD)
libedit/repos/core-x86_64/PKGBUILD
(from rev 278822, libedit/repos/testing-x86_64/PKGBUILD)
Deleted:
libedit/repos/core-i686/PKGBUILD
libedit/repos/core-x86_64/PKGBUILD
libedit/repos/testing-i686/
libedit/repos/testing-x86_64/
----------------------+
/PKGBUILD | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
core-i686/PKGBUILD | 31 ------------------------
core-x86_64/PKGBUILD | 31 ------------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2016-10-14 16:01:15 UTC (rev 278822)
+++ core-i686/PKGBUILD 2016-10-15 00:08:48 UTC (rev 278823)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Roman Cheplyaka <roma at ro-che.info>
-
-pkgname=libedit
-_pkgver=20160618-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
-url='http://www.thrysoee.dk/editline/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
-sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
-
-build() {
- cd "${srcdir}/${pkgname}-${_pkgver}"
- ./configure --prefix=/usr --enable-widec
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${_pkgver}"
- make prefix="${pkgdir}"/usr install
-
- rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
- cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
- install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
-}
Copied: libedit/repos/core-i686/PKGBUILD (from rev 278822, libedit/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2016-10-15 00:08:48 UTC (rev 278823)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Roman Cheplyaka <roma at ro-che.info>
+
+pkgname=libedit
+_pkgver=20160903-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
+sha1sums=('55e327ee4661b13d20ebb411d790f2bb258271cf')
+
+build() {
+ cd "${srcdir}/${pkgname}-${_pkgver}"
+ ./configure --prefix=/usr --enable-widec
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${_pkgver}"
+ make prefix="${pkgdir}"/usr install
+
+ rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+ cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
+ install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2016-10-14 16:01:15 UTC (rev 278822)
+++ core-x86_64/PKGBUILD 2016-10-15 00:08:48 UTC (rev 278823)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
-# Contributor: Roman Cheplyaka <roma at ro-che.info>
-
-pkgname=libedit
-_pkgver=20160618-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
-url='http://www.thrysoee.dk/editline/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
-sha1sums=('56590b6827bb208d84c26c791371360bf8c316a6')
-
-build() {
- cd "${srcdir}/${pkgname}-${_pkgver}"
- ./configure --prefix=/usr --enable-widec
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${_pkgver}"
- make prefix="${pkgdir}"/usr install
-
- rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
- cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
- install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
-}
Copied: libedit/repos/core-x86_64/PKGBUILD (from rev 278822, libedit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2016-10-15 00:08:48 UTC (rev 278823)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# Contributor: Roman Cheplyaka <roma at ro-che.info>
+
+pkgname=libedit
+_pkgver=20160903-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
+sha1sums=('55e327ee4661b13d20ebb411d790f2bb258271cf')
+
+build() {
+ cd "${srcdir}/${pkgname}-${_pkgver}"
+ ./configure --prefix=/usr --enable-widec
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${_pkgver}"
+ make prefix="${pkgdir}"/usr install
+
+ rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+ cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
+ install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}
More information about the arch-commits
mailing list