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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Jun 15 01:02:42 UTC 2013


    Date: Saturday, June 15, 2013 @ 03:02:41
  Author: svenstaro
Revision: 92773

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

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

---------------------------+
 /PKGBUILD                 |   94 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   46 ---------------------
 community-x86_64/PKGBUILD |   46 ---------------------
 3 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-15 01:02:15 UTC (rev 92772)
+++ community-i686/PKGBUILD	2013-06-15 01:02:41 UTC (rev 92773)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=ldc
-pkgver=20130604
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="http://www.dsource.org/projects/ldc"
-license=('BSD')
-depends=('llvm' 'libconfig')
-makedepends=('git' 'cmake')
-backup=('etc/ldc2.conf')
-source=("git://github.com/ldc-developers/ldc.git")
-sha1sums=('SKIP')
-
-[[ $CARCH == "x86_64" ]] && _multilib="ON"
-[[ $CARCH == "i686" ]] && _multilib="OFF"
-
-build() {
-  cd "$srcdir"/ldc
-  git submodule update --init --recursive
-
-  mkdir build && cd build
-  cmake \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
-      -DMULTILIB=$_multilib \
-      ..
-  make
-}
-
-package() {
-  cd "$srcdir"/ldc
-
-  cd build
-  make DESTDIR=$pkgdir install
-  cd ..
-
-  mkdir -p $pkgdir/usr/share/bash-completion/
-  mv $pkgdir/etc/bash_completion.d $pkgdir/usr/share/bash-completion/completions
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # We don't actually want the multilib libs in this package
-  rm -rf $pkgdir/usr/lib32
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 92772, ldc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-15 01:02:41 UTC (rev 92773)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=ldc
+pkgver=0.11.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="http://www.dsource.org/projects/ldc"
+license=('BSD')
+depends=('llvm' 'libconfig')
+makedepends=('git' 'cmake')
+backup=('etc/ldc2.conf')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}")
+sha1sums=('SKIP')
+
+[[ $CARCH == "x86_64" ]] && _multilib="ON"
+[[ $CARCH == "i686" ]] && _multilib="OFF"
+
+build() {
+  cd "$srcdir"/ldc
+  git submodule update --init --recursive
+
+  mkdir build && cd build
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
+      -DMULTILIB=$_multilib \
+      ..
+  make
+}
+
+package() {
+  cd "$srcdir"/ldc
+
+  cd build
+  make DESTDIR=$pkgdir install
+  cd ..
+
+  mkdir -p $pkgdir/usr/share/bash-completion/
+  mv $pkgdir/etc/bash_completion.d $pkgdir/usr/share/bash-completion/completions
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # We don't actually want the multilib libs in this package
+  rm -rf $pkgdir/usr/lib32
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-15 01:02:15 UTC (rev 92772)
+++ community-x86_64/PKGBUILD	2013-06-15 01:02:41 UTC (rev 92773)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=ldc
-pkgver=20130604
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="http://www.dsource.org/projects/ldc"
-license=('BSD')
-depends=('llvm' 'libconfig')
-makedepends=('git' 'cmake')
-backup=('etc/ldc2.conf')
-source=("git://github.com/ldc-developers/ldc.git")
-sha1sums=('SKIP')
-
-[[ $CARCH == "x86_64" ]] && _multilib="ON"
-[[ $CARCH == "i686" ]] && _multilib="OFF"
-
-build() {
-  cd "$srcdir"/ldc
-  git submodule update --init --recursive
-
-  mkdir build && cd build
-  cmake \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
-      -DMULTILIB=$_multilib \
-      ..
-  make
-}
-
-package() {
-  cd "$srcdir"/ldc
-
-  cd build
-  make DESTDIR=$pkgdir install
-  cd ..
-
-  mkdir -p $pkgdir/usr/share/bash-completion/
-  mv $pkgdir/etc/bash_completion.d $pkgdir/usr/share/bash-completion/completions
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # We don't actually want the multilib libs in this package
-  rm -rf $pkgdir/usr/lib32
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 92772, ldc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-15 01:02:41 UTC (rev 92773)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=ldc
+pkgver=0.11.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="http://www.dsource.org/projects/ldc"
+license=('BSD')
+depends=('llvm' 'libconfig')
+makedepends=('git' 'cmake')
+backup=('etc/ldc2.conf')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}")
+sha1sums=('SKIP')
+
+[[ $CARCH == "x86_64" ]] && _multilib="ON"
+[[ $CARCH == "i686" ]] && _multilib="OFF"
+
+build() {
+  cd "$srcdir"/ldc
+  git submodule update --init --recursive
+
+  mkdir build && cd build
+  cmake \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
+      -DMULTILIB=$_multilib \
+      ..
+  make
+}
+
+package() {
+  cd "$srcdir"/ldc
+
+  cd build
+  make DESTDIR=$pkgdir install
+  cd ..
+
+  mkdir -p $pkgdir/usr/share/bash-completion/
+  mv $pkgdir/etc/bash_completion.d $pkgdir/usr/share/bash-completion/completions
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # We don't actually want the multilib libs in this package
+  rm -rf $pkgdir/usr/lib32
+}




More information about the arch-commits mailing list