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

Михаил Страшун dicebot at nymeria.archlinux.org
Sat Nov 30 16:45:33 UTC 2013


    Date: Saturday, November 30, 2013 @ 17:45:32
  Author: dicebot
Revision: 101748

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

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-30 16:45:15 UTC (rev 101747)
+++ community-i686/PKGBUILD	2013-11-30 16:45:32 UTC (rev 101748)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns <public at dicebot.lv>
-# Contributor: Moritz Maxeiner <moritz at ucworks.org>
-pkgname=dub
-pkgver=0.9.19
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/rejectedsoftware/dub"
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build()
-{
-  cd "${srcdir}/${pkgname}"
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 101747, dub/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-30 16:45:32 UTC (rev 101748)
@@ -0,0 +1,29 @@
+# Maintainer:  Mihails Strasuns <public at dicebot.lv>
+# Contributor: Moritz Maxeiner <moritz at ucworks.org>
+pkgname=dub
+pkgver=0.9.20
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/rejectedsoftware/dub"
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build()
+{
+  cd "${srcdir}/${pkgname}"
+  GITVER=$(git describe) || GITVER=unknown
+  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd "${srcdir}/${pkgname}"
+  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-30 16:45:15 UTC (rev 101747)
+++ community-x86_64/PKGBUILD	2013-11-30 16:45:32 UTC (rev 101748)
@@ -1,29 +0,0 @@
-# Maintainer:  Mihails Strasuns <public at dicebot.lv>
-# Contributor: Moritz Maxeiner <moritz at ucworks.org>
-pkgname=dub
-pkgver=0.9.19
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/rejectedsoftware/dub"
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('d-compiler' 'd-runtime' 'curl')
-conflicts=('dub-git')
-source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build()
-{
-  cd "${srcdir}/${pkgname}"
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > source/dub/version_.d
-  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 101747, dub/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-30 16:45:32 UTC (rev 101748)
@@ -0,0 +1,29 @@
+# Maintainer:  Mihails Strasuns <public at dicebot.lv>
+# Contributor: Moritz Maxeiner <moritz at ucworks.org>
+pkgname=dub
+pkgver=0.9.20
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/rejectedsoftware/dub"
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('d-compiler' 'd-runtime' 'curl')
+conflicts=('dub-git')
+source=("git+http://github.com/rejectedsoftware/dub.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build()
+{
+  cd "${srcdir}/${pkgname}"
+  GITVER=$(git describe) || GITVER=unknown
+  echo "module dub.version_; enum dubVersion = \"$GITVER\";" > source/dub/version_.d
+  dmd  -ofbin/dub -g -debug -w -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd "${srcdir}/${pkgname}"
+  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}




More information about the arch-commits mailing list