Date: Tuesday, August 8, 2017 @ 17:48:01
  Author: shibumi
Revision: 249602

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

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

------------------------------------+
 /PKGBUILD                          |   84 +++++++++++++++++++++++++++++++++++
 /systemtap.install                 |    8 +++
 community-i686/PKGBUILD            |   42 -----------------
 community-i686/systemtap.install   |    4 -
 community-x86_64/PKGBUILD          |   42 -----------------
 community-x86_64/systemtap.install |    4 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-08-08 17:47:45 UTC (rev 249601)
+++ community-i686/PKGBUILD     2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org>
-# Contributor:dront78 <dron...@gmail.com>
-pkgname=systemtap
-pkgver=3.1
-pkgrel=3
-pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
-url="http://sourceware.org/systemtap/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('elfutils' 'nss' 'python2')
-makedepends=('python2-setuptools' 'xmlto')
-optdepends=('sqlite3: for storing results in a database')
-source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz";
-        
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc";)
-sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
-            'SKIP')
-install='systemtap.install'
-validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/"${pkgname}" \
-    --libdir=/usr/lib/"${pkgname}" \
-    --mandir=/usr/share/man/ \
-    --localstatedir=/var \
-    --enable-pie \
-    --disable-docs \
-    --enable-htmldocs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rmdir "${pkgdir}/var/run/stap-server/"
-  rmdir "${pkgdir}/var/run/"
-}
-

Copied: systemtap/repos/community-i686/PKGBUILD (from rev 249601, 
systemtap/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-08-08 17:48:01 UTC (rev 249602)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org>
+# Contributor:dront78 <dron...@gmail.com>
+pkgname=systemtap
+pkgver=3.1
+pkgrel=4
+pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
+url="http://sourceware.org/systemtap/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2')
+makedepends=('python2-setuptools' 'xmlto')
+optdepends=('sqlite3: for storing results in a database')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz";
+        
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc";)
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
+            'SKIP')
+install='systemtap.install'
+validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/"${pkgname}" \
+    --libdir=/usr/lib/"${pkgname}" \
+    --mandir=/usr/share/man/ \
+    --localstatedir=/var \
+    --enable-pie \
+    --disable-docs \
+    --enable-htmldocs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}/var/run/stap-server/"
+  rmdir "${pkgdir}/var/run/"
+}
+

Deleted: community-i686/systemtap.install
===================================================================
--- community-i686/systemtap.install    2017-08-08 17:47:45 UTC (rev 249601)
+++ community-i686/systemtap.install    2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
-  echo "the kernel with CONFIG_DEBUG_INFO enabled."
-}

Copied: systemtap/repos/community-i686/systemtap.install (from rev 249601, 
systemtap/trunk/systemtap.install)
===================================================================
--- community-i686/systemtap.install                            (rev 0)
+++ community-i686/systemtap.install    2017-08-08 17:48:01 UTC (rev 249602)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
+  echo "the kernel with CONFIG_DEBUG_INFO enabled."
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-08-08 17:47:45 UTC (rev 249601)
+++ community-x86_64/PKGBUILD   2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org>
-# Contributor:dront78 <dron...@gmail.com>
-pkgname=systemtap
-pkgver=3.1
-pkgrel=3
-pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
-url="http://sourceware.org/systemtap/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('elfutils' 'nss' 'python2')
-makedepends=('python2-setuptools' 'xmlto')
-optdepends=('sqlite3: for storing results in a database')
-source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz";
-        
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc";)
-sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
-            'SKIP')
-install='systemtap.install'
-validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/"${pkgname}" \
-    --libdir=/usr/lib/"${pkgname}" \
-    --mandir=/usr/share/man/ \
-    --localstatedir=/var \
-    --enable-pie \
-    --disable-docs \
-    --enable-htmldocs
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rmdir "${pkgdir}/var/run/stap-server/"
-  rmdir "${pkgdir}/var/run/"
-}
-

Copied: systemtap/repos/community-x86_64/PKGBUILD (from rev 249601, 
systemtap/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-08 17:48:01 UTC (rev 249602)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org>
+# Contributor:dront78 <dron...@gmail.com>
+pkgname=systemtap
+pkgver=3.1
+pkgrel=4
+pkgdesc="provides infrastructure to simplify the gathering of information 
about the running system."
+url="http://sourceware.org/systemtap/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2')
+makedepends=('python2-setuptools' 'xmlto')
+optdepends=('sqlite3: for storing results in a database')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz";
+        
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc";)
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
+            'SKIP')
+install='systemtap.install'
+validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/"${pkgname}" \
+    --libdir=/usr/lib/"${pkgname}" \
+    --mandir=/usr/share/man/ \
+    --localstatedir=/var \
+    --enable-pie \
+    --disable-docs \
+    --enable-htmldocs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}/var/run/stap-server/"
+  rmdir "${pkgdir}/var/run/"
+}
+

Deleted: community-x86_64/systemtap.install
===================================================================
--- community-x86_64/systemtap.install  2017-08-08 17:47:45 UTC (rev 249601)
+++ community-x86_64/systemtap.install  2017-08-08 17:48:01 UTC (rev 249602)
@@ -1,4 +0,0 @@
-post_install() {
-  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
-  echo "the kernel with CONFIG_DEBUG_INFO enabled."
-}

Copied: systemtap/repos/community-x86_64/systemtap.install (from rev 249601, 
systemtap/trunk/systemtap.install)
===================================================================
--- community-x86_64/systemtap.install                          (rev 0)
+++ community-x86_64/systemtap.install  2017-08-08 17:48:01 UTC (rev 249602)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
+  echo "the kernel with CONFIG_DEBUG_INFO enabled."
+}

Reply via email to