[arch-commits] Commit in libedit/repos (3 files)

Gaëtan Bisson bisson at archlinux.org
Thu Jun 28 01:29:29 UTC 2018


    Date: Thursday, June 28, 2018 @ 01:29:28
  Author: bisson
Revision: 327711

db-move: moved libedit from [testing] to [core] (x86_64)

Added:
  libedit/repos/core-x86_64/PKGBUILD
    (from rev 327710, libedit/repos/testing-x86_64/PKGBUILD)
Deleted:
  libedit/repos/core-x86_64/PKGBUILD
  libedit/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   31 +++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   31 -------------------------------
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2018-06-27 21:10:25 UTC (rev 327710)
+++ core-x86_64/PKGBUILD	2018-06-28 01:29:28 UTC (rev 327711)
@@ -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=20170329-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
-url='http://thrysoee.dk/editline/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
-sha256sums=('91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be')
-
-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 327710, libedit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2018-06-28 01:29:28 UTC (rev 327711)
@@ -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=20180525-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
+url='http://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz")
+sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
+
+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