[arch-commits] Commit in synce-core/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Nov 2 08:49:32 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:49:32
  Author: spupykin
Revision: 100285

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

Added:
  synce-core/repos/community-i686/PKGBUILD
    (from rev 100284, synce-core/trunk/PKGBUILD)
  synce-core/repos/community-x86_64/PKGBUILD
    (from rev 100284, synce-core/trunk/PKGBUILD)
Deleted:
  synce-core/repos/community-i686/PKGBUILD
  synce-core/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-02 08:49:16 UTC (rev 100284)
+++ community-i686/PKGBUILD	2013-11-02 08:49:32 UTC (rev 100285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan Was <janek.jan at gmail.com>
-
-pkgname=synce-core
-pkgver=0.17
-pkgrel=1
-pkgdesc="provide a means of communication with a Windows CE device - libraries"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-license=('GPL')
-depends=('dbus-glib' 'udev' 'python2')
-makedepends=('dhclient')
-provides=('synce-libsynce' 'synce-librapi')
-replaces=('synce-libsynce' 'synce-librapi')
-conflicts=('synce-libsynce' 'synce-librapi')
-source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
-md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 \
-    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
-        --enable-odccm-support --enable-udev-support --enable-bluetooth-support
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synce-core/repos/community-i686/PKGBUILD (from rev 100284, synce-core/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-02 08:49:32 UTC (rev 100285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan Was <janek.jan at gmail.com>
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=2
+pkgdesc="provide a means of communication with a Windows CE device - libraries"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+license=('GPL')
+depends=('dbus-glib' 'udev' 'python2')
+makedepends=('dhclient')
+provides=('synce-libsynce' 'synce-librapi')
+replaces=('synce-libsynce' 'synce-librapi')
+conflicts=('synce-libsynce' 'synce-librapi')
+source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
+md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
+        --enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-02 08:49:16 UTC (rev 100284)
+++ community-x86_64/PKGBUILD	2013-11-02 08:49:32 UTC (rev 100285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan Was <janek.jan at gmail.com>
-
-pkgname=synce-core
-pkgver=0.17
-pkgrel=1
-pkgdesc="provide a means of communication with a Windows CE device - libraries"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-license=('GPL')
-depends=('dbus-glib' 'udev' 'python2')
-makedepends=('dhclient')
-provides=('synce-libsynce' 'synce-librapi')
-replaces=('synce-libsynce' 'synce-librapi')
-conflicts=('synce-libsynce' 'synce-librapi')
-source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
-md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 \
-    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
-        --enable-odccm-support --enable-udev-support --enable-bluetooth-support
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synce-core/repos/community-x86_64/PKGBUILD (from rev 100284, synce-core/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-02 08:49:32 UTC (rev 100285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan Was <janek.jan at gmail.com>
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=2
+pkgdesc="provide a means of communication with a Windows CE device - libraries"
+arch=('i686' 'x86_64')
+url="http://synce.sourceforge.net/"
+license=('GPL')
+depends=('dbus-glib' 'udev' 'python2')
+makedepends=('dhclient')
+provides=('synce-libsynce' 'synce-librapi')
+replaces=('synce-libsynce' 'synce-librapi')
+conflicts=('synce-libsynce' 'synce-librapi')
+source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
+md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+    ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/synce-core \
+        --enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list