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

Gaetan Bisson bisson at archlinux.org
Sat Sep 1 14:29:47 UTC 2012


    Date: Saturday, September 1, 2012 @ 10:29:46
  Author: bisson
Revision: 165851

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

Added:
  libedit/repos/core-i686/PKGBUILD
    (from rev 165850, libedit/repos/testing-i686/PKGBUILD)
  libedit/repos/core-x86_64/PKGBUILD
    (from rev 165850, 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/

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

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-09-01 14:16:05 UTC (rev 165850)
+++ core-i686/PKGBUILD	2012-09-01 14:29:46 UTC (rev 165851)
@@ -1,30 +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=20120311_3.0
-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')
-options=('!libtool')
-source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
-sha1sums=('2a4be10c33af5e3b09c1d3c8829b02fe5b41796b')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
-	./configure --prefix=/usr --enable-widec --enable-static=no
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
-	make prefix="${pkgdir}"/usr install
-
-	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 165850, libedit/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-09-01 14:29:46 UTC (rev 165851)
@@ -0,0 +1,30 @@
+# $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=20120601_3.0
+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')
+options=('!libtool')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
+sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	./configure --prefix=/usr --enable-widec --enable-static=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	make prefix="${pkgdir}"/usr install
+
+	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	2012-09-01 14:16:05 UTC (rev 165850)
+++ core-x86_64/PKGBUILD	2012-09-01 14:29:46 UTC (rev 165851)
@@ -1,30 +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=20120311_3.0
-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')
-options=('!libtool')
-source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
-sha1sums=('2a4be10c33af5e3b09c1d3c8829b02fe5b41796b')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
-	./configure --prefix=/usr --enable-widec --enable-static=no
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
-	make prefix="${pkgdir}"/usr install
-
-	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 165850, libedit/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-09-01 14:29:46 UTC (rev 165851)
@@ -0,0 +1,30 @@
+# $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=20120601_3.0
+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')
+options=('!libtool')
+source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz")
+sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	./configure --prefix=/usr --enable-widec --enable-static=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
+	make prefix="${pkgdir}"/usr install
+
+	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