Date: Tuesday, April 18, 2017 @ 18:11:31
  Author: jlichtblau
Revision: 223751

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

Added:
  osmo/repos/community-i686/PKGBUILD
    (from rev 223750, osmo/trunk/PKGBUILD)
  osmo/repos/community-i686/osmo.changelog
    (from rev 223750, osmo/trunk/osmo.changelog)
  osmo/repos/community-x86_64/PKGBUILD
    (from rev 223750, osmo/trunk/PKGBUILD)
  osmo/repos/community-x86_64/osmo.changelog
    (from rev 223750, osmo/trunk/osmo.changelog)
Deleted:
  osmo/repos/community-i686/PKGBUILD
  osmo/repos/community-i686/osmo.changelog
  osmo/repos/community-x86_64/PKGBUILD
  osmo/repos/community-x86_64/osmo.changelog

---------------------------------+
 /PKGBUILD                       |   60 ++++++++++++++++++++++++++++++++++++++
 /osmo.changelog                 |   60 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   30 -------------------
 community-i686/osmo.changelog   |   27 -----------------
 community-x86_64/PKGBUILD       |   30 -------------------
 community-x86_64/osmo.changelog |   27 -----------------
 6 files changed, 120 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-04-18 18:11:10 UTC (rev 223750)
+++ community-i686/PKGBUILD     2017-04-18 18:11:31 UTC (rev 223751)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: Benzo <[email protected]>
-
-pkgname=osmo
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A handy personal organizer"
-arch=('i686' 'x86_64')
-url="http://clayo.org/osmo/";
-license=('GPL')
-depends=('gtkspell3' 'libarchive' 'libgringotts' 'libical' 'libnotify' 
'libxml2')
-optdepends=('sox: to play sounds')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('041468de76d6b237a9040a4c61911a10df46b090f0e4592ca90352bc2e418bdb')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: osmo/repos/community-i686/PKGBUILD (from rev 223750, 
osmo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-04-18 18:11:31 UTC (rev 223751)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Benzo <[email protected]>
+
+pkgname=osmo
+pkgver=0.4.0_1
+pkgrel=1
+pkgdesc="A handy personal organizer"
+arch=('i686' 'x86_64')
+url="http://clayo.org/osmo/";
+license=('GPL')
+depends=('gtkspell3' 'libarchive' 'libgringotts' 'libical' 'libnotify' 
'libxml2')
+optdepends=('sox: to play sounds')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/${pkgname}-${pkgver%_*}/${pkgname}-${pkgver//_/-}.tar.gz)
+sha256sums=('fb454718e071c44bd360ce3e56cb29926cbf44a0d06ec738fa9b40fe3cbf8a33')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver//_/-}
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/osmo.changelog
===================================================================
--- community-i686/osmo.changelog       2017-04-18 18:11:10 UTC (rev 223750)
+++ community-i686/osmo.changelog       2017-04-18 18:11:31 UTC (rev 223751)
@@ -1,27 +0,0 @@
-2017-04-16 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.4.0-1
-
-2016-04-30 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-3 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-2 libical rebuild
-
-2015-08-08 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-1 upstream stable version
-
-2014-10-22 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.12-2 upstream stable version
-
-2010-04-04 Jaroslav Lichtblau <[email protected]>
-       * FS#18941 solved
-
-2010-04-02 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 0.2.10
-
-2009-03-26 Jaroslav Lichtblau <[email protected]>
-       * FS#13879 solved
-
-2009-03-17 Jaroslav Lichtblau <[email protected]>
-       * Updated to major version 0.2.6
-

Copied: osmo/repos/community-i686/osmo.changelog (from rev 223750, 
osmo/trunk/osmo.changelog)
===================================================================
--- community-i686/osmo.changelog                               (rev 0)
+++ community-i686/osmo.changelog       2017-04-18 18:11:31 UTC (rev 223751)
@@ -0,0 +1,30 @@
+2017-04-18 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.4.0_1-1
+
+2017-04-16 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.4.0-1
+
+2016-04-30 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-3 pacman hooks rebuild
+
+2016-01-09 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-2 libical rebuild
+
+2015-08-08 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.12-2 upstream stable version
+
+2010-04-04 Jaroslav Lichtblau <[email protected]>
+       * FS#18941 solved
+
+2010-04-02 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 0.2.10
+
+2009-03-26 Jaroslav Lichtblau <[email protected]>
+       * FS#13879 solved
+
+2009-03-17 Jaroslav Lichtblau <[email protected]>
+       * Updated to major version 0.2.6
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-04-18 18:11:10 UTC (rev 223750)
+++ community-x86_64/PKGBUILD   2017-04-18 18:11:31 UTC (rev 223751)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: Benzo <[email protected]>
-
-pkgname=osmo
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A handy personal organizer"
-arch=('i686' 'x86_64')
-url="http://clayo.org/osmo/";
-license=('GPL')
-depends=('gtkspell3' 'libarchive' 'libgringotts' 'libical' 'libnotify' 
'libxml2')
-optdepends=('sox: to play sounds')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('041468de76d6b237a9040a4c61911a10df46b090f0e4592ca90352bc2e418bdb')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: osmo/repos/community-x86_64/PKGBUILD (from rev 223750, 
osmo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-18 18:11:31 UTC (rev 223751)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Benzo <[email protected]>
+
+pkgname=osmo
+pkgver=0.4.0_1
+pkgrel=1
+pkgdesc="A handy personal organizer"
+arch=('i686' 'x86_64')
+url="http://clayo.org/osmo/";
+license=('GPL')
+depends=('gtkspell3' 'libarchive' 'libgringotts' 'libical' 'libnotify' 
'libxml2')
+optdepends=('sox: to play sounds')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/${pkgname}-${pkgver%_*}/${pkgname}-${pkgver//_/-}.tar.gz)
+sha256sums=('fb454718e071c44bd360ce3e56cb29926cbf44a0d06ec738fa9b40fe3cbf8a33')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver//_/-}
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/osmo.changelog
===================================================================
--- community-x86_64/osmo.changelog     2017-04-18 18:11:10 UTC (rev 223750)
+++ community-x86_64/osmo.changelog     2017-04-18 18:11:31 UTC (rev 223751)
@@ -1,27 +0,0 @@
-2017-04-16 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.4.0-1
-
-2016-04-30 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-3 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-2 libical rebuild
-
-2015-08-08 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.14-1 upstream stable version
-
-2014-10-22 Jaroslav Lichtblau <[email protected]>
-       * osmo 0.2.12-2 upstream stable version
-
-2010-04-04 Jaroslav Lichtblau <[email protected]>
-       * FS#18941 solved
-
-2010-04-02 Jaroslav Lichtblau <[email protected]>
-       * Update to major release 0.2.10
-
-2009-03-26 Jaroslav Lichtblau <[email protected]>
-       * FS#13879 solved
-
-2009-03-17 Jaroslav Lichtblau <[email protected]>
-       * Updated to major version 0.2.6
-

Copied: osmo/repos/community-x86_64/osmo.changelog (from rev 223750, 
osmo/trunk/osmo.changelog)
===================================================================
--- community-x86_64/osmo.changelog                             (rev 0)
+++ community-x86_64/osmo.changelog     2017-04-18 18:11:31 UTC (rev 223751)
@@ -0,0 +1,30 @@
+2017-04-18 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.4.0_1-1
+
+2017-04-16 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.4.0-1
+
+2016-04-30 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-3 pacman hooks rebuild
+
+2016-01-09 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-2 libical rebuild
+
+2015-08-08 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau <[email protected]>
+       * osmo 0.2.12-2 upstream stable version
+
+2010-04-04 Jaroslav Lichtblau <[email protected]>
+       * FS#18941 solved
+
+2010-04-02 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 0.2.10
+
+2009-03-26 Jaroslav Lichtblau <[email protected]>
+       * FS#13879 solved
+
+2009-03-17 Jaroslav Lichtblau <[email protected]>
+       * Updated to major version 0.2.6
+

Reply via email to