[arch-commits] Commit in haxe/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Wed Jan 27 15:19:44 UTC 2016


    Date: Wednesday, January 27, 2016 @ 16:19:44
  Author: arodseth
Revision: 159262

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

Added:
  haxe/repos/community-i686/PKGBUILD
    (from rev 159261, haxe/trunk/PKGBUILD)
  haxe/repos/community-i686/haxe.sh
    (from rev 159261, haxe/trunk/haxe.sh)
  haxe/repos/community-x86_64/PKGBUILD
    (from rev 159261, haxe/trunk/PKGBUILD)
  haxe/repos/community-x86_64/haxe.sh
    (from rev 159261, haxe/trunk/haxe.sh)
Deleted:
  haxe/repos/community-i686/PKGBUILD
  haxe/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  124 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   58 --------------------
 community-i686/haxe.sh    |    1 
 community-x86_64/PKGBUILD |   58 --------------------
 community-x86_64/haxe.sh  |    1 
 5 files changed, 126 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-27 15:18:35 UTC (rev 159261)
+++ community-i686/PKGBUILD	2016-01-27 15:19:44 UTC (rev 159262)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-# Contributor: Andy Li <andy at onthewings.net>
-# Contributor: Kyle Brady  <kyle at spark-gap dot com>
-# Contributor: Patrick Hof <courts at offensivethinking.org>
-# Contributor: Michael Fellinger <mf at rubyists.com>
-
-pkgname=haxe
-pkgver=3.2.1
-pkgrel=3
-pkgdesc='Cross-platform toolkit and programming language'
-arch=('x86_64' 'i686')
-url='http://haxe.org/'
-license=('GPL' 'MIT' 'LGPL') # http://haxe.org/foundation/open-source.html
-groups=('devel')
-depends=('neko>=2.0.0')
-optdepends=('python' 'php' 'java-environment' 'mono')
-makedepends=('git' 'ocaml>=4.00.0' 'zlib' 'neko>=2.0.0' 'camlp4')
-provides=('haxe' 'haxelib')
-options=('!strip' '!makeflags')
-source=(
-  "$pkgname-${pkgver/rc?/}::git+https://github.com/HaxeFoundation/haxe.git#tag=${pkgver/rc/-rc}"
-  'git+https://github.com/HaxeFoundation/haxelib.git'
-  'git+https://github.com/HaxeFoundation/ocamllibs.git'
-)
-md5sums=('SKIP' 'SKIP' 'SKIP')
-
-build() {
-  cd "$pkgname-${pkgver/rc?/}"
-
-  git submodule init
-  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
-  git config submodule.libs.url "$srcdir/ocamllibs"
-  git submodule update
-
-  make
-  make tools
-}
-
-check() {
-  cd "$pkgname-${pkgver/rc?/}"
-
-  echo "haxe version:"
-  ./haxe -version
-  echo "haxelib version:"
-  ./haxelib version
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin/ "$pkgdir"/usr/share/haxe/
-  install -m 755 "$srcdir/$pkgname-${pkgver/rc?/}"/{haxe,haxelib} "$pkgdir"/usr/bin/
-  cp -rf "$srcdir/$pkgname-${pkgver/rc?/}"/std "$pkgdir"/usr/share/$pkgname/
-  install -Dm 644 "$srcdir/$pkgname-${pkgver/rc?/}"/extra/LICENSE.txt \
-    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haxe/repos/community-i686/PKGBUILD (from rev 159261, haxe/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-27 15:19:44 UTC (rev 159262)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+# Contributor: Andy Li <andy at onthewings.net>
+# Contributor: Kyle Brady  <kyle at spark-gap dot com>
+# Contributor: Patrick Hof <courts at offensivethinking.org>
+# Contributor: Michael Fellinger <mf at rubyists.com>
+
+pkgname=haxe
+pkgver=3.2.1
+pkgrel=4
+pkgdesc='Cross-platform toolkit and programming language'
+arch=('x86_64' 'i686')
+url='http://haxe.org/'
+license=('GPL' 'MIT' 'LGPL') # http://haxe.org/foundation/open-source.html
+groups=('devel')
+depends=('neko>=2.0.0')
+optdepends=('python' 'php' 'java-environment' 'mono')
+makedepends=('git' 'ocaml>=4.00.0' 'zlib' 'neko>=2.0.0' 'camlp4')
+provides=('haxe' 'haxelib')
+options=('!strip' '!makeflags')
+source=("$pkgname-${pkgver/rc?/}::git+https://github.com/HaxeFoundation/haxe.git#tag=${pkgver/rc/-rc}"
+  'git+https://github.com/HaxeFoundation/haxelib.git'
+  'git+https://github.com/HaxeFoundation/ocamllibs.git'
+  'haxe.sh'
+)
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         '977476c8fc1dfc0acbb05bd22f9136b0')
+
+build() {
+  cd "$pkgname-${pkgver/rc?/}"
+
+  git submodule init
+  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
+  git config submodule.libs.url "$srcdir/ocamllibs"
+  git submodule update
+
+  make
+  make tools
+}
+
+check() {
+  cd "$pkgname-${pkgver/rc?/}"
+
+  echo "haxe version:"
+  ./haxe -version
+  echo "haxelib version:"
+  ./haxelib version
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin/ "$pkgdir"/usr/share/haxe/
+  install -m 755 "$srcdir/$pkgname-${pkgver/rc?/}"/{haxe,haxelib} "$pkgdir"/usr/bin/
+  cp -rf "$srcdir/$pkgname-${pkgver/rc?/}"/std "$pkgdir"/usr/share/$pkgname/
+  install -Dm 644 "$srcdir/$pkgname-${pkgver/rc?/}"/extra/LICENSE.txt \
+    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haxe/repos/community-i686/haxe.sh (from rev 159261, haxe/trunk/haxe.sh)
===================================================================
--- community-i686/haxe.sh	                        (rev 0)
+++ community-i686/haxe.sh	2016-01-27 15:19:44 UTC (rev 159262)
@@ -0,0 +1 @@
+export HAXE_STD_PATH=/usr/share/haxe/std

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-27 15:18:35 UTC (rev 159261)
+++ community-x86_64/PKGBUILD	2016-01-27 15:19:44 UTC (rev 159262)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-# Contributor: Andy Li <andy at onthewings.net>
-# Contributor: Kyle Brady  <kyle at spark-gap dot com>
-# Contributor: Patrick Hof <courts at offensivethinking.org>
-# Contributor: Michael Fellinger <mf at rubyists.com>
-
-pkgname=haxe
-pkgver=3.2.1
-pkgrel=3
-pkgdesc='Cross-platform toolkit and programming language'
-arch=('x86_64' 'i686')
-url='http://haxe.org/'
-license=('GPL' 'MIT' 'LGPL') # http://haxe.org/foundation/open-source.html
-groups=('devel')
-depends=('neko>=2.0.0')
-optdepends=('python' 'php' 'java-environment' 'mono')
-makedepends=('git' 'ocaml>=4.00.0' 'zlib' 'neko>=2.0.0' 'camlp4')
-provides=('haxe' 'haxelib')
-options=('!strip' '!makeflags')
-source=(
-  "$pkgname-${pkgver/rc?/}::git+https://github.com/HaxeFoundation/haxe.git#tag=${pkgver/rc/-rc}"
-  'git+https://github.com/HaxeFoundation/haxelib.git'
-  'git+https://github.com/HaxeFoundation/ocamllibs.git'
-)
-md5sums=('SKIP' 'SKIP' 'SKIP')
-
-build() {
-  cd "$pkgname-${pkgver/rc?/}"
-
-  git submodule init
-  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
-  git config submodule.libs.url "$srcdir/ocamllibs"
-  git submodule update
-
-  make
-  make tools
-}
-
-check() {
-  cd "$pkgname-${pkgver/rc?/}"
-
-  echo "haxe version:"
-  ./haxe -version
-  echo "haxelib version:"
-  ./haxelib version
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin/ "$pkgdir"/usr/share/haxe/
-  install -m 755 "$srcdir/$pkgname-${pkgver/rc?/}"/{haxe,haxelib} "$pkgdir"/usr/bin/
-  cp -rf "$srcdir/$pkgname-${pkgver/rc?/}"/std "$pkgdir"/usr/share/$pkgname/
-  install -Dm 644 "$srcdir/$pkgname-${pkgver/rc?/}"/extra/LICENSE.txt \
-    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haxe/repos/community-x86_64/PKGBUILD (from rev 159261, haxe/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-27 15:19:44 UTC (rev 159262)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+# Contributor: Andy Li <andy at onthewings.net>
+# Contributor: Kyle Brady  <kyle at spark-gap dot com>
+# Contributor: Patrick Hof <courts at offensivethinking.org>
+# Contributor: Michael Fellinger <mf at rubyists.com>
+
+pkgname=haxe
+pkgver=3.2.1
+pkgrel=4
+pkgdesc='Cross-platform toolkit and programming language'
+arch=('x86_64' 'i686')
+url='http://haxe.org/'
+license=('GPL' 'MIT' 'LGPL') # http://haxe.org/foundation/open-source.html
+groups=('devel')
+depends=('neko>=2.0.0')
+optdepends=('python' 'php' 'java-environment' 'mono')
+makedepends=('git' 'ocaml>=4.00.0' 'zlib' 'neko>=2.0.0' 'camlp4')
+provides=('haxe' 'haxelib')
+options=('!strip' '!makeflags')
+source=("$pkgname-${pkgver/rc?/}::git+https://github.com/HaxeFoundation/haxe.git#tag=${pkgver/rc/-rc}"
+  'git+https://github.com/HaxeFoundation/haxelib.git'
+  'git+https://github.com/HaxeFoundation/ocamllibs.git'
+  'haxe.sh'
+)
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         '977476c8fc1dfc0acbb05bd22f9136b0')
+
+build() {
+  cd "$pkgname-${pkgver/rc?/}"
+
+  git submodule init
+  git config submodule.extra/haxelib_src.url "$srcdir/haxelib"
+  git config submodule.libs.url "$srcdir/ocamllibs"
+  git submodule update
+
+  make
+  make tools
+}
+
+check() {
+  cd "$pkgname-${pkgver/rc?/}"
+
+  echo "haxe version:"
+  ./haxe -version
+  echo "haxelib version:"
+  ./haxelib version
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin/ "$pkgdir"/usr/share/haxe/
+  install -m 755 "$srcdir/$pkgname-${pkgver/rc?/}"/{haxe,haxelib} "$pkgdir"/usr/bin/
+  cp -rf "$srcdir/$pkgname-${pkgver/rc?/}"/std "$pkgdir"/usr/share/$pkgname/
+  install -Dm 644 "$srcdir/$pkgname-${pkgver/rc?/}"/extra/LICENSE.txt \
+    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm 644 "$srcdir/haxe.sh" "$pkgdir/etc/profile.d/haxe.sh"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haxe/repos/community-x86_64/haxe.sh (from rev 159261, haxe/trunk/haxe.sh)
===================================================================
--- community-x86_64/haxe.sh	                        (rev 0)
+++ community-x86_64/haxe.sh	2016-01-27 15:19:44 UTC (rev 159262)
@@ -0,0 +1 @@
+export HAXE_STD_PATH=/usr/share/haxe/std



More information about the arch-commits mailing list