[arch-commits] Commit in libseccomp/repos (6 files)

Tobias Powalowski tpowa at archlinux.org
Fri Mar 17 08:05:25 UTC 2017


    Date: Friday, March 17, 2017 @ 08:05:25
  Author: tpowa
Revision: 290975

db-move: moved libseccomp from [testing] to [core] (i686, x86_64)

Added:
  libseccomp/repos/core-i686/PKGBUILD
    (from rev 290974, libseccomp/repos/testing-i686/PKGBUILD)
  libseccomp/repos/core-x86_64/PKGBUILD
    (from rev 290974, libseccomp/repos/testing-x86_64/PKGBUILD)
Deleted:
  libseccomp/repos/core-i686/PKGBUILD
  libseccomp/repos/core-x86_64/PKGBUILD
  libseccomp/repos/testing-i686/
  libseccomp/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD   |   24 ------------------------
 core-x86_64/PKGBUILD |   24 ------------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2017-03-17 08:05:23 UTC (rev 290974)
+++ core-i686/PKGBUILD	2017-03-17 08:05:25 UTC (rev 290975)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://github.com/seccomp/libseccomp"
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e6f3e84921ef9c2e9188681963f0943f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/core-i686/PKGBUILD (from rev 290974, libseccomp/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2017-03-17 08:05:25 UTC (rev 290975)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e74a626bea0cd607c23229b10b5f93da')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2017-03-17 08:05:23 UTC (rev 290974)
+++ core-x86_64/PKGBUILD	2017-03-17 08:05:25 UTC (rev 290975)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://github.com/seccomp/libseccomp"
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e6f3e84921ef9c2e9188681963f0943f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/core-x86_64/PKGBUILD (from rev 290974, libseccomp/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2017-03-17 08:05:25 UTC (rev 290975)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e74a626bea0cd607c23229b10b5f93da')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list