[arch-commits] Commit in dtools/repos (2 files)

Михаил Страшун dicebot at archlinux.org
Thu Jun 4 14:35:23 UTC 2015


    Date: Thursday, June 4, 2015 @ 16:35:23
  Author: dicebot
Revision: 134789

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

Deleted:
  dtools/repos/community-i686/PKGBUILD
  dtools/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   59 --------------------------------------------
 community-x86_64/PKGBUILD |   59 --------------------------------------------
 2 files changed, 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-04 14:35:12 UTC (rev 134788)
+++ community-i686/PKGBUILD	2015-06-04 14:35:23 UTC (rev 134789)
@@ -1,59 +0,0 @@
-# Maintainer: Mihails Strasunse <public at dicebot.lv>
-
-pkgname=('dtools')
-pkgver=2.067.0
-pkgrel=2
-pkgdesc="Ancilliary tools for the D programming language"
-license=("custom")
-groups=('dlang')
-arch=('i686' 'x86_64')
-url="http://www.dlang.org"
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-
-source=(
-    "git+http://github.com/D-Programming-Language/tools#tag=v$pkgver"
-    "git+https://github.com/Dicebot/Arch-PKGBUILDs.git"
-    "http://www.boost.org/LICENSE_1_0.txt"
-    "autodetect.diff"
-)
-sha1sums=(
-    'SKIP'
-    'SKIP'
-    '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-    '7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
-
-build()
-{
-    # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-    DMD=ldmd
-
-    cd $srcdir/tools
-    git apply $srcdir/autodetect.diff
-
-    # rdmd is used to build others
-    $DMD -od. -ofdtools-rdmd rdmd.d
-
-    for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-        ./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename $tool` $tool.d
-    done
-}
-
-package()
-{
-    cd $srcdir/tools
-
-    mkdir -p $pkgdir/usr/bin
-    for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-        install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-    done
-
-    cd $pkgdir
-    ln -s dtools-rdmd usr/bin/rdmd
-    ln -s dtools-dustmite usr/bin/dustmite
-
-    install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-04 14:35:12 UTC (rev 134788)
+++ community-x86_64/PKGBUILD	2015-06-04 14:35:23 UTC (rev 134789)
@@ -1,59 +0,0 @@
-# Maintainer: Mihails Strasunse <public at dicebot.lv>
-
-pkgname=('dtools')
-pkgver=2.067.0
-pkgrel=2
-pkgdesc="Ancilliary tools for the D programming language"
-license=("custom")
-groups=('dlang')
-arch=('i686' 'x86_64')
-url="http://www.dlang.org"
-# makedepends=('d-compiler' 'd-runtime' 'git')
-makedepends=('ldc' 'git')
-# depends=('d-runtime' 'curl')
-depends=('liblphobos')
-
-source=(
-    "git+http://github.com/D-Programming-Language/tools#tag=v$pkgver"
-    "git+https://github.com/Dicebot/Arch-PKGBUILDs.git"
-    "http://www.boost.org/LICENSE_1_0.txt"
-    "autodetect.diff"
-)
-sha1sums=(
-    'SKIP'
-    'SKIP'
-    '3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-    '7fb5bd71d6c4e90c0ca49b292454e11169afdee8'
-)
-
-build()
-{
-    # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-    DMD=ldmd
-
-    cd $srcdir/tools
-    git apply $srcdir/autodetect.diff
-
-    # rdmd is used to build others
-    $DMD -od. -ofdtools-rdmd rdmd.d
-
-    for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-        ./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename $tool` $tool.d
-    done
-}
-
-package()
-{
-    cd $srcdir/tools
-
-    mkdir -p $pkgdir/usr/bin
-    for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-        install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-    done
-
-    cd $pkgdir
-    ln -s dtools-rdmd usr/bin/rdmd
-    ln -s dtools-dustmite usr/bin/dustmite
-
-    install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}



More information about the arch-commits mailing list