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

Sébastien Luttringer seblu at archlinux.org
Fri Feb 23 22:54:09 UTC 2018


    Date: Friday, February 23, 2018 @ 22:54:08
  Author: seblu
Revision: 317463

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

Added:
  less/repos/core-x86_64/PKGBUILD
    (from rev 317462, less/repos/testing-x86_64/PKGBUILD)
Deleted:
  less/repos/core-x86_64/PKGBUILD
  less/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2018-02-23 22:37:25 UTC (rev 317462)
+++ core-x86_64/PKGBUILD	2018-02-23 22:54:08 UTC (rev 317463)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=less
-pkgver=487
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('i686' 'x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('dcc8bf183a83b362d37fe9ef8df1fb60'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/core-x86_64/PKGBUILD (from rev 317462, less/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2018-02-23 22:54:08 UTC (rev 317463)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=less
+pkgver=530
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.tar.gz::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
+md5sums=('6a39bccf420c946b0fd7ffc64961315b'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list