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

Sébastien Luttringer seblu at archlinux.org
Sun Jun 16 19:51:29 UTC 2019


    Date: Sunday, June 16, 2019 @ 19:51:28
  Author: seblu
Revision: 356204

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

Added:
  less/repos/core-x86_64/PKGBUILD
    (from rev 356203, less/repos/testing-x86_64/PKGBUILD)
Deleted:
  less/repos/core-x86_64/PKGBUILD
  less/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	2019-06-16 16:20:06 UTC (rev 356203)
+++ core-x86_64/PKGBUILD	2019-06-16 19:51:28 UTC (rev 356204)
@@ -1,31 +0,0 @@
-# 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=550
-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=('8caff88e34afff512b663d7c690bd2cf'
-         '8caff88e34afff512b663d7c690bd2cf')
-
-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 356203, less/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2019-06-16 19:51:28 UTC (rev 356204)
@@ -0,0 +1,31 @@
+# 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=551
+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=('4ad4408b06d7a6626a055cb453f36819'
+         '4ad4408b06d7a6626a055cb453f36819')
+
+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