Date: Saturday, June 15, 2013 @ 06:42:48
  Author: bisson
Revision: 188501

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

Added:
  libhangul/repos/extra-i686/PKGBUILD
    (from rev 188500, libhangul/trunk/PKGBUILD)
  libhangul/repos/extra-x86_64/PKGBUILD
    (from rev 188500, libhangul/trunk/PKGBUILD)
Deleted:
  libhangul/repos/extra-i686/PKGBUILD
  libhangul/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-06-15 04:42:16 UTC (rev 188500)
+++ extra-i686/PKGBUILD 2013-06-15 04:42:48 UTC (rev 188501)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir <da...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=libhangul
-pkgver=0.1.0
-pkgrel=1
-_filecode=6000
-pkgdesc='Input method library for Korean'
-arch=('i686' 'x86_64')
-url='http://kldp.net/projects/hangul/'
-license=('LGPL')
-options=('!libtool')
-DLAGENTS=("http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o 
%u") # moronic httpd bans curl's user-agent
-source=("http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --enable-static=no
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: libhangul/repos/extra-i686/PKGBUILD (from rev 188500, 
libhangul/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-06-15 04:42:48 UTC (rev 188501)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir <da...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=libhangul
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Input method library for Korean'
+url='http://code.google.com/p/libhangul/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2013-06-15 04:42:16 UTC (rev 188500)
+++ extra-x86_64/PKGBUILD       2013-06-15 04:42:48 UTC (rev 188501)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir <da...@archlinux.org>
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-
-pkgname=libhangul
-pkgver=0.1.0
-pkgrel=1
-_filecode=6000
-pkgdesc='Input method library for Korean'
-arch=('i686' 'x86_64')
-url='http://kldp.net/projects/hangul/'
-license=('LGPL')
-options=('!libtool')
-DLAGENTS=("http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o 
%u") # moronic httpd bans curl's user-agent
-source=("http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --enable-static=no
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: libhangul/repos/extra-x86_64/PKGBUILD (from rev 188500, 
libhangul/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-06-15 04:42:48 UTC (rev 188501)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir <da...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=libhangul
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Input method library for Korean'
+url='http://code.google.com/p/libhangul/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --disable-static
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to