Date: Tuesday, September 10, 2013 @ 12:15:36
  Author: spupykin
Revision: 97013

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

Added:
  pgadmin3/repos/community-i686/ChangeLog
    (from rev 97012, pgadmin3/trunk/ChangeLog)
  pgadmin3/repos/community-i686/PKGBUILD
    (from rev 97012, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/ChangeLog
    (from rev 97012, pgadmin3/trunk/ChangeLog)
  pgadmin3/repos/community-x86_64/PKGBUILD
    (from rev 97012, pgadmin3/trunk/PKGBUILD)
Deleted:
  pgadmin3/repos/community-i686/ChangeLog
  pgadmin3/repos/community-i686/PKGBUILD
  pgadmin3/repos/community-x86_64/ChangeLog
  pgadmin3/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   56 ++++++++++++++++++++++++++++++
 /PKGBUILD                  |   80 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   28 ---------------
 community-i686/PKGBUILD    |   40 ---------------------
 community-x86_64/ChangeLog |   28 ---------------
 community-x86_64/PKGBUILD  |   40 ---------------------
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog    2013-09-10 10:15:17 UTC (rev 97012)
+++ community-i686/ChangeLog    2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-       * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for x86_64 - 1.8.1
-       * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated version
-
-2007-10-11  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated version
-
-2007-06-28  tardo  <ta...@nagi-fanboi.net>
-       
-       * Built for x86_64

Copied: pgadmin3/repos/community-i686/ChangeLog (from rev 97012, 
pgadmin3/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog                            (rev 0)
+++ community-i686/ChangeLog    2013-09-10 10:15:36 UTC (rev 97013)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  <doug...@archlinux.org>
+
+       * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for x86_64 - 1.8.1
+       * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated version
+
+2007-10-11  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated version
+
+2007-06-28  tardo  <ta...@nagi-fanboi.net>
+       
+       * Built for x86_64

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-09-10 10:15:17 UTC (rev 97012)
+++ community-i686/PKGBUILD     2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: Douglas Soares de Andrade <d...@aur.archlinux.org>
-# Contributor: Benjamin Andresen <be...@klapmuetz.org>
-# Contributor: bekks <eduard.warken...@gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.16.1
-pkgrel=2
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org";
-license=('custom')
-depends=('wxgtk' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick')
-_categories="Development;Application"
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('f3bc59630f0dc9600d4ad125097ce2fa')
-
-build() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-  gendesk $startdir/PKGBUILD
-
-  cd "pgadmin3-${pkgver}"
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/pgadmin3-${pkgver}
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
$pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
-  install -Dm644 "$srcdir/pgadmin3.png" 
"$pkgdir/usr/share/pixmaps/pgadmin3.png"
-  install -Dm644 "$srcdir/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 97012, 
pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-09-10 10:15:36 UTC (rev 97013)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Douglas Soares de Andrade <d...@aur.archlinux.org>
+# Contributor: Benjamin Andresen <be...@klapmuetz.org>
+# Contributor: bekks <eduard.warken...@gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org";
+license=('custom')
+depends=('wxgtk' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick')
+_categories="Development;Application"
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('ed1968a9abda0064be68bf57d7ccad43')
+
+build() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
+  cp pgadmin3-3.png pgadmin3.png
+  gendesk $startdir/PKGBUILD
+
+  cd "pgadmin3-${pkgver}"
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/pgadmin3-${pkgver}
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
$pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
+  install -Dm644 "$srcdir/pgadmin3.png" 
"$pkgdir/usr/share/pixmaps/pgadmin3.png"
+  install -Dm644 "$srcdir/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog  2013-09-10 10:15:17 UTC (rev 97012)
+++ community-x86_64/ChangeLog  2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,28 +0,0 @@
-2008-08-21  Douglas Soares de Andrade  <doug...@archlinux.org>
-
-       * Updated for i686: 1.8.5
-
-2008-06-24  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for i686   - 1.8.4
-
-2008-02-21  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for i686   - 1.8.2
-
-2008-01-05  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated for x86_64 - 1.8.1
-       * Updated for i686   - 1.8.1
-
-2007-10-28  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated version
-
-2007-10-11  Douglas Soares de Andrade  <d...@aur.archlinux.org>
-
-       * Updated version
-
-2007-06-28  tardo  <ta...@nagi-fanboi.net>
-       
-       * Built for x86_64

Copied: pgadmin3/repos/community-x86_64/ChangeLog (from rev 97012, 
pgadmin3/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog                          (rev 0)
+++ community-x86_64/ChangeLog  2013-09-10 10:15:36 UTC (rev 97013)
@@ -0,0 +1,28 @@
+2008-08-21  Douglas Soares de Andrade  <doug...@archlinux.org>
+
+       * Updated for i686: 1.8.5
+
+2008-06-24  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for i686   - 1.8.4
+
+2008-02-21  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for i686   - 1.8.2
+
+2008-01-05  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated for x86_64 - 1.8.1
+       * Updated for i686   - 1.8.1
+
+2007-10-28  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated version
+
+2007-10-11  Douglas Soares de Andrade  <d...@aur.archlinux.org>
+
+       * Updated version
+
+2007-06-28  tardo  <ta...@nagi-fanboi.net>
+       
+       * Built for x86_64

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-09-10 10:15:17 UTC (rev 97012)
+++ community-x86_64/PKGBUILD   2013-09-10 10:15:36 UTC (rev 97013)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Maintainer: Douglas Soares de Andrade <d...@aur.archlinux.org>
-# Contributor: Benjamin Andresen <be...@klapmuetz.org>
-# Contributor: bekks <eduard.warken...@gmx.de>
-
-pkgname=pgadmin3
-pkgver=1.16.1
-pkgrel=2
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org";
-license=('custom')
-depends=('wxgtk' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick')
-_categories="Development;Application"
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('f3bc59630f0dc9600d4ad125097ce2fa')
-
-build() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
-  cp pgadmin3-3.png pgadmin3.png
-  gendesk $startdir/PKGBUILD
-
-  cd "pgadmin3-${pkgver}"
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/pgadmin3-${pkgver}
-
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
$pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
-  install -Dm644 "$srcdir/pgadmin3.png" 
"$pkgdir/usr/share/pixmaps/pgadmin3.png"
-  install -Dm644 "$srcdir/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-x86_64/PKGBUILD (from rev 97012, 
pgadmin3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-10 10:15:36 UTC (rev 97013)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Douglas Soares de Andrade <d...@aur.archlinux.org>
+# Contributor: Benjamin Andresen <be...@klapmuetz.org>
+# Contributor: bekks <eduard.warken...@gmx.de>
+
+pkgname=pgadmin3
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://www.pgadmin.org";
+license=('custom')
+depends=('wxgtk' 'postgresql-libs' 'libxslt')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick')
+_categories="Development;Application"
+source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('ed1968a9abda0064be68bf57d7ccad43')
+
+build() {
+  cd "$srcdir"
+  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgadmin3.png
+  cp pgadmin3-3.png pgadmin3.png
+  gendesk $startdir/PKGBUILD
+
+  cd "pgadmin3-${pkgver}"
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/pgadmin3-${pkgver}
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
$pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
+  install -Dm644 "$srcdir/pgadmin3.png" 
"$pkgdir/usr/share/pixmaps/pgadmin3.png"
+  install -Dm644 "$srcdir/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
+}

Reply via email to