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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 19:03:21
  Author: spupykin
Revision: 117715

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 17:03:02 UTC (rev 117714)
+++ community-i686/PKGBUILD 2014-08-21 17:03:21 UTC (rev 117715)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.25
-pkgrel=1
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('9598526f2b9a0a4619d1f1563300e72a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 117714, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 17:03:21 UTC (rev 117715)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.26
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7013a36656400dac398748a374c9104f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-21 17:03:02 UTC (rev 117714)
+++ community-x86_64/PKGBUILD   2014-08-21 17:03:21 UTC (rev 117715)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.25
-pkgrel=1
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('9598526f2b9a0a4619d1f1563300e72a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 117714, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-21 17:03:21 UTC (rev 117715)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.26
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7013a36656400dac398748a374c9104f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2014-01-02 Thread Sergej Pupykin
Date: Thursday, January 2, 2014 @ 23:42:11
  Author: spupykin
Revision: 103303

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-02 22:41:54 UTC (rev 103302)
+++ community-i686/PKGBUILD 2014-01-02 22:42:11 UTC (rev 103303)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=2
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 103302, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-02 22:42:11 UTC (rev 103303)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.25
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('9598526f2b9a0a4619d1f1563300e72a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-02 22:41:54 UTC (rev 103302)
+++ community-x86_64/PKGBUILD   2014-01-02 22:42:11 UTC (rev 103303)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=2
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 103302, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-02 22:42:11 UTC (rev 103303)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.25
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('9598526f2b9a0a4619d1f1563300e72a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 18:15:29
  Author: spupykin
Revision: 100106

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 17:14:59 UTC (rev 100105)
+++ community-i686/PKGBUILD 2013-11-01 17:15:29 UTC (rev 100106)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=1
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 100105, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 17:15:29 UTC (rev 100106)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=2
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-01 17:14:59 UTC (rev 100105)
+++ community-x86_64/PKGBUILD   2013-11-01 17:15:29 UTC (rev 100106)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.24
-pkgrel=1
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 100105, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-01 17:15:29 UTC (rev 100106)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=2
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:02
  Author: spupykin
Revision: 88309

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:26:44 UTC (rev 88308)
+++ community-i686/PKGBUILD 2013-04-16 13:27:02 UTC (rev 88309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.21
-pkgrel=3
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('d4d364231505dc22a6af42be7bc85edf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 88308, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:27:02 UTC (rev 88309)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:26:44 UTC (rev 88308)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:02 UTC (rev 88309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=flickcurl
-pkgver=1.21
-pkgrel=3
-pkgdesc="C library for the Flickr API"
-arch=(i686 x86_64)
-url="http://librdf.org/flickcurl/";
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('d4d364231505dc22a6af42be7bc85edf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|#include ||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 88308, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:02 UTC (rev 88309)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=1
+pkgdesc="C library for the Flickr API"
+arch=(i686 x86_64)
+url="http://librdf.org/flickcurl/";
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|#include ||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}