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

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:57:03 UTC 2017


    Date: Monday, September 11, 2017 @ 19:57:02
  Author: jelle
Revision: 257014

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
    (from rev 257013, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
    (from rev 257013, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-11 19:56:45 UTC (rev 257013)
+++ community-i686/PKGBUILD	2017-09-11 19:57:02 UTC (rev 257014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: sh0 <mee at sh0.org>
-# Contributor: Maxwel <msg.maxwel at gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
-
-_make() {
-  make USE_CAP='yes' USE_PYTHON='yes' "$@"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 257013, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-11 19:57:02 UTC (rev 257014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: sh0 <mee at sh0.org>
+# Contributor: Maxwel <msg.maxwel at gmail.com>
+
+pkgname=pax-utils
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
+
+_make() {
+  make USE_CAP='yes' USE_PYTHON='yes' "$@"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" _make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-11 19:56:45 UTC (rev 257013)
+++ community-x86_64/PKGBUILD	2017-09-11 19:57:02 UTC (rev 257014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: sh0 <mee at sh0.org>
-# Contributor: Maxwel <msg.maxwel at gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
-
-_make() {
-  make USE_CAP='yes' USE_PYTHON='yes' "$@"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 257013, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-11 19:57:02 UTC (rev 257014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: sh0 <mee at sh0.org>
+# Contributor: Maxwel <msg.maxwel at gmail.com>
+
+pkgname=pax-utils
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
+
+_make() {
+  make USE_CAP='yes' USE_PYTHON='yes' "$@"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" _make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list