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

Levente Polyak anthraxx at archlinux.org
Wed Jun 1 02:07:51 UTC 2016


    Date: Wednesday, June 1, 2016 @ 04:07:50
  Author: anthraxx
Revision: 177578

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

Added:
  scanmem/repos/community-i686/PKGBUILD
    (from rev 177577, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/PKGBUILD
    (from rev 177577, scanmem/trunk/PKGBUILD)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-01 02:07:39 UTC (rev 177577)
+++ community-i686/PKGBUILD	2016-06-01 02:07:50 UTC (rev 177578)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=scanmem
-pkgver=0.15.7
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
-url="https://github.com/scanmem/scanmem"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'polkit')
-makedepends=('intltool')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('05ce976282aac9a9e34f3a40c9258cd8970b14891fe2e61c4e9029f3bfcf8ce4d21231b71b1c598f9e3b46d69db7d3363edd6ed199f4c3f3015497438043d052')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 177577, scanmem/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-01 02:07:50 UTC (rev 177578)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.8
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
+url="https://github.com/scanmem/scanmem"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-01 02:07:39 UTC (rev 177577)
+++ community-x86_64/PKGBUILD	2016-06-01 02:07:50 UTC (rev 177578)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael P <ptchinster at archlinux.us>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Elmo Todurov <todurov at gmail.com>
-# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
-
-pkgname=scanmem
-pkgver=0.15.7
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
-url="https://github.com/scanmem/scanmem"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'polkit')
-makedepends=('intltool')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('05ce976282aac9a9e34f3a40c9258cd8970b14891fe2e61c4e9029f3bfcf8ce4d21231b71b1c598f9e3b46d69db7d3363edd6ed199f4c3f3015497438043d052')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-x86_64/PKGBUILD (from rev 177577, scanmem/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-01 02:07:50 UTC (rev 177578)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael P <ptchinster at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Elmo Todurov <todurov at gmail.com>
+# Contributor: Alexander De Sousa <archaur.xandy21 at spamgourmet.com>
+
+pkgname=scanmem
+pkgver=0.15.8
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary variable in an executing process"
+url="https://github.com/scanmem/scanmem"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d43d6967105882db93f39ef80169904366969c7ad3a58798218a7b38cca650f3ef705304143e5afe938c0a1345dd9e3cc33e30888e96f4e2e1cf7519b38713da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list