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

2017-08-09 Thread Bartłomiej Piotrowski
Date: Wednesday, August 9, 2017 @ 10:34:33
  Author: bpiotrowski
Revision: 249647

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

Added:
  avrdude/repos/community-i686/PKGBUILD
(from rev 249646, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
(from rev 249646, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   32 -
 community-x86_64/PKGBUILD |   32 -
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-09 10:34:26 UTC (rev 249646)
+++ community-i686/PKGBUILD 2017-08-09 10:34:33 UTC (rev 249647)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier 
-# Maintainer: Brad Fanella 
-
-pkgname=avrdude
-pkgver=6.3
-pkgrel=2
-epoch=1
-pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
-md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
- 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 249646, 
avrdude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-09 10:34:33 UTC (rev 249647)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=3
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-linuxgpio
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-09 10:34:26 UTC (rev 249646)
+++ community-x86_64/PKGBUILD   2017-08-09 10:34:33 UTC (rev 249647)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier 
-# Maintainer: Brad Fanella 
-
-pkgname=avrdude
-pkgver=6.3
-pkgrel=2
-epoch=1
-pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
-md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
- 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 249646, 
avrdude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-09 10:34:33 UTC (rev 249647)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=3
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 20:45:17
  Author: bpiotrowski
Revision: 194812

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

Added:
  avrdude/repos/community-staging-i686/
  avrdude/repos/community-staging-i686/PKGBUILD
(from rev 194811, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-staging-x86_64/
  avrdude/repos/community-staging-x86_64/PKGBUILD
(from rev 194811, avrdude/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: avrdude/repos/community-staging-i686/PKGBUILD (from rev 194811, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:45:17 UTC (rev 194812)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=2
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 194811, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:45:17 UTC (rev 194812)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=2
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2016-02-21 Thread Anatol Pomozov
Date: Sunday, February 21, 2016 @ 22:36:45
  Author: anatolik
Revision: 163105

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

Added:
  avrdude/repos/community-testing-i686/
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 163104, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 163104, avrdude/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 163104, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-21 21:36:45 UTC (rev 163105)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=1
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 163104, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-02-21 21:36:45 UTC (rev 163105)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.3
+pkgrel=1
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2015-12-09 Thread Anatol Pomozov
Date: Wednesday, December 9, 2015 @ 22:09:28
  Author: anatolik
Revision: 151290

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

Added:
  avrdude/repos/community-testing-i686/
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 151289, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 151289, avrdude/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 151289, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 21:09:28 UTC (rev 151290)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.1
+pkgrel=1
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('9db8c25b935d34234b9b1ba16ad55fd5'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 151289, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 21:09:28 UTC (rev 151290)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.1
+pkgrel=1
+epoch=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('9db8c25b935d34234b9b1ba16ad55fd5'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2015-12-02 Thread Anatol Pomozov
Date: Thursday, December 3, 2015 @ 00:28:22
  Author: anatolik
Revision: 148121

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

Added:
  avrdude/repos/community-testing-i686/
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 148120, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 148120, avrdude/trunk/PKGBUILD)

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

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 148120, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-02 23:28:22 UTC (rev 148121)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.2
+pkgrel=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('11eba11661713a43d371e4ff382d98c3'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 148120, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-02 23:28:22 UTC (rev 148121)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Maintainer: Brad Fanella 
+
+pkgname=avrdude
+pkgver=6.2
+pkgrel=1
+pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873')
+md5sums=('11eba11661713a43d371e4ff382d98c3'
+ 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2014-03-24 Thread Jelle van der Waa
Date: Monday, March 24, 2014 @ 14:07:37
  Author: jelle
Revision: 108183

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

Added:
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 108182, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 108182, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-testing-i686/PKGBUILD
  avrdude/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-testing-i686/PKGBUILD   |   30 --
 community-testing-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-03-24 13:07:27 UTC (rev 108182)
+++ community-testing-i686/PKGBUILD 2014-03-24 13:07:37 UTC (rev 108183)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=4
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 108182, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-24 13:07:37 UTC (rev 108183)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.1
+pkgrel=1
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('9db8c25b935d34234b9b1ba16ad55fd5'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-03-24 13:07:27 UTC (rev 108182)
+++ community-testing-x86_64/PKGBUILD   2014-03-24 13:07:37 UTC (rev 108183)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=4
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 108182, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-24 13:07:37 UTC (rev 108183)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.1
+pkgrel=1
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})

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

2014-03-20 Thread Jelle van der Waa
Date: Thursday, March 20, 2014 @ 20:52:23
  Author: jelle
Revision: 108003

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

Added:
  avrdude/repos/community-testing-i686/
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 108002, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 108002, avrdude/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   30 ++
 community-testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 108002, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-20 19:52:23 UTC (rev 108003)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 108002, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-20 19:52:23 UTC (rev 108003)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}



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

2014-03-20 Thread Jelle van der Waa
Date: Thursday, March 20, 2014 @ 20:53:28
  Author: jelle
Revision: 108005

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

Added:
  avrdude/repos/community-testing-i686/PKGBUILD
(from rev 108004, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-testing-x86_64/PKGBUILD
(from rev 108004, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-testing-i686/PKGBUILD
  avrdude/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-testing-i686/PKGBUILD   |   30 --
 community-testing-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-03-20 19:53:19 UTC (rev 108004)
+++ community-testing-i686/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=3
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-testing-i686/PKGBUILD (from rev 108004, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-20 19:53:28 UTC (rev 108005)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=4
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-03-20 19:53:19 UTC (rev 108004)
+++ community-testing-x86_64/PKGBUILD   2014-03-20 19:53:28 UTC (rev 108005)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=3
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-testing-x86_64/PKGBUILD (from rev 108004, 
avrdude/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-20 19:53:28 UTC (rev 108005)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=4
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})

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

2013-12-04 Thread Eric Bélanger
Date: Thursday, December 5, 2013 @ 03:01:26
  Author: eric
Revision: 102091

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

Added:
  avrdude/repos/community-i686/PKGBUILD
(from rev 102090, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
(from rev 102090, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-05 02:00:39 UTC (rev 102090)
+++ community-i686/PKGBUILD 2013-12-05 02:01:26 UTC (rev 102091)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 102090, 
avrdude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-05 02:01:26 UTC (rev 102091)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-05 02:00:39 UTC (rev 102090)
+++ community-x86_64/PKGBUILD   2013-12-05 02:01:26 UTC (rev 102091)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('346ec2e46393a54ac152b95abf1d9850'
- 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 102090, 
avrdude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-05 02:01:26 UTC (rev 102091)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('readline' 'libftdi' 'libusb-compat')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   

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

2013-11-26 Thread Eric Bélanger
Date: Tuesday, November 26, 2013 @ 21:55:38
  Author: eric
Revision: 101518

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

Added:
  avrdude/repos/community-staging-i686/
  avrdude/repos/community-staging-i686/PKGBUILD
(from rev 101517, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-staging-x86_64/
  avrdude/repos/community-staging-x86_64/PKGBUILD
(from rev 101517, avrdude/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: avrdude/repos/community-staging-i686/PKGBUILD (from rev 101517, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 101517, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}



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

2013-09-21 Thread Jelle van der Waa
Date: Saturday, September 21, 2013 @ 13:43:49
  Author: jelle
Revision: 97484

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

Added:
  avrdude/repos/community-i686/PKGBUILD
(from rev 97483, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
(from rev 97483, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-21 11:42:37 UTC (rev 97483)
+++ community-i686/PKGBUILD 2013-09-21 11:43:49 UTC (rev 97484)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=4
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3a43e288cb32916703b6945e3f260df9'
- '0c23b005d4090aef4e081476aabc1958')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 97483, 
avrdude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-21 11:43:49 UTC (rev 97484)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=1
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-21 11:42:37 UTC (rev 97483)
+++ community-x86_64/PKGBUILD   2013-09-21 11:43:49 UTC (rev 97484)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=4
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusbx' 'readline' 'libftdi')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3a43e288cb32916703b6945e3f260df9'
- '0c23b005d4090aef4e081476aabc1958')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 97483, 
avrdude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-21 11:43:49 UTC (rev 97484)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=1
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+

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

2013-04-06 Thread Jelle van der Waa
Date: Saturday, April 6, 2013 @ 21:56:39
  Author: jelle
Revision: 87805

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

Added:
  avrdude/repos/community-i686/PKGBUILD
(from rev 87804, avrdude/trunk/PKGBUILD)
  avrdude/repos/community-x86_64/PKGBUILD
(from rev 87804, avrdude/trunk/PKGBUILD)
Deleted:
  avrdude/repos/community-i686/PKGBUILD
  avrdude/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-06 19:55:31 UTC (rev 87804)
+++ community-i686/PKGBUILD 2013-04-06 19:56:39 UTC (rev 87805)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusb-compat' 'readline')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3a43e288cb32916703b6945e3f260df9'
- '0c23b005d4090aef4e081476aabc1958')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-i686/PKGBUILD (from rev 87804, 
avrdude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-06 19:56:39 UTC (rev 87805)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=5.11.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusb-compat' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3a43e288cb32916703b6945e3f260df9'
+ '0c23b005d4090aef4e081476aabc1958')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-06 19:55:31 UTC (rev 87804)
+++ community-x86_64/PKGBUILD   2013-04-06 19:56:39 UTC (rev 87805)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=avrdude
-pkgver=5.11.1
-pkgrel=2
-pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/avrdude/;
-license=('GPL')
-depends=('libusb-compat' 'readline')
-source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3a43e288cb32916703b6945e3f260df9'
- '0c23b005d4090aef4e081476aabc1958')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --mandir=/usr/share/man \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: avrdude/repos/community-x86_64/PKGBUILD (from rev 87804, 
avrdude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-06 19:56:39 UTC (rev 87805)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=5.11.1
+pkgrel=3
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusb-compat' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3a43e288cb32916703b6945e3f260df9'
+ '0c23b005d4090aef4e081476aabc1958')
+
+build() {
+   cd