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

Levente Polyak anthraxx at archlinux.org
Wed Oct 12 20:23:39 UTC 2016


    Date: Wednesday, October 12, 2016 @ 20:23:38
  Author: anthraxx
Revision: 192081

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-12 20:23:26 UTC (rev 192080)
+++ community-i686/PKGBUILD	2016-10-12 20:23:38 UTC (rev 192081)
@@ -1,34 +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=0.2.3
-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=('752f9c32f96f145d39336060437a5438e66d175489bd06eb619f2f136fb24f65c6e883c59b7541a3b52ced0be4e2fe268670da048e1cab6d61e8119a35af13c1'
-            'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cp config.{linux,h}
-}
-
-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 192080, hexer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-12 20:23:38 UTC (rev 192081)
@@ -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.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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-12 20:23:26 UTC (rev 192080)
+++ community-x86_64/PKGBUILD	2016-10-12 20:23:38 UTC (rev 192081)
@@ -1,34 +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=0.2.3
-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=('752f9c32f96f145d39336060437a5438e66d175489bd06eb619f2f136fb24f65c6e883c59b7541a3b52ced0be4e2fe268670da048e1cab6d61e8119a35af13c1'
-            'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev <roam at ringlet.net>
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cp config.{linux,h}
-}
-
-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 192080, hexer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-12 20:23:38 UTC (rev 192081)
@@ -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.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:



More information about the arch-commits mailing list