[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-14 Thread Antonio Rojas via arch-commits
Date: Sunday, June 14, 2020 @ 08:41:35
  Author: arojas
Revision: 389170

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 389169, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-14 08:41:25 UTC (rev 389169)
+++ PKGBUILD2020-06-14 08:41:35 UTC (rev 389170)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=4.4
-pkgrel=2
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes;
-license=('LGPL')
-makedepends=('python' git)
-_commit=38edb926592954b87eb527124da0ec68d2a748f3  # tags/iso-codes-4.4^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 389169, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-14 08:41:35 UTC (rev 389170)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=a36019e5014bff251f83d522ddcfebaecf52afd3
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 13:36:05
  Author: arojas
Revision: 367263

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 367262, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-09 13:35:38 UTC (rev 367262)
+++ PKGBUILD2019-11-09 13:36:05 UTC (rev 367263)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=4.3
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes;
-license=('LGPL')
-makedepends=('python' git)
-_commit=43398a317371e309361ce43072603863cb2f57e1  # tags/iso-codes-4.3^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 367262, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-09 13:36:05 UTC (rev 367263)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.4
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=38edb926592954b87eb527124da0ec68d2a748f3  # tags/iso-codes-4.4^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2019-07-12 Thread Antonio Rojas via arch-commits
Date: Friday, July 12, 2019 @ 18:01:20
  Author: arojas
Revision: 357789

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 357788, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-12 18:01:00 UTC (rev 357788)
+++ PKGBUILD2019-07-12 18:01:20 UTC (rev 357789)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=4.2
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes;
-license=('LGPL')
-makedepends=('python' git)
-_commit=58a4f20f8e6f4d8f9545333f3eae4cfe5678de16  # tags/iso-codes-4.2^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 357788, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-12 18:01:20 UTC (rev 357789)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.3
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=43398a317371e309361ce43072603863cb2f57e1  # tags/iso-codes-4.3^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2019-01-26 Thread Antonio Rojas via arch-commits
Date: Sunday, January 27, 2019 @ 00:01:52
  Author: arojas
Revision: 344858

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 344857, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-27 00:01:15 UTC (rev 344857)
+++ PKGBUILD2019-01-27 00:01:52 UTC (rev 344858)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=4.2
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes;
-license=('LGPL')
-makedepends=('python' git)
-_commit=58a4f20f8e6f4d8f9545333f3eae4cfe5678de16  # tags/iso-codes-4.2^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 344857, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-27 00:01:52 UTC (rev 344858)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.2
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=58a4f20f8e6f4d8f9545333f3eae4cfe5678de16  # tags/iso-codes-4.2^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2019-01-26 Thread Antonio Rojas via arch-commits
Date: Sunday, January 27, 2019 @ 00:01:15
  Author: arojas
Revision: 344857

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 344856, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-26 23:59:35 UTC (rev 344856)
+++ PKGBUILD2019-01-27 00:01:15 UTC (rev 344857)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=4.1
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes;
-license=('LGPL')
-makedepends=('python' git)
-_commit=164802d5fd8c7a8167816fd86a62b286680619f0  # tags/iso-codes-4.1^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 344856, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-27 00:01:15 UTC (rev 344857)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.2
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=58a4f20f8e6f4d8f9545333f3eae4cfe5678de16  # tags/iso-codes-4.2^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2018-11-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 15, 2018 @ 20:42:46
  Author: jelle
Revision: 339737

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 339736, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-15 20:42:33 UTC (rev 339736)
+++ PKGBUILD2018-11-15 20:42:46 UTC (rev 339737)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.79
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python' git)
-_commit=c1d5dd96b33cb815ebc21d2708bc045b1545249d  # tags/iso-codes-3.79^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 339736, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-15 20:42:46 UTC (rev 339737)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=4.1
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes;
+license=('LGPL')
+makedepends=('python' git)
+_commit=164802d5fd8c7a8167816fd86a62b286680619f0  # tags/iso-codes-4.1^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-23 Thread Jan de Groot via arch-commits
Date: Thursday, August 23, 2018 @ 21:36:01
  Author: jgc
Revision: 332882

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 332881, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 21:35:57 UTC (rev 332881)
+++ PKGBUILD2018-08-23 21:36:01 UTC (rev 332882)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.76
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python' git)
-_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 332881, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 21:36:01 UTC (rev 332882)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.79
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python' git)
+_commit=c1d5dd96b33cb815ebc21d2708bc045b1545249d  # tags/iso-codes-3.79^0
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:11:54
  Author: jgc
Revision: 309360

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 309359, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-09 22:11:45 UTC (rev 309359)
+++ PKGBUILD2017-11-09 22:11:54 UTC (rev 309360)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.75
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python' git)
-_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 309359, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-09 22:11:54 UTC (rev 309360)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.76
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python' git)
+_commit=466dd437f40ec20d328dc5bf9ac57b64c4f954ab  # tags/iso-codes-3.76
+source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2017-06-28 Thread Jan de Groot
Date: Wednesday, June 28, 2017 @ 22:01:00
  Author: jgc
Revision: 299381

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 299380, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 22:00:55 UTC (rev 299380)
+++ PKGBUILD2017-06-28 22:01:00 UTC (rev 299381)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.74
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python' git)
-_commit=df0820baa5f236da2520995153fabb557da55f8e  # tags/iso-codes-3.74
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 299380, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-28 22:01:00 UTC (rev 299381)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.75
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python' git)
+_commit=a37f8c303d96cefcda4cac6f1e7311be8eaa64a3  # tags/iso-codes-3.75
+source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2017-02-05 Thread Jan de Groot
Date: Sunday, February 5, 2017 @ 20:52:21
  Author: jgc
Revision: 288107

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 288106, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 36 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-05 20:52:17 UTC (rev 288106)
+++ PKGBUILD2017-02-05 20:52:21 UTC (rev 288107)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.70
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('c61f8f02eecf978d3710ff594e43ca7e'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 288106, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-05 20:52:21 UTC (rev 288107)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.74
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python' git)
+_commit=df0820baa5f236da2520995153fabb557da55f8e  # tags/iso-codes-3.74
+source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-10-24 Thread Felix Yan
Date: Tuesday, October 25, 2016 @ 02:36:19
  Author: felixonmars
Revision: 279221

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 279220, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-25 02:35:59 UTC (rev 279220)
+++ PKGBUILD2016-10-25 02:36:19 UTC (rev 279221)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.69
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('33ed5ea7eed84a7609f041c838fc96d7'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 279220, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-25 02:36:19 UTC (rev 279221)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.70
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('c61f8f02eecf978d3710ff594e43ca7e'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 02:41:16
  Author: felixonmars
Revision: 273648

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 273647, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-13 02:39:56 UTC (rev 273647)
+++ PKGBUILD2016-08-13 02:41:16 UTC (rev 273648)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.68
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-makedepends=('python')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('a5ce7d78b80f6d29150883d892f2e185'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 273647, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-13 02:41:16 UTC (rev 273648)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.69
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('33ed5ea7eed84a7609f041c838fc96d7'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-05-03 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 04:08:58
  Author: fyan
Revision: 266845

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 266844, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 02:08:44 UTC (rev 266844)
+++ PKGBUILD2016-05-04 02:08:58 UTC (rev 266845)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.67
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('8dbf901d2c90afd508ffbd99aed2c456'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 266844, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 02:08:58 UTC (rev 266845)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.68
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+makedepends=('python')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('a5ce7d78b80f6d29150883d892f2e185'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-02 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 10:05:11
  Author: fyan
Revision: 263747

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 263746, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-02 08:04:58 UTC (rev 263746)
+++ PKGBUILD2016-04-02 08:05:11 UTC (rev 263747)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.66
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ee236a71bcd3181aa654ac744ad6b989'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 263746, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-02 08:05:11 UTC (rev 263747)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.67
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('8dbf901d2c90afd508ffbd99aed2c456'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:54:21
  Author: fyan
Revision: 260775

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 260774, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:54:04 UTC (rev 260774)
+++ PKGBUILD2016-03-04 03:54:21 UTC (rev 260775)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.65
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('890a08d4f962748e0a0758a8aa471896'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 260774, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:54:21 UTC (rev 260775)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.66
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ee236a71bcd3181aa654ac744ad6b989'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-02-02 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 13:53:32
  Author: fyan
Revision: 258774

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 258773, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-02 12:52:56 UTC (rev 258773)
+++ PKGBUILD2016-02-02 12:53:32 UTC (rev 258774)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.64
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('01c02633ede9d6fdf4b5f99d5dbd47b2'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 258773, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-02 12:53:32 UTC (rev 258774)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.65
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('890a08d4f962748e0a0758a8aa471896'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 13:22:44
  Author: fyan
Revision: 257507

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 257506, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 12:22:23 UTC (rev 257506)
+++ PKGBUILD2016-01-04 12:22:44 UTC (rev 257507)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.63
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('129f822fd64c9bf80931269ccb95'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 257506, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 12:22:44 UTC (rev 257507)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.64
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('01c02633ede9d6fdf4b5f99d5dbd47b2'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-11-01 Thread Felix Yan
Date: Sunday, November 1, 2015 @ 17:15:52
  Author: fyan
Revision: 249945

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 249944, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-01 16:15:32 UTC (rev 249944)
+++ PKGBUILD2015-11-01 16:15:52 UTC (rev 249945)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.62
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('acbb38aed37da06f32d74b1cd20644c6'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 249944, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-01 16:15:52 UTC (rev 249945)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.63
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('129f822fd64c9bf80931269ccb95'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-10-01 Thread Felix Yan
Date: Thursday, October 1, 2015 @ 17:32:56
  Author: fyan
Revision: 247966

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 247965, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-01 15:32:26 UTC (rev 247965)
+++ PKGBUILD2015-10-01 15:32:56 UTC (rev 247966)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.61
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('186dbc4043cc466ddbe72c42c48a0186'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 247965, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-01 15:32:56 UTC (rev 247966)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.62
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('acbb38aed37da06f32d74b1cd20644c6'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-09-02 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 12:14:11
  Author: fyan
Revision: 245196

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 245195, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 10:13:49 UTC (rev 245195)
+++ PKGBUILD2015-09-02 10:14:11 UTC (rev 245196)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.60
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('875cc8e1b7e89150b0ade59a988980ea'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 245195, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 10:14:11 UTC (rev 245196)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.61
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('186dbc4043cc466ddbe72c42c48a0186'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-05 Thread Felix Yan
Date: Tuesday, January 6, 2015 @ 08:41:02
  Author: fyan
Revision: 228703

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 228702, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-06 07:40:42 UTC (rev 228702)
+++ PKGBUILD2015-01-06 07:41:02 UTC (rev 228703)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.54
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('4deb72801cd67eda525f7f681e9f3233'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 228702, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-06 07:41:02 UTC (rev 228703)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.57
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ea67bb8f94063816d96c972bd00f7720'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-04 Thread Felix Yan
Date: Monday, January 5, 2015 @ 04:48:30
  Author: fyan
Revision: 228434

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 228433, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-05 03:48:11 UTC (rev 228433)
+++ PKGBUILD2015-01-05 03:48:30 UTC (rev 228434)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.53
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('35afa0ba21ac2dcd68eb49e546908936'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 228433, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-05 03:48:30 UTC (rev 228434)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.54
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('4deb72801cd67eda525f7f681e9f3233'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2014-12-30 Thread Felix Yan
Date: Wednesday, December 31, 2014 @ 05:33:00
  Author: fyan
Revision: 228221

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 228220, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   51 ++-
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-31 04:32:36 UTC (rev 228220)
+++ PKGBUILD2014-12-31 04:33:00 UTC (rev 228221)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.52
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('0f3f6ce16b3cf4b92538b8255e0dfa92'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 228220, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-31 04:33:00 UTC (rev 228221)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.53
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('35afa0ba21ac2dcd68eb49e546908936'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2014-04-04 Thread Felix Yan
Date: Friday, April 4, 2014 @ 08:41:06
  Author: fyan
Revision: 209786

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 209785, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-04 06:40:11 UTC (rev 209785)
+++ PKGBUILD2014-04-04 06:41:06 UTC (rev 209786)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.44
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('be772ec57321b92e62d962def26ce2aa'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 209785, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-04 06:41:06 UTC (rev 209786)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.52
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('0f3f6ce16b3cf4b92538b8255e0dfa92'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2013-07-31 Thread Jan de Groot
Date: Wednesday, July 31, 2013 @ 10:25:26
  Author: jgc
Revision: 191821

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 191820, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-31 08:25:22 UTC (rev 191820)
+++ PKGBUILD2013-07-31 08:25:26 UTC (rev 191821)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.43
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('44b27ce9d1aca2326ba8b51827c4b725'
- '0239c45bdd83ddd3fa9e3c2ee3c8308a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 191820, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-31 08:25:26 UTC (rev 191821)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.44
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('be772ec57321b92e62d962def26ce2aa'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-17 Thread Jan de Groot
Date: Monday, June 17, 2013 @ 11:47:54
  Author: jgc
Revision: 188641

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 188640, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-17 09:47:50 UTC (rev 188640)
+++ PKGBUILD2013-06-17 09:47:54 UTC (rev 188641)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.41
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ee13ecb5c97176c981f996cfd7bce6e8'
- '7883edf85306abaced453204d10c97e9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 188640, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-17 09:47:54 UTC (rev 188641)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.43
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('44b27ce9d1aca2326ba8b51827c4b725'
+ '0239c45bdd83ddd3fa9e3c2ee3c8308a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-13 Thread Jan de Groot
Date: Wednesday, March 13, 2013 @ 21:16:54
  Author: jgc
Revision: 179982

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 179981, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-13 20:16:49 UTC (rev 179981)
+++ PKGBUILD2013-03-13 20:16:54 UTC (rev 179982)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.38
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('df8dacc718116dae3db453a4d85c018a'
- '5cc8ca3eec407a318fda79043de28569')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 179981, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-13 20:16:54 UTC (rev 179982)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.41
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ee13ecb5c97176c981f996cfd7bce6e8'
+ '7883edf85306abaced453204d10c97e9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2012-08-09 Thread Jan de Groot
Date: Thursday, August 9, 2012 @ 03:57:31
  Author: jgc
Revision: 165028

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 165027, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-09 07:57:15 UTC (rev 165027)
+++ PKGBUILD2012-08-09 07:57:31 UTC (rev 165028)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.34
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('6f86172dc7b1021a395887f44474ad61'
- '7b7a39398c2d4576c5bf3158f87dfe46')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 165027, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-09 07:57:31 UTC (rev 165028)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.38
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('df8dacc718116dae3db453a4d85c018a'
+ '5cc8ca3eec407a318fda79043de28569')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:21:44
  Author: jgc
Revision: 156268

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 156267, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 14:21:37 UTC (rev 156267)
+++ PKGBUILD2012-04-16 14:21:44 UTC (rev 156268)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.32
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('32c8e19258796b38af79a15d658e40e7'
- '01cca4ffe8b31321c12db830be7b2ecd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 156267, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 14:21:44 UTC (rev 156268)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.34
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('6f86172dc7b1021a395887f44474ad61'
+ '7b7a39398c2d4576c5bf3158f87dfe46')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-03 Thread Ionut Biru
Date: Friday, February 3, 2012 @ 11:07:37
  Author: ibiru
Revision: 148545

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 148544, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-03 16:07:28 UTC (rev 148544)
+++ PKGBUILD2012-02-03 16:07:37 UTC (rev 148545)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.29
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
- '81b3071ab9d4b40d3af21d0dea415b49')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 148544, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-03 16:07:37 UTC (rev 148545)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.32
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('32c8e19258796b38af79a15d658e40e7'
+ '01cca4ffe8b31321c12db830be7b2ecd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-15 Thread Eric BĂ©langer
Date: Sunday, October 16, 2011 @ 01:27:51
  Author: eric
Revision: 140508

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 140507, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 24 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-16 05:27:38 UTC (rev 140507)
+++ PKGBUILD2011-10-16 05:27:51 UTC (rev 140508)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.14
-pkgrel=1
-arch=(any)
-license=('LGPL')
-pkgdesc=Lists of the country, language, and currency names
-url=http://pkg-isocodes.alioth.debian.org/;
-source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b4bedcd57de703ac4f9f4c21a77dc7d5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install || return 1
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 140507, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-16 05:27:51 UTC (rev 140508)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.29
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8c0c18d76cf204ad0da1e61229ea4c7'
+ '81b3071ab9d4b40d3af21d0dea415b49')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} pkgconfigdir=/usr/lib/pkgconfig install
+}