[arch-commits] Commit in scanmem/repos (8 files)
Levente Polyak
anthraxx at archlinux.org
Fri Dec 11 14:15:41 UTC 2015
Date: Friday, December 11, 2015 @ 15:15:41
Author: anthraxx
Revision: 153014
archrelease: copy trunk to community-i686, community-x86_64
Added:
scanmem/repos/community-i686/PKGBUILD
(from rev 153013, scanmem/trunk/PKGBUILD)
scanmem/repos/community-i686/scanmem.install
(from rev 153013, scanmem/trunk/scanmem.install)
scanmem/repos/community-x86_64/PKGBUILD
(from rev 153013, scanmem/trunk/PKGBUILD)
scanmem/repos/community-x86_64/scanmem.install
(from rev 153013, scanmem/trunk/scanmem.install)
Deleted:
scanmem/repos/community-i686/PKGBUILD
scanmem/repos/community-i686/scanmem.install
scanmem/repos/community-x86_64/PKGBUILD
scanmem/repos/community-x86_64/scanmem.install
----------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++++++++++++++++
/scanmem.install | 46 ++++++++++++++++++++++++++
community-i686/PKGBUILD | 32 ------------------
community-i686/scanmem.install | 23 -------------
community-x86_64/PKGBUILD | 32 ------------------
community-x86_64/scanmem.install | 23 -------------
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-12-11 14:15:34 UTC (rev 153013)
+++ community-i686/PKGBUILD 2015-12-11 14:15:41 UTC (rev 153014)
@@ -1,32 +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.3
-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=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7')
-
-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 153013, scanmem/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 14:15:41 UTC (rev 153014)
@@ -0,0 +1,32 @@
+# 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.4
+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=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('0eac0b2f3c31f5ccec643bda38a3816a86aad3c507bdffd912d9391938ea3685f9651a23bb3324156d9f17ce4b2a64b205850882944ddaaa294df39655c959da')
+
+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-i686/scanmem.install
===================================================================
--- community-i686/scanmem.install 2015-12-11 14:15:34 UTC (rev 153013)
+++ community-i686/scanmem.install 2015-12-11 14:15:41 UTC (rev 153014)
@@ -1,23 +0,0 @@
-update_cache() {
- if [ -x usr/bin/xdg-icon-resource ]; then
- xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
- fi
-
- if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q
- fi
-}
-
-post_install() {
- update_cache
-}
-
-post_upgrade() {
- update_cache
-}
-
-post_remove() {
- update_cache
-}
-
-# vim: ts=2 sw=2 et:
Copied: scanmem/repos/community-i686/scanmem.install (from rev 153013, scanmem/trunk/scanmem.install)
===================================================================
--- community-i686/scanmem.install (rev 0)
+++ community-i686/scanmem.install 2015-12-11 14:15:41 UTC (rev 153014)
@@ -0,0 +1,23 @@
+update_cache() {
+ if [ -x usr/bin/xdg-icon-resource ]; then
+ xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+ fi
+
+ if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q
+ fi
+}
+
+post_install() {
+ update_cache
+}
+
+post_upgrade() {
+ update_cache
+}
+
+post_remove() {
+ update_cache
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-12-11 14:15:34 UTC (rev 153013)
+++ community-x86_64/PKGBUILD 2015-12-11 14:15:41 UTC (rev 153014)
@@ -1,32 +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.3
-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=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7')
-
-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 153013, scanmem/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-11 14:15:41 UTC (rev 153014)
@@ -0,0 +1,32 @@
+# 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.4
+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=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('0eac0b2f3c31f5ccec643bda38a3816a86aad3c507bdffd912d9391938ea3685f9651a23bb3324156d9f17ce4b2a64b205850882944ddaaa294df39655c959da')
+
+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/scanmem.install
===================================================================
--- community-x86_64/scanmem.install 2015-12-11 14:15:34 UTC (rev 153013)
+++ community-x86_64/scanmem.install 2015-12-11 14:15:41 UTC (rev 153014)
@@ -1,23 +0,0 @@
-update_cache() {
- if [ -x usr/bin/xdg-icon-resource ]; then
- xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
- fi
-
- if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q
- fi
-}
-
-post_install() {
- update_cache
-}
-
-post_upgrade() {
- update_cache
-}
-
-post_remove() {
- update_cache
-}
-
-# vim: ts=2 sw=2 et:
Copied: scanmem/repos/community-x86_64/scanmem.install (from rev 153013, scanmem/trunk/scanmem.install)
===================================================================
--- community-x86_64/scanmem.install (rev 0)
+++ community-x86_64/scanmem.install 2015-12-11 14:15:41 UTC (rev 153014)
@@ -0,0 +1,23 @@
+update_cache() {
+ if [ -x usr/bin/xdg-icon-resource ]; then
+ xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+ fi
+
+ if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q
+ fi
+}
+
+post_install() {
+ update_cache
+}
+
+post_upgrade() {
+ update_cache
+}
+
+post_remove() {
+ update_cache
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list