[arch-commits] Commit in duktape/repos (8 files)

Alexander Rødseth arodseth at archlinux.org
Thu Jun 9 19:27:08 UTC 2016


    Date: Thursday, June 9, 2016 @ 21:27:07
  Author: arodseth
Revision: 178892

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

Added:
  duktape/repos/community-i686/PKGBUILD
    (from rev 178891, duktape/trunk/PKGBUILD)
  duktape/repos/community-i686/duktape.pc
    (from rev 178891, duktape/trunk/duktape.pc)
  duktape/repos/community-x86_64/PKGBUILD
    (from rev 178891, duktape/trunk/PKGBUILD)
  duktape/repos/community-x86_64/duktape.pc
    (from rev 178891, duktape/trunk/duktape.pc)
Deleted:
  duktape/repos/community-i686/PKGBUILD
  duktape/repos/community-i686/duktape.pc
  duktape/repos/community-x86_64/PKGBUILD
  duktape/repos/community-x86_64/duktape.pc

-----------------------------+
 /PKGBUILD                   |   78 ++++++++++++++++++++++++++++++++++++++++++
 /duktape.pc                 |   20 ++++++++++
 community-i686/PKGBUILD     |   39 ---------------------
 community-i686/duktape.pc   |   10 -----
 community-x86_64/PKGBUILD   |   39 ---------------------
 community-x86_64/duktape.pc |   10 -----
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-09 19:25:58 UTC (rev 178891)
+++ community-i686/PKGBUILD	2016-06-09 19:27:07 UTC (rev 178892)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=duktape
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Embeddable Javascript engine'
-arch=('x86_64' 'i686')
-url='http://duktape.org/'
-makedepends=('setconf')
-depends=('glibc')
-license=('MIT')
-source=("http://duktape.org/duktape-$pkgver.tar.xz"
-        'duktape.pc')
-sha256sums=('a4f25f83fdfa9778847abe0628ffed1dc88d2cd2dfcfe0a425048b36449c5089'
-            'c6df8fd26884eb74127e18ca6796ebb7cebedc197bcf1f51315f56bfef231cd1')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  mv Makefile.sharedlibrary Makefile
-  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
-  make install
-  install -Dm644 ../duktape.pc "$pkgdir/usr/lib/pkgconfig/duktape.pc"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/svaarala/duktape
-# vim:set ts=2 sw=2 et:

Copied: duktape/repos/community-i686/PKGBUILD (from rev 178891, duktape/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-09 19:27:07 UTC (rev 178892)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=duktape
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Embeddable Javascript engine'
+arch=('x86_64' 'i686')
+url='http://duktape.org/'
+makedepends=('setconf')
+depends=('glibc')
+license=('MIT')
+source=("http://duktape.org/duktape-$pkgver.tar.xz"
+        'duktape.pc')
+sha256sums=('7ed8838eb33b8a11433241c990bf9aa9803b7f4a1618eaf8fdb4c3a884e93ec0'
+            'c6df8fd26884eb74127e18ca6796ebb7cebedc197bcf1f51315f56bfef231cd1')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  mv Makefile.sharedlibrary Makefile
+  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
+  make install
+  install -Dm644 ../duktape.pc "$pkgdir/usr/lib/pkgconfig/duktape.pc"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/svaarala/duktape
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/duktape.pc
===================================================================
--- community-i686/duktape.pc	2016-06-09 19:25:58 UTC (rev 178891)
+++ community-i686/duktape.pc	2016-06-09 19:27:07 UTC (rev 178892)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: duktape
-Description: Embeddable Javascript engine
-Version: 1.3.1
-Libs: -L${libdir} -lduktape
-Cflags: -I${includedir}

Copied: duktape/repos/community-i686/duktape.pc (from rev 178891, duktape/trunk/duktape.pc)
===================================================================
--- community-i686/duktape.pc	                        (rev 0)
+++ community-i686/duktape.pc	2016-06-09 19:27:07 UTC (rev 178892)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 1.3.1
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-09 19:25:58 UTC (rev 178891)
+++ community-x86_64/PKGBUILD	2016-06-09 19:27:07 UTC (rev 178892)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=duktape
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Embeddable Javascript engine'
-arch=('x86_64' 'i686')
-url='http://duktape.org/'
-makedepends=('setconf')
-depends=('glibc')
-license=('MIT')
-source=("http://duktape.org/duktape-$pkgver.tar.xz"
-        'duktape.pc')
-sha256sums=('a4f25f83fdfa9778847abe0628ffed1dc88d2cd2dfcfe0a425048b36449c5089'
-            'c6df8fd26884eb74127e18ca6796ebb7cebedc197bcf1f51315f56bfef231cd1')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  mv Makefile.sharedlibrary Makefile
-  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
-}
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
-  make install
-  install -Dm644 ../duktape.pc "$pkgdir/usr/lib/pkgconfig/duktape.pc"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/svaarala/duktape
-# vim:set ts=2 sw=2 et:

Copied: duktape/repos/community-x86_64/PKGBUILD (from rev 178891, duktape/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-09 19:27:07 UTC (rev 178892)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=duktape
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Embeddable Javascript engine'
+arch=('x86_64' 'i686')
+url='http://duktape.org/'
+makedepends=('setconf')
+depends=('glibc')
+license=('MIT')
+source=("http://duktape.org/duktape-$pkgver.tar.xz"
+        'duktape.pc')
+sha256sums=('7ed8838eb33b8a11433241c990bf9aa9803b7f4a1618eaf8fdb4c3a884e93ec0'
+            'c6df8fd26884eb74127e18ca6796ebb7cebedc197bcf1f51315f56bfef231cd1')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  mv Makefile.sharedlibrary Makefile
+  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
+  make install
+  install -Dm644 ../duktape.pc "$pkgdir/usr/lib/pkgconfig/duktape.pc"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/svaarala/duktape
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/duktape.pc
===================================================================
--- community-x86_64/duktape.pc	2016-06-09 19:25:58 UTC (rev 178891)
+++ community-x86_64/duktape.pc	2016-06-09 19:27:07 UTC (rev 178892)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: duktape
-Description: Embeddable Javascript engine
-Version: 1.3.1
-Libs: -L${libdir} -lduktape
-Cflags: -I${includedir}

Copied: duktape/repos/community-x86_64/duktape.pc (from rev 178891, duktape/trunk/duktape.pc)
===================================================================
--- community-x86_64/duktape.pc	                        (rev 0)
+++ community-x86_64/duktape.pc	2016-06-09 19:27:07 UTC (rev 178892)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 1.3.1
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}



More information about the arch-commits mailing list