Date: Saturday, June 18, 2016 @ 04:55:36
  Author: jlichtblau
Revision: 180412

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

Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

-------------------------------------+
 community-i686/PKGBUILD             |   49 ------------------------------
 community-i686/kmymoney.changelog   |   54 ----------------------------------
 community-x86_64/PKGBUILD           |   49 ------------------------------
 community-x86_64/kmymoney.changelog |   54 ----------------------------------
 4 files changed, 206 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-06-18 04:45:44 UTC (rev 180411)
+++ community-i686/PKGBUILD     2016-06-18 04:55:36 UTC (rev 180412)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Maintainer: Laurent Carlier <[email protected]>
-# Contributor: Vamp898 <[email protected]>
-# Contributor: Jaroslaw Swierczynski <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Contributor: Todd Maynard <[email protected]>
-
-pkgname=kmymoney
-pkgver=4.8.0
-pkgrel=2
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
-replaces=('kmymoney2')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz
-        4.8_build.patch)
-sha256sums=('c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2'
-            '21cd9d7fece1b38b87ade8e4fc7f01397cf44a7fe0bc44cd08dda01d05207215')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#https://bugs.kde.org/show_bug.cgi?id=364355
-  patch -Np1 -i "${srcdir}"/4.8_build.patch
-}
-
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Deleted: community-i686/kmymoney.changelog
===================================================================
--- community-i686/kmymoney.changelog   2016-06-18 04:45:44 UTC (rev 180411)
+++ community-i686/kmymoney.changelog   2016-06-18 04:55:36 UTC (rev 180412)
@@ -1,54 +0,0 @@
-2016-06-15 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.8.0-1 x86_64
-       * i686 build fails https://bugs.kde.org/show_bug.cgi?id=364355
-
-2016-04-29 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-4 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-3 libical rebuild
-
-2015-04-28 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-1
-
-2014-11-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  <[email protected]>
-        * kmymoney 4.6.2-2
-       * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.1
-       * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 4.5
-       * Package renamed to 'kmymoney'
-
-2010-05-20 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.5
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.4
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * FS#18974 broken OFX imported fixed in 1.0.3-2
-
-2010-03-27 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.3

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-06-18 04:45:44 UTC (rev 180411)
+++ community-x86_64/PKGBUILD   2016-06-18 04:55:36 UTC (rev 180412)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Maintainer: Laurent Carlier <[email protected]>
-# Contributor: Vamp898 <[email protected]>
-# Contributor: Jaroslaw Swierczynski <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Contributor: Todd Maynard <[email protected]>
-
-pkgname=kmymoney
-pkgver=4.8.0
-pkgrel=2
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
-replaces=('kmymoney2')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz
-        4.8_build.patch)
-sha256sums=('c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2'
-            '21cd9d7fece1b38b87ade8e4fc7f01397cf44a7fe0bc44cd08dda01d05207215')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#https://bugs.kde.org/show_bug.cgi?id=364355
-  patch -Np1 -i "${srcdir}"/4.8_build.patch
-}
-
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Deleted: community-x86_64/kmymoney.changelog
===================================================================
--- community-x86_64/kmymoney.changelog 2016-06-18 04:45:44 UTC (rev 180411)
+++ community-x86_64/kmymoney.changelog 2016-06-18 04:55:36 UTC (rev 180412)
@@ -1,54 +0,0 @@
-2016-06-15 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.8.0-1 x86_64
-       * i686 build fails https://bugs.kde.org/show_bug.cgi?id=364355
-
-2016-04-29 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-4 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-3 libical rebuild
-
-2015-04-28 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.2-1
-
-2014-11-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  <[email protected]>
-        * kmymoney 4.6.2-2
-       * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau <[email protected]>
-       * kmymoney 4.5.1
-       * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 4.5
-       * Package renamed to 'kmymoney'
-
-2010-05-20 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.5
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.4
-
-2010-04-09 Jaroslav Lichtblau <[email protected]>
-       * FS#18974 broken OFX imported fixed in 1.0.3-2
-
-2010-03-27 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 1.0.3

Reply via email to