[arch-commits] Commit in ldc/repos (10 files)

2017-02-22 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 19:59:20
  Author: arojas
Revision: 213551

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 213550, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 213550, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 213550, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 213550, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/math.diff
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/math.diff

+
 /PKGBUILD  |  168 +++
 /ldc2.conf |   36 +
 community-i686/PKGBUILD|   87 --
 community-i686/ldc2.conf   |   18 
 community-i686/math.diff   |   95 
 community-x86_64/PKGBUILD  |   87 --
 community-x86_64/ldc2.conf |   18 
 community-x86_64/math.diff |   95 
 8 files changed, 204 insertions(+), 400 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 19:53:27 UTC (rev 213550)
+++ community-i686/PKGBUILD 2017-02-22 19:59:20 UTC (rev 213551)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.0.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm' 'dmd')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-   )
-sha256sums=('SKIP'
-'2ef3b1090e25187305f18ce6fbbbc45527dcbb33570afbe30e177790813948db'
-   )
-
-build() {
-mkdir -p $srcdir/tmp_install_dir
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir -p build && cd build
-
-# workaround for wrong ld flag format generated by cmake:
-export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make -j 4
-make install DESTDIR=$srcdir/tmp_install_dir
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-cd $srcdir/tmp_install_dir
-
-# binaries
-install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-cd $srcdir/tmp_install_dir
-
-# libraries
-install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
-install -D -m644 ./usr/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang
-cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 213550, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 19:59:20 UTC (rev 213551)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.1.0
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('cmake' 'llvm' 'dmd')

[arch-commits] Commit in ldc/repos (10 files)

2016-04-02 Thread Михаил Страшун
Date: Saturday, April 2, 2016 @ 15:05:22
  Author: dicebot
Revision: 169214

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 169213, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 169213, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/math.diff
(from rev 169213, ldc/trunk/math.diff)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 169213, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 169213, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/math.diff
(from rev 169213, ldc/trunk/math.diff)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  174 +++
 /ldc2.conf |   36 
 community-i686/PKGBUILD|   83 
 community-i686/ldc2.conf   |   18 
 community-i686/math.diff   |   95 +++
 community-x86_64/PKGBUILD  |   83 
 community-x86_64/ldc2.conf |   18 
 community-x86_64/math.diff |   95 +++
 8 files changed, 400 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-02 13:05:02 UTC (rev 169213)
+++ community-i686/PKGBUILD 2016-04-02 13:05:22 UTC (rev 169214)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.17.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-mkdir -p $srcdir/tmp_install_dir
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir -p build && cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make -j 4
-make install DESTDIR=$srcdir/tmp_install_dir
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-cd $srcdir/tmp_install_dir
-
-# binaries
-install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-cd $srcdir/tmp_install_dir
-
-# libraries
-install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
-install -D -m644 ./usr/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang
-cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 169213, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-02 13:05:22 UTC (rev 169214)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.17.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+"ldc2.conf"
+

[arch-commits] Commit in ldc/repos (10 files)

2015-10-24 Thread Михаил Страшун
Date: Saturday, October 24, 2015 @ 09:50:39
  Author: dicebot
Revision: 144858

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 144857, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 144857, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 144857, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 144857, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/mul.diff
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/mul.diff

+
 /PKGBUILD  |  156 +++
 /ldc2.conf |   36 +
 community-i686/PKGBUILD|   88 
 community-i686/ldc2.conf   |   18 
 community-i686/mul.diff|   40 ---
 community-x86_64/PKGBUILD  |   88 
 community-x86_64/ldc2.conf |   18 
 community-x86_64/mul.diff  |   40 ---
 8 files changed, 192 insertions(+), 292 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-24 07:50:23 UTC (rev 144857)
+++ community-i686/PKGBUILD 2015-10-24 07:50:39 UTC (rev 144858)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.15.1
-epoch=1
-pkgrel=7
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm35')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-"mul.diff"
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
-  '5a7f6c83285ab6a1ceb6ab93c68c6f2169564691'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-# workaround for https://github.com/ldc-developers/ldc/issues/813
-if [ $CARCH != x86_64 ]
-then
-cd ./runtime/druntime
-git apply $srcdir/mul.diff
-cd $srcdir/ldc
-fi
-
-mkdir build && cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 144857, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-24 07:50:39 UTC (rev 144858)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.16.0
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')

[arch-commits] Commit in ldc/repos (10 files)

2014-12-21 Thread Михаил Страшун
Date: Sunday, December 21, 2014 @ 11:43:13
  Author: dicebot
Revision: 124268

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 124267, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 124267, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/mul.diff
(from rev 124267, ldc/trunk/mul.diff)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 124267, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 124267, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/mul.diff
(from rev 124267, ldc/trunk/mul.diff)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  176 +++
 /ldc2.conf |   36 
 community-i686/PKGBUILD|   78 ---
 community-i686/ldc2.conf   |   18 
 community-i686/mul.diff|   40 +
 community-x86_64/PKGBUILD  |   78 ---
 community-x86_64/ldc2.conf |   18 
 community-x86_64/mul.diff  |   40 +
 8 files changed, 292 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 10:42:52 UTC (rev 124267)
+++ community-i686/PKGBUILD 2014-12-21 10:43:13 UTC (rev 124268)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.15.1
-epoch=1
-pkgrel=3
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=(etc/ldc2.conf)
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=(d-runtime d-stdlib)
-replaces=(liblphobos-devel)
-conflicts=(liblphobos-devel)
-depends=(curl)
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 124267, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 10:43:13 UTC (rev 124268)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.15.1
+epoch=1
+pkgrel=4
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+mul.diff
+   )
+sha1sums=('SKIP'
+ 

[arch-commits] Commit in ldc/repos (10 files)

2014-08-15 Thread Михаил Страшун
Date: Friday, August 15, 2014 @ 18:10:44
  Author: dicebot
Revision: 117442

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 117441, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 117441, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 117441, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 117441, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/ldc2.rebuild.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/ldc2.rebuild.conf

+
 /PKGBUILD  |  144 +++
 /ldc2.conf |   36 
 community-i686/PKGBUILD|   75 --
 community-i686/ldc2.conf   |   18 
 community-i686/ldc2.rebuild.conf   |2 
 community-x86_64/PKGBUILD  |   75 --
 community-x86_64/ldc2.conf |   18 
 community-x86_64/ldc2.rebuild.conf |2 
 8 files changed, 180 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-15 16:10:34 UTC (rev 117441)
+++ community-i686/PKGBUILD 2014-08-15 16:10:44 UTC (rev 117442)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.13.0
-epoch=1
-pkgrel=1
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-ldc2.rebuild.conf
-   )
-sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos-devel')
-backup=(etc/ldc2.conf
-etc/ldc2.rebuild.conf
-   )
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
-}
-
-package_liblphobos-devel() {
-provides=(d-runtime d-stdlib)
-   options=(staticlibs)
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 117441, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-15 16:10:44 UTC (rev 117442)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos-devel')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.14.0
+epoch=1
+pkgrel=1
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+