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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 17:22:35 UTC 2013


    Date: Tuesday, October 29, 2013 @ 18:22:35
  Author: spupykin
Revision: 99556

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

Added:
  bmake/repos/community-i686/PKGBUILD
    (from rev 99555, bmake/trunk/PKGBUILD)
  bmake/repos/community-x86_64/PKGBUILD
    (from rev 99555, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-i686/PKGBUILD
  bmake/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-10-29 17:22:17 UTC (rev 99555)
+++ community-i686/PKGBUILD	2013-10-29 17:22:35 UTC (rev 99556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
-
-pkgname=bmake
-pkgver=20130730
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html"
-license=('BSD')
-depends=('bmake-mk-files')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
-sha256sums=('57f4fb71472ab8f1cb53e83fd043b3556c9624fa601f930415ba64489c9b0828')
-
-build() {
-    rm -rf bmake-build
-    mkdir bmake-build
-    cd bmake-build
-    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
-    sh make-bootstrap.sh
-}
-
-package() {
-    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
-    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 99555, bmake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-29 17:22:35 UTC (rev 99556)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
+
+pkgname=bmake
+pkgver=20131001
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html"
+license=('BSD')
+depends=('bmake-mk-files')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
+sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
+
+build() {
+    rm -rf bmake-build
+    mkdir bmake-build
+    cd bmake-build
+    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
+    sh make-bootstrap.sh
+}
+
+package() {
+    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
+    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-29 17:22:17 UTC (rev 99555)
+++ community-x86_64/PKGBUILD	2013-10-29 17:22:35 UTC (rev 99556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
-
-pkgname=bmake
-pkgver=20130730
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html"
-license=('BSD')
-depends=('bmake-mk-files')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
-sha256sums=('57f4fb71472ab8f1cb53e83fd043b3556c9624fa601f930415ba64489c9b0828')
-
-build() {
-    rm -rf bmake-build
-    mkdir bmake-build
-    cd bmake-build
-    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
-    sh make-bootstrap.sh
-}
-
-package() {
-    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
-    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 99555, bmake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-29 17:22:35 UTC (rev 99556)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
+
+pkgname=bmake
+pkgver=20131001
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html"
+license=('BSD')
+depends=('bmake-mk-files')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
+sha256sums=('0a91ac60b82270c4b4f21a43e66eb51c32b4df55e01ea592e42eb323909a559b')
+
+build() {
+    rm -rf bmake-build
+    mkdir bmake-build
+    cd bmake-build
+    ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
+    sh make-bootstrap.sh
+}
+
+package() {
+    install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
+    install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1
+}




More information about the arch-commits mailing list