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

2017-04-17 Thread Sergej Pupykin
Date: Monday, April 17, 2017 @ 08:14:27
  Author: spupykin
Revision: 223369

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-17 08:14:09 UTC (rev 223368)
+++ community-i686/PKGBUILD 2017-04-17 08:14:27 UTC (rev 223369)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Orivej Desh 
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=2
-pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("i686" "x86_64")
-url="https://github.com/adah1972/libunibreak/;
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f $pkgdir/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 223368, 
libunibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 08:14:27 UTC (rev 223369)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Orivej Desh 
+
+pkgname=libunibreak
+pkgver=4.0
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="https://github.com/adah1972/libunibreak/;
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+sha256sums=('8ea270d2d9dea6b633f7de1a4a624163c3549b4b6f5031f08c6b96d704d58aa4')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-17 08:14:09 UTC (rev 223368)
+++ community-x86_64/PKGBUILD   2017-04-17 08:14:27 UTC (rev 223369)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Orivej Desh 
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=2
-pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("i686" "x86_64")
-url="https://github.com/adah1972/libunibreak/;
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f $pkgdir/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 223368, 
libunibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-17 08:14:27 UTC (rev 223369)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Orivej Desh 
+
+pkgname=libunibreak
+pkgver=4.0
+pkgrel=1
+pkgdesc="An 

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

2015-06-10 Thread Sergej Pupykin
Date: Wednesday, June 10, 2015 @ 18:01:33
  Author: spupykin
Revision: 135157

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-10 16:01:19 UTC (rev 135156)
+++ community-i686/PKGBUILD 2015-06-10 16:01:33 UTC (rev 135157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=https://github.com/adah1972/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 135156, 
libunibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-10 16:01:33 UTC (rev 135157)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=2
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=https://github.com/adah1972/libunibreak/;
+license=(custom:zlib/libpng)
+depends=()
+replaces=('liblinebreak')
+source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
+
+build() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/lib/*.a
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-10 16:01:19 UTC (rev 135156)
+++ community-x86_64/PKGBUILD   2015-06-10 16:01:33 UTC (rev 135157)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=https://github.com/adah1972/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 135156, 
libunibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-10 16:01:33 UTC (rev 135157)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=2
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)

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

2015-05-12 Thread Sergej Pupykin
Date: Tuesday, May 12, 2015 @ 18:52:36
  Author: spupykin
Revision: 15

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-12 16:52:15 UTC (rev 14)
+++ community-i686/PKGBUILD 2015-05-12 16:52:36 UTC (rev 15)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=1.1
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=http://vimgadgets.sourceforge.net/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('80c933a03493bd920553c9380aa7f13d')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 14, 
libunibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-12 16:52:36 UTC (rev 15)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=1
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=https://github.com/adah1972/libunibreak/;
+license=(custom:zlib/libpng)
+depends=(glibc)
+replaces=('liblinebreak')
+source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
+
+build() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-12 16:52:15 UTC (rev 14)
+++ community-x86_64/PKGBUILD   2015-05-12 16:52:36 UTC (rev 15)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Orivej Desh sm...@bk.ru
-
-pkgname=libunibreak
-pkgver=1.1
-pkgrel=1
-pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
-arch=(i686 x86_64)
-url=http://vimgadgets.sourceforge.net/libunibreak/;
-license=(custom:zlib/libpng)
-depends=(glibc)
-replaces=('liblinebreak')
-source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-md5sums=('80c933a03493bd920553c9380aa7f13d')
-
-build() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 14, 
libunibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-12 16:52:36 UTC (rev 15)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=3.0
+pkgrel=1
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=https://github.com/adah1972/libunibreak/;

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

2013-10-21 Thread Sergej Pupykin
Date: Monday, October 21, 2013 @ 15:20:21
  Author: spupykin
Revision: 98933

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

Added:
  libunibreak/repos/community-i686/
  libunibreak/repos/community-i686/PKGBUILD
(from rev 98932, libunibreak/trunk/PKGBUILD)
  libunibreak/repos/community-x86_64/
  libunibreak/repos/community-x86_64/PKGBUILD
(from rev 98932, libunibreak/trunk/PKGBUILD)

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

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 98932, 
libunibreak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-21 13:20:21 UTC (rev 98933)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=1.1
+pkgrel=1
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=http://vimgadgets.sourceforge.net/libunibreak/;
+license=(custom:zlib/libpng)
+depends=(glibc)
+makedepends=()
+replaces=('liblinebreak')
+options=(!libtool)
+source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+md5sums=('80c933a03493bd920553c9380aa7f13d')
+
+build() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 98932, 
libunibreak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-21 13:20:21 UTC (rev 98933)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Orivej Desh sm...@bk.ru
+
+pkgname=libunibreak
+pkgver=1.1
+pkgrel=1
+pkgdesc=An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24
+arch=(i686 x86_64)
+url=http://vimgadgets.sourceforge.net/libunibreak/;
+license=(custom:zlib/libpng)
+depends=(glibc)
+makedepends=()
+replaces=('liblinebreak')
+options=(!libtool)
+source=($pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+md5sums=('80c933a03493bd920553c9380aa7f13d')
+
+build() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libunibreak-libunibreak_${pkgver//./_}
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}