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

Baptiste Jonglez zorun at archlinux.org
Thu Nov 9 08:59:37 UTC 2017


    Date: Thursday, November 9, 2017 @ 08:59:35
  Author: zorun
Revision: 265808

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

Added:
  horst/repos/community-i686/PKGBUILD
    (from rev 265806, horst/trunk/PKGBUILD)
  horst/repos/community-x86_64/PKGBUILD
    (from rev 265807, horst/trunk/PKGBUILD)
Deleted:
  horst/repos/community-i686/PKGBUILD
  horst/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-09 08:59:29 UTC (rev 265807)
+++ community-i686/PKGBUILD	2017-11-09 08:59:35 UTC (rev 265808)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Baptiste Jonglez
-# Contributor: Anatol Pomozov 
-# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
-# Contributor: Shalygin Konstantin (kostya at opentech.ru)
-
-pkgname=horst
-pkgver=5.0
-pkgrel=2
-pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
-arch=("i686" "x86_64")
-url='http://br1.einfach.org/tech/horst'
-depends=("ncurses" "libnl")
-license=("GPL2")
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/version-${pkgver}.tar.gz")
-sha256sums=('ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b')
-
-build() {
-  cd "${pkgname}-version-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-version-${pkgver}"
-
-  install -Dm755 horst "$pkgdir/usr/bin/horst"
-  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
-  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
-  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
-}

Copied: horst/repos/community-i686/PKGBUILD (from rev 265806, horst/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-09 08:59:35 UTC (rev 265808)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Baptiste Jonglez
+# Contributor: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
+# Contributor: Shalygin Konstantin (kostya at opentech.ru)
+
+pkgname=horst
+pkgver=5.1
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
+arch=("i686" "x86_64")
+url='https://github.com/br101/horst'
+depends=("ncurses" "libnl")
+license=("GPL2")
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/v${pkgver}.tar.gz")
+sha256sums=('74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
+  install -Dm644 horst.8 "$pkgdir/usr/share/man/man8/horst.8"
+  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-09 08:59:29 UTC (rev 265807)
+++ community-x86_64/PKGBUILD	2017-11-09 08:59:35 UTC (rev 265808)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Baptiste Jonglez
-# Contributor: Anatol Pomozov 
-# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
-# Contributor: Shalygin Konstantin (kostya at opentech.ru)
-
-pkgname=horst
-pkgver=5.0
-pkgrel=2
-pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
-arch=("i686" "x86_64")
-url='http://br1.einfach.org/tech/horst'
-depends=("ncurses" "libnl")
-license=("GPL2")
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/version-${pkgver}.tar.gz")
-sha256sums=('ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b')
-
-build() {
-  cd "${pkgname}-version-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-version-${pkgver}"
-
-  install -Dm755 horst "$pkgdir/usr/bin/horst"
-  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
-  install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"
-  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
-}

Copied: horst/repos/community-x86_64/PKGBUILD (from rev 265807, horst/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-09 08:59:35 UTC (rev 265808)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Baptiste Jonglez
+# Contributor: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
+# Contributor: Shalygin Konstantin (kostya at opentech.ru)
+
+pkgname=horst
+pkgver=5.1
+pkgrel=1
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
+arch=("i686" "x86_64")
+url='https://github.com/br101/horst'
+depends=("ncurses" "libnl")
+license=("GPL2")
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/v${pkgver}.tar.gz")
+sha256sums=('74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
+  install -Dm644 horst.8 "$pkgdir/usr/share/man/man8/horst.8"
+  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
+}



More information about the arch-commits mailing list