Date: Wednesday, January 8, 2020 @ 21:23:13
  Author: bisson
Revision: 372838

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

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

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

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD        2020-01-08 21:09:27 UTC (rev 372837)
+++ core-x86_64/PKGBUILD        2020-01-08 21:23:13 UTC (rev 372838)
@@ -1,30 +0,0 @@
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Maintainer: Vesa Kaihlavirta <v...@archlinux.org>
-# Contributor: Roman Cheplyaka <r...@ro-che.info>
-
-pkgname=libedit
-_pkgver=20191211-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
-url='https://thrysoee.dk/editline/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("https://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
-sha256sums=('ea51bf76ab18073debbd0d27e4348bb11cc30cbe6ef15debcde7704b115f41d9')
-
-build() {
-       cd "${srcdir}/${pkgname}-${_pkgver}"
-       ./configure --prefix=/usr
-       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 372837, 
libedit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD                                (rev 0)
+++ core-x86_64/PKGBUILD        2020-01-08 21:23:13 UTC (rev 372838)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Maintainer: Vesa Kaihlavirta <v...@archlinux.org>
+# Contributor: Roman Cheplyaka <r...@ro-che.info>
+
+pkgname=libedit
+_pkgver=20191231-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='https://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("https://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
+sha256sums=('dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071')
+
+build() {
+       cd "${srcdir}/${pkgname}-${_pkgver}"
+       ./configure --prefix=/usr
+       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
+}

Reply via email to