[arch-commits] Commit in libvterm/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Nov 2 17:44:29 UTC 2015


    Date: Monday, November 2, 2015 @ 18:44:29
  Author: svenstaro
Revision: 145691

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libvterm/repos/community-i686/PKGBUILD
    (from rev 145690, libvterm/trunk/PKGBUILD)
  libvterm/repos/community-x86_64/PKGBUILD
    (from rev 145690, libvterm/trunk/PKGBUILD)
Deleted:
  libvterm/repos/community-i686/PKGBUILD
  libvterm/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -----------------------
 community-x86_64/PKGBUILD |   29 -----------------------
 3 files changed, 54 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-02 17:44:22 UTC (rev 145690)
+++ community-i686/PKGBUILD	2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Florian Walch <florian+aur at fwalch.com>
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145690, libvterm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-02 17:44:22 UTC (rev 145690)
+++ community-x86_64/PKGBUILD	2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Florian Walch <florian+aur at fwalch.com>
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 145690, libvterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list