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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:44:05
  Author: arodseth
Revision: 153794

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 17:43:54 UTC (rev 153793)
+++ community-i686/PKGBUILD 2015-12-20 17:44:05 UTC (rev 153794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
-replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 153793, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 17:44:05 UTC (rev 153794)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
+
+build() {
+  make -C "utf8proc-$pkgver"
+}
+
+check() {
+  make -C "utf8proc-$pkgver" check
+}
+
+package() {
+  cd "utf8proc-$pkgver"
+
+  make DESTDIR="$pkgdir" prefix=/usr install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: julialang.org/utf8proc/releases/
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 17:43:54 UTC (rev 153793)
+++ community-x86_64/PKGBUILD   2015-12-20 17:44:05 UTC (rev 153794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
-replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-x86_64/PKGBUILD (from rev 153793, 
libutf8proc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 17:44:05 UTC (rev 153794)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)

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

2015-04-30 Thread Alexander Rødseth
Date: Thursday, April 30, 2015 @ 10:15:19
  Author: arodseth
Revision: 132555

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-30 08:13:50 UTC (rev 132554)
+++ community-i686/PKGBUILD 2015-04-30 08:15:19 UTC (rev 132555)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=4
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('custom')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C netsurf-all-$_netsurf/$pkgname \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared 
-}
-
-package() {
-  cd netsurf-all-$_netsurf/$pkgname
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared \
-DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 132554, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-30 08:15:19 UTC (rev 132555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libutf8proc
+pkgver=1.1.6
+_netsurf=3.3
+pkgrel=5
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/libutf8proc.git/'
+license=('custom')
+replaces=('utf8proc')
+makedepends=('netsurf-buildsystem')
+depends=('glibc')
+source=(http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
+sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
+
+build() {
+  make -C netsurf-all-$_netsurf/$pkgname \
+PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared 
+}
+
+package() {
+  cd netsurf-all-$_netsurf/$pkgname
+
+  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared \
+DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-30 08:13:50 UTC (rev 132554)
+++ community-x86_64/PKGBUILD   2015-04-30 08:15:19 UTC (rev 132555)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=4
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('custom')
-makedepends=('netsurf-buildsystem')
-source=(http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C netsurf-all-$_netsurf/$pkgname \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared 
-}
-
-package() {
-  cd netsurf-all-$_netsurf/$pkgname
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE=lib-shared \
-DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-x86_64/PKGBUILD (from rev 132554, 
libutf8proc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-30 08:15:19 UTC (rev 132555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=libutf8proc
+pkgver=1.1.6
+_netsurf=3.3
+pkgrel=5
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/libutf8proc.git/'
+license=('custom')
+replaces=('utf8proc')
+makedepends=('netsurf-buildsystem')
+depends=('glibc')
+source=(http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)