[arch-commits] Commit in sysdig/repos (8 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Oct 9 14:02:16 UTC 2017


    Date: Monday, October 9, 2017 @ 14:02:15
  Author: mtorromeo
Revision: 262228

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

Added:
  sysdig/repos/community-i686/PKGBUILD
    (from rev 262227, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-i686/sysdig.install
    (from rev 262227, sysdig/trunk/sysdig.install)
  sysdig/repos/community-x86_64/PKGBUILD
    (from rev 262227, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
    (from rev 262227, sysdig/trunk/sysdig.install)
Deleted:
  sysdig/repos/community-i686/PKGBUILD
  sysdig/repos/community-i686/sysdig.install
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/sysdig.install

---------------------------------+
 /PKGBUILD                       |   92 ++++++++++++++++++++++++++++++++++++++
 /sysdig.install                 |   42 +++++++++++++++++
 community-i686/PKGBUILD         |   46 -------------------
 community-i686/sysdig.install   |   21 --------
 community-x86_64/PKGBUILD       |   46 -------------------
 community-x86_64/sysdig.install |   21 --------
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-09 14:01:54 UTC (rev 262227)
+++ community-i686/PKGBUILD	2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contribuitor: Alfredo Palhares <masterkorp at masterkorp.net>
-# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=sysdig
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/"
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9caab6b4ef4a6d9f9ded8f79b1fcbe34a918c61b6f3b5a15d803f0f25e73497a')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-      scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-      userspace/libsinsp/marathon_http.cpp \
-      userspace/libsinsp/mesos_http.cpp
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DSYSDIG_VERSION=$pkgver \
-        -DUSE_BUNDLED_DEPS=OFF \
-        -DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 262227, sysdig/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-09 14:02:15 UTC (rev 262228)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contribuitor: Alfredo Palhares <masterkorp at masterkorp.net>
+# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=sysdig
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/"
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('480d5d8fd7e7373c08008c30bd8e2c7595d5c45d710bf07bd15a522021b560f6')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+      scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+      userspace/libsinsp/marathon_http.cpp \
+      userspace/libsinsp/mesos_http.cpp
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DSYSDIG_VERSION=$pkgver \
+        -DUSE_BUNDLED_DEPS=OFF \
+        -DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===================================================================
--- community-i686/sysdig.install	2017-10-09 14:01:54 UTC (rev 262227)
+++ community-i686/sysdig.install	2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-    dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-    pre_remove "$2"
-}
-
-post_upgrade() {
-    post_install "$1"
-}
-
-pre_remove() {
-    [ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-i686/sysdig.install (from rev 262227, sysdig/trunk/sysdig.install)
===================================================================
--- community-i686/sysdig.install	                        (rev 0)
+++ community-i686/sysdig.install	2017-10-09 14:02:15 UTC (rev 262228)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+    dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+    pre_remove "$2"
+}
+
+post_upgrade() {
+    post_install "$1"
+}
+
+pre_remove() {
+    [ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-09 14:01:54 UTC (rev 262227)
+++ community-x86_64/PKGBUILD	2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contribuitor: Alfredo Palhares <masterkorp at masterkorp.net>
-# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=sysdig
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/"
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9caab6b4ef4a6d9f9ded8f79b1fcbe34a918c61b6f3b5a15d803f0f25e73497a')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-      scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-      userspace/libsinsp/marathon_http.cpp \
-      userspace/libsinsp/mesos_http.cpp
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DSYSDIG_VERSION=$pkgver \
-        -DUSE_BUNDLED_DEPS=OFF \
-        -DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 262227, sysdig/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-09 14:02:15 UTC (rev 262228)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contribuitor: Alfredo Palhares <masterkorp at masterkorp.net>
+# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=sysdig
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/"
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('480d5d8fd7e7373c08008c30bd8e2c7595d5c45d710bf07bd15a522021b560f6')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+      scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+      userspace/libsinsp/marathon_http.cpp \
+      userspace/libsinsp/mesos_http.cpp
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DSYSDIG_VERSION=$pkgver \
+        -DUSE_BUNDLED_DEPS=OFF \
+        -DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/sysdig.install
===================================================================
--- community-x86_64/sysdig.install	2017-10-09 14:01:54 UTC (rev 262227)
+++ community-x86_64/sysdig.install	2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-    dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-    pre_remove "$2"
-}
-
-post_upgrade() {
-    post_install "$1"
-}
-
-pre_remove() {
-    [ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-x86_64/sysdig.install (from rev 262227, sysdig/trunk/sysdig.install)
===================================================================
--- community-x86_64/sysdig.install	                        (rev 0)
+++ community-x86_64/sysdig.install	2017-10-09 14:02:15 UTC (rev 262228)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+    dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+    pre_remove "$2"
+}
+
+post_upgrade() {
+    post_install "$1"
+}
+
+pre_remove() {
+    [ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
+}



More information about the arch-commits mailing list