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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:17:15 UTC 2013


    Date: Monday, April 22, 2013 @ 00:17:15
  Author: heftig
Revision: 88693

db-move: moved nemiver from [community-testing] to [community] (i686, x86_64)

Added:
  nemiver/repos/community-i686/PKGBUILD
    (from rev 88672, nemiver/repos/community-testing-i686/PKGBUILD)
  nemiver/repos/community-x86_64/PKGBUILD
    (from rev 88672, nemiver/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-testing-i686/
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

----------------------------------+
 /PKGBUILD                        |   82 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   42 ------------------
 community-i686/nemiver.install   |   15 ------
 community-x86_64/PKGBUILD        |   42 ------------------
 community-x86_64/nemiver.install |   15 ------
 5 files changed, 82 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-21 22:17:13 UTC (rev 88692)
+++ community-i686/PKGBUILD	2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: jordz <jordz at archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool')
-makedepends=('boost' 'intltool' 'gnome-doc-utils')
-install=nemiver.install
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
-options=('!libtool' '!emptydirs')
-sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
-
-build() {	
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-static \
-    --with-boost \
-    --disable-scrollkeeper \
-    --enable-symsvis=yes \
-    --enable-memoryview=yes \
-    --disable-schemas-compile \
-    --enable-gsettings=yes
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 88672, nemiver/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-21 22:17:15 UTC (rev 88693)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {	
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --with-boost \
+    --disable-scrollkeeper \
+    --enable-symsvis=yes \
+    --enable-memoryview=yes \
+    --disable-schemas-compile \
+    --enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===================================================================
--- community-i686/nemiver.install	2013-04-21 22:17:13 UTC (rev 88692)
+++ community-i686/nemiver.install	2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  #update-desktop-database -q
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-21 22:17:13 UTC (rev 88692)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: jordz <jordz at archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool')
-makedepends=('boost' 'intltool' 'gnome-doc-utils')
-install=nemiver.install
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
-options=('!libtool' '!emptydirs')
-sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
-
-build() {	
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-static \
-    --with-boost \
-    --disable-scrollkeeper \
-    --enable-symsvis=yes \
-    --enable-memoryview=yes \
-    --disable-schemas-compile \
-    --enable-gsettings=yes
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-x86_64/PKGBUILD (from rev 88672, nemiver/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-21 22:17:15 UTC (rev 88693)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {	
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --with-boost \
+    --disable-scrollkeeper \
+    --enable-symsvis=yes \
+    --enable-memoryview=yes \
+    --disable-schemas-compile \
+    --enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/nemiver.install
===================================================================
--- community-x86_64/nemiver.install	2013-04-21 22:17:13 UTC (rev 88692)
+++ community-x86_64/nemiver.install	2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  #update-desktop-database -q
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list