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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 13 20:04:01 UTC 2017


    Date: Friday, January 13, 2017 @ 20:04:00
  Author: arodseth
Revision: 207270

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

Added:
  duktape/repos/community-i686/PKGBUILD
    (from rev 207269, duktape/trunk/PKGBUILD)
  duktape/repos/community-i686/duktape.pc
    (from rev 207269, duktape/trunk/duktape.pc)
  duktape/repos/community-x86_64/PKGBUILD
    (from rev 207269, duktape/trunk/PKGBUILD)
  duktape/repos/community-x86_64/duktape.pc
    (from rev 207269, 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	2017-01-13 20:02:36 UTC (rev 207269)
+++ community-i686/PKGBUILD	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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.5.1
-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=('9f16d05e1185094946baa333e52fe30dee45f59446c57d84874a68a6fd6bdf86'
-            '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 207269, duktape/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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=2.0.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=('e07bc1178225218a281de9f73f555390743dd805bafd5396229c69a16f740c4d'
+            '897ab77d0d2cce1abed573fdbfc80db40e78959f7816b82cb30ae41a06212a7e')
+
+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	2017-01-13 20:02:36 UTC (rev 207269)
+++ community-i686/duktape.pc	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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 207269, duktape/trunk/duktape.pc)
===================================================================
--- community-i686/duktape.pc	                        (rev 0)
+++ community-i686/duktape.pc	2017-01-13 20:04:00 UTC (rev 207270)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 2.0.0
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-13 20:02:36 UTC (rev 207269)
+++ community-x86_64/PKGBUILD	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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.5.1
-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=('9f16d05e1185094946baa333e52fe30dee45f59446c57d84874a68a6fd6bdf86'
-            '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 207269, duktape/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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=2.0.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=('e07bc1178225218a281de9f73f555390743dd805bafd5396229c69a16f740c4d'
+            '897ab77d0d2cce1abed573fdbfc80db40e78959f7816b82cb30ae41a06212a7e')
+
+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	2017-01-13 20:02:36 UTC (rev 207269)
+++ community-x86_64/duktape.pc	2017-01-13 20:04:00 UTC (rev 207270)
@@ -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 207269, duktape/trunk/duktape.pc)
===================================================================
--- community-x86_64/duktape.pc	                        (rev 0)
+++ community-x86_64/duktape.pc	2017-01-13 20:04:00 UTC (rev 207270)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 2.0.0
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}



More information about the arch-commits mailing list