Date: Monday, July 10, 2017 @ 21:40:54
  Author: jlichtblau
Revision: 243810

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

Added:
  garmindev/repos/community-i686/51-garmin.rules
    (from rev 243809, garmindev/trunk/51-garmin.rules)
  garmindev/repos/community-i686/PKGBUILD
    (from rev 243809, garmindev/trunk/PKGBUILD)
  garmindev/repos/community-i686/garmindev.changelog
    (from rev 243809, garmindev/trunk/garmindev.changelog)
  garmindev/repos/community-i686/garmindev.install
    (from rev 243809, garmindev/trunk/garmindev.install)
  garmindev/repos/community-x86_64/51-garmin.rules
    (from rev 243809, garmindev/trunk/51-garmin.rules)
  garmindev/repos/community-x86_64/PKGBUILD
    (from rev 243809, garmindev/trunk/PKGBUILD)
  garmindev/repos/community-x86_64/garmindev.changelog
    (from rev 243809, garmindev/trunk/garmindev.changelog)
  garmindev/repos/community-x86_64/garmindev.install
    (from rev 243809, garmindev/trunk/garmindev.install)
Deleted:
  garmindev/repos/community-i686/51-garmin.rules
  garmindev/repos/community-i686/PKGBUILD
  garmindev/repos/community-i686/garmindev.changelog
  garmindev/repos/community-i686/garmindev.install
  garmindev/repos/community-x86_64/51-garmin.rules
  garmindev/repos/community-x86_64/PKGBUILD
  garmindev/repos/community-x86_64/garmindev.changelog
  garmindev/repos/community-x86_64/garmindev.install

--------------------------------------+
 /51-garmin.rules                     |    2 
 /PKGBUILD                            |   78 +++++++++++++++++++++++++++++++++
 /garmindev.changelog                 |   28 +++++++++++
 /garmindev.install                   |   20 ++++++++
 community-i686/51-garmin.rules       |    1 
 community-i686/PKGBUILD              |   39 ----------------
 community-i686/garmindev.changelog   |   14 -----
 community-i686/garmindev.install     |   10 ----
 community-x86_64/51-garmin.rules     |    1 
 community-x86_64/PKGBUILD            |   39 ----------------
 community-x86_64/garmindev.changelog |   14 -----
 community-x86_64/garmindev.install   |   10 ----
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/51-garmin.rules
===================================================================
--- community-i686/51-garmin.rules      2017-07-10 21:40:39 UTC (rev 243809)
+++ community-i686/51-garmin.rules      2017-07-10 21:40:54 UTC (rev 243810)
@@ -1 +0,0 @@
-ATTR{idVendor}=="091e", ATTR{idProduct}=="0003", GROUP="uucp", MODE="660"

Copied: garmindev/repos/community-i686/51-garmin.rules (from rev 243809, 
garmindev/trunk/51-garmin.rules)
===================================================================
--- community-i686/51-garmin.rules                              (rev 0)
+++ community-i686/51-garmin.rules      2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1 @@
+ATTR{idVendor}=="091e", ATTR{idProduct}=="0003", GROUP="uucp", MODE="660"

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-07-10 21:40:39 UTC (rev 243809)
+++ community-i686/PKGBUILD     2017-07-10 21:40:54 UTC (rev 243810)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Matthias Maennich <[email protected]>
-
-pkgname=garmindev
-pkgver=0.3.4
-pkgrel=8
-pkgdesc="Garmin Device Drivers for QlandkarteGT"
-arch=('i686' 'x86_64')
-url="http://www.qlandkarte.org/";
-license=('GPL')
-depends=('libusb-compat')
-makedepends=('cmake')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
-        51-garmin.rules)
-sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
-            '0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${srcdir}/$pkgname-$pkgver/build
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-
-#ChangeLog and example udev rule
-  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
-  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
-}

Copied: garmindev/repos/community-i686/PKGBUILD (from rev 243809, 
garmindev/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Matthias Maennich <[email protected]>
+
+pkgname=garmindev
+pkgver=0.3.4
+pkgrel=9
+pkgdesc="Garmin Device Drivers for QlandkarteGT"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('libusb-compat')
+makedepends=('cmake')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
+        51-garmin.rules)
+sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
+            '0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${srcdir}/$pkgname-$pkgver/build
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+
+#ChangeLog and example udev rule
+  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
+  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
+}

Deleted: community-i686/garmindev.changelog
===================================================================
--- community-i686/garmindev.changelog  2017-07-10 21:40:39 UTC (rev 243809)
+++ community-i686/garmindev.changelog  2017-07-10 21:40:54 UTC (rev 243810)
@@ -1,14 +0,0 @@
-2013-12-25 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-7 static libraries removed
-
-"013-09-29 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-6 install file update FS#36141
-
-2011-11-20 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-5
-       * udev rule updated for Linux 3.1.1
-
-2011-02-05 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-3
-       * moved to [community] with 33 AUR votes
-       * see /usr/share/garmindev/CHANGELOG for feature changes

Copied: garmindev/repos/community-i686/garmindev.changelog (from rev 243809, 
garmindev/trunk/garmindev.changelog)
===================================================================
--- community-i686/garmindev.changelog                          (rev 0)
+++ community-i686/garmindev.changelog  2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1,14 @@
+2013-12-25 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-7 static libraries removed
+
+"013-09-29 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-6 install file update FS#36141
+
+2011-11-20 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-5
+       * udev rule updated for Linux 3.1.1
+
+2011-02-05 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-3
+       * moved to [community] with 33 AUR votes
+       * see /usr/share/garmindev/CHANGELOG for feature changes

Deleted: community-i686/garmindev.install
===================================================================
--- community-i686/garmindev.install    2017-07-10 21:40:39 UTC (rev 243809)
+++ community-i686/garmindev.install    2017-07-10 21:40:54 UTC (rev 243810)
@@ -1,10 +0,0 @@
-post_install() {
-cat << EOF
-Note:
-==> In case you experience access permission error for the attached Garmin GPS 
device,
-==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more 
details.
-==> Disable garmin_gps module and see included example udev rule:
-==> echo "blacklist garmin_gps" > /etc/modprobe.d/garmindev.conf
-==> cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 
51-garmin.rules
-EOF
-}

Copied: garmindev/repos/community-i686/garmindev.install (from rev 243809, 
garmindev/trunk/garmindev.install)
===================================================================
--- community-i686/garmindev.install                            (rev 0)
+++ community-i686/garmindev.install    2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1,10 @@
+post_install() {
+cat << EOF
+Note:
+==> In case you experience access permission error for the attached Garmin GPS 
device,
+==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more 
details.
+==> Disable garmin_gps module and see included example udev rule:
+==> echo "blacklist garmin_gps" > /etc/modprobe.d/garmindev.conf
+==> cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 
51-garmin.rules
+EOF
+}

Deleted: community-x86_64/51-garmin.rules
===================================================================
--- community-x86_64/51-garmin.rules    2017-07-10 21:40:39 UTC (rev 243809)
+++ community-x86_64/51-garmin.rules    2017-07-10 21:40:54 UTC (rev 243810)
@@ -1 +0,0 @@
-ATTR{idVendor}=="091e", ATTR{idProduct}=="0003", GROUP="uucp", MODE="660"

Copied: garmindev/repos/community-x86_64/51-garmin.rules (from rev 243809, 
garmindev/trunk/51-garmin.rules)
===================================================================
--- community-x86_64/51-garmin.rules                            (rev 0)
+++ community-x86_64/51-garmin.rules    2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1 @@
+ATTR{idVendor}=="091e", ATTR{idProduct}=="0003", GROUP="uucp", MODE="660"

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-07-10 21:40:39 UTC (rev 243809)
+++ community-x86_64/PKGBUILD   2017-07-10 21:40:54 UTC (rev 243810)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Matthias Maennich <[email protected]>
-
-pkgname=garmindev
-pkgver=0.3.4
-pkgrel=8
-pkgdesc="Garmin Device Drivers for QlandkarteGT"
-arch=('i686' 'x86_64')
-url="http://www.qlandkarte.org/";
-license=('GPL')
-depends=('libusb-compat')
-makedepends=('cmake')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
-        51-garmin.rules)
-sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
-            '0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${srcdir}/$pkgname-$pkgver/build
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-
-#ChangeLog and example udev rule
-  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
-  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
-}

Copied: garmindev/repos/community-x86_64/PKGBUILD (from rev 243809, 
garmindev/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Matthias Maennich <[email protected]>
+
+pkgname=garmindev
+pkgver=0.3.4
+pkgrel=9
+pkgdesc="Garmin Device Drivers for QlandkarteGT"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/";
+license=('GPL')
+depends=('libusb-compat')
+makedepends=('cmake')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
+        51-garmin.rules)
+sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
+            '0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${srcdir}/$pkgname-$pkgver/build
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+
+#ChangeLog and example udev rule
+  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
+  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
+}

Deleted: community-x86_64/garmindev.changelog
===================================================================
--- community-x86_64/garmindev.changelog        2017-07-10 21:40:39 UTC (rev 
243809)
+++ community-x86_64/garmindev.changelog        2017-07-10 21:40:54 UTC (rev 
243810)
@@ -1,14 +0,0 @@
-2013-12-25 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-7 static libraries removed
-
-"013-09-29 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-6 install file update FS#36141
-
-2011-11-20 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-5
-       * udev rule updated for Linux 3.1.1
-
-2011-02-05 Jaroslav Lichtblau <[email protected]>
-       * garmindev 0.3.4-3
-       * moved to [community] with 33 AUR votes
-       * see /usr/share/garmindev/CHANGELOG for feature changes

Copied: garmindev/repos/community-x86_64/garmindev.changelog (from rev 243809, 
garmindev/trunk/garmindev.changelog)
===================================================================
--- community-x86_64/garmindev.changelog                                (rev 0)
+++ community-x86_64/garmindev.changelog        2017-07-10 21:40:54 UTC (rev 
243810)
@@ -0,0 +1,14 @@
+2013-12-25 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-7 static libraries removed
+
+"013-09-29 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-6 install file update FS#36141
+
+2011-11-20 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-5
+       * udev rule updated for Linux 3.1.1
+
+2011-02-05 Jaroslav Lichtblau <[email protected]>
+       * garmindev 0.3.4-3
+       * moved to [community] with 33 AUR votes
+       * see /usr/share/garmindev/CHANGELOG for feature changes

Deleted: community-x86_64/garmindev.install
===================================================================
--- community-x86_64/garmindev.install  2017-07-10 21:40:39 UTC (rev 243809)
+++ community-x86_64/garmindev.install  2017-07-10 21:40:54 UTC (rev 243810)
@@ -1,10 +0,0 @@
-post_install() {
-cat << EOF
-Note:
-==> In case you experience access permission error for the attached Garmin GPS 
device,
-==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more 
details.
-==> Disable garmin_gps module and see included example udev rule:
-==> echo "blacklist garmin_gps" > /etc/modprobe.d/garmindev.conf
-==> cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 
51-garmin.rules
-EOF
-}

Copied: garmindev/repos/community-x86_64/garmindev.install (from rev 243809, 
garmindev/trunk/garmindev.install)
===================================================================
--- community-x86_64/garmindev.install                          (rev 0)
+++ community-x86_64/garmindev.install  2017-07-10 21:40:54 UTC (rev 243810)
@@ -0,0 +1,10 @@
+post_install() {
+cat << EOF
+Note:
+==> In case you experience access permission error for the attached Garmin GPS 
device,
+==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more 
details.
+==> Disable garmin_gps module and see included example udev rule:
+==> echo "blacklist garmin_gps" > /etc/modprobe.d/garmindev.conf
+==> cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 
51-garmin.rules
+EOF
+}

Reply via email to