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

Levente Polyak anthraxx at archlinux.org
Thu Oct 13 16:07:02 UTC 2016


    Date: Thursday, October 13, 2016 @ 16:07:01
  Author: anthraxx
Revision: 192194

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-13 16:06:53 UTC (rev 192193)
+++ community-i686/PKGBUILD	2016-10-13 16:07:01 UTC (rev 192194)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Magnus Therning <magnus at therning.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=hexer
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A multi buffer editor for binary files with vi-like interface"
-url="http://devel.ringlet.net/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('bad347eae85ff216a12e56a52afb205e6ec1db2f9eb47eb8ab685950bbb5fdf53c8f04221153f02d2167056d8608949c5693de7322c3f4cdb96aaccca900fd8d'
-            'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-i686/PKGBUILD (from rev 192193, hexer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-13 16:07:01 UTC (rev 192194)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=hexer
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A multi buffer editor for binary files with vi-like interface"
+url="http://devel.ringlet.net/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('ncurses')
+source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('8628ba864c00a6d28af719907fa82e0a28b16bb60b96dece38d7c3697f36f18f0af7f3f1fb2fe5dd42365935a356f82abad33e059c5ac390fddeb03c177dd7cc'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-13 16:06:53 UTC (rev 192193)
+++ community-x86_64/PKGBUILD	2016-10-13 16:07:01 UTC (rev 192194)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Magnus Therning <magnus at therning.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=hexer
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A multi buffer editor for binary files with vi-like interface"
-url="http://devel.ringlet.net/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('bad347eae85ff216a12e56a52afb205e6ec1db2f9eb47eb8ab685950bbb5fdf53c8f04221153f02d2167056d8608949c5693de7322c3f4cdb96aaccca900fd8d'
-            'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 192193, hexer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-13 16:07:01 UTC (rev 192194)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=hexer
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A multi buffer editor for binary files with vi-like interface"
+url="http://devel.ringlet.net/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('ncurses')
+source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('8628ba864c00a6d28af719907fa82e0a28b16bb60b96dece38d7c3697f36f18f0af7f3f1fb2fe5dd42365935a356f82abad33e059c5ac390fddeb03c177dd7cc'
+            'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list