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

Timothy Redaelli tredaelli at archlinux.org
Fri Aug 19 08:43:59 UTC 2016


    Date: Friday, August 19, 2016 @ 08:43:58
  Author: tredaelli
Revision: 187015

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
    (from rev 187014, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
    (from rev 187014, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/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	2016-08-19 08:43:54 UTC (rev 187014)
+++ community-i686/PKGBUILD	2016-08-19 08:43:58 UTC (rev 187015)
@@ -1,30 +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.1.6
-pkgrel=1
-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=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 187014, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-19 08:43:58 UTC (rev 187015)
@@ -0,0 +1,30 @@
+# $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.1.6
+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')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes' USE_PYTHON='no'
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-19 08:43:54 UTC (rev 187014)
+++ community-x86_64/PKGBUILD	2016-08-19 08:43:58 UTC (rev 187015)
@@ -1,30 +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.1.6
-pkgrel=1
-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=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='yes' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 187014, pax-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-19 08:43:58 UTC (rev 187015)
@@ -0,0 +1,30 @@
+# $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.1.6
+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')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_CAP='yes' USE_PYTHON='no'
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list