Date: Friday, February 13, 2015 @ 22:25:37
  Author: anatolik
Revision: 127688

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ---------------------
 community-x86_64/PKGBUILD |   27 ---------------------
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-02-13 21:24:56 UTC (rev 127687)
+++ community-i686/PKGBUILD     2015-02-13 21:25:37 UTC (rev 127688)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <[email protected]>
-# Contributor: Johannes Martin <[email protected]>
-# Contributor: JJDaNiMoTh <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-
-pkgname=gputils
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('175dedeb141b4a4609a70262847257e4')
-
-build() {
-       cd "$srcdir/$pkgname-$pkgver"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "$srcdir/$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 127687, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-02-13 21:25:37 UTC (rev 127688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli <[email protected]>
+# Contributor: Johannes Martin <[email protected]>
+# Contributor: JJDaNiMoTh <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=gputils
+pkgver=1.4.0
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz";)
+md5sums=('6cf5d82b1d2978d6e13378d1a4a77df4')
+
+build() {
+       cd "$srcdir/$pkgname-$_tag"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$_tag"
+       make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-02-13 21:24:56 UTC (rev 127687)
+++ community-x86_64/PKGBUILD   2015-02-13 21:25:37 UTC (rev 127688)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <[email protected]>
-# Contributor: Johannes Martin <[email protected]>
-# Contributor: JJDaNiMoTh <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-
-pkgname=gputils
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('175dedeb141b4a4609a70262847257e4')
-
-build() {
-       cd "$srcdir/$pkgname-$pkgver"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "$srcdir/$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 127687, 
gputils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-13 21:25:37 UTC (rev 127688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli <[email protected]>
+# Contributor: Johannes Martin <[email protected]>
+# Contributor: JJDaNiMoTh <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=gputils
+pkgver=1.4.0
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz";)
+md5sums=('6cf5d82b1d2978d6e13378d1a4a77df4')
+
+build() {
+       cd "$srcdir/$pkgname-$_tag"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$_tag"
+       make DESTDIR="$pkgdir" install
+}

Reply via email to