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

foutrelis2 at archlinux.org foutrelis2 at archlinux.org
Sun Dec 6 08:17:06 UTC 2015


    Date: Sunday, December 6, 2015 @ 09:17:06
  Author: foutrelis2
Revision: 252658

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

Added:
  js17/repos/staging-i686/PKGBUILD
    (from rev 252657, js17/trunk/PKGBUILD)
  js17/repos/staging-x86_64/PKGBUILD
    (from rev 252657, js17/trunk/PKGBUILD)
Deleted:
  js17/repos/staging-i686/PKGBUILD
  js17/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   88 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   37 -------------------
 staging-x86_64/PKGBUILD |   37 -------------------
 3 files changed, 88 insertions(+), 74 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2015-12-06 08:07:53 UTC (rev 252657)
+++ staging-i686/PKGBUILD	2015-12-06 08:17:06 UTC (rev 252658)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=js17
-pkgver=17.0.0
-pkgrel=2
-pkgdesc="JavaScript interpreter and libraries (legacy)"
-arch=(i686 x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/17"
-license=(MPL)
-depends=(nspr gcc-libs readline)
-makedepends=(python2 zip libffi)
-conflicts=('js<24.2.0')
-options=(!staticlibs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
-md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
-
-build() {
-  unset CPPFLAGS
-  cd mozjs$pkgver/js/src
-  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
-     --enable-readline --enable-threadsafe
-  make
-}
-
-check() {
-  cd mozjs$pkgver/js/src
-  make check
-}
-
-package() {
-  cd mozjs$pkgver/js/src
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js17/repos/staging-i686/PKGBUILD (from rev 252657, js17/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 08:17:06 UTC (rev 252658)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=js17
+pkgver=17.0.0
+pkgrel=3
+pkgdesc="JavaScript interpreter and libraries (legacy)"
+arch=(i686 x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/17"
+license=(MPL)
+depends=(nspr gcc-libs readline)
+makedepends=(python2 zip libffi)
+conflicts=('js<24.2.0')
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+
+prepare() {
+  cd mozjs$pkgver/js/src
+
+  # Fix incompatibility with Perl 5.22
+  sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl
+}
+
+build() {
+  unset CPPFLAGS
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+     --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs$pkgver/js/src
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2015-12-06 08:07:53 UTC (rev 252657)
+++ staging-x86_64/PKGBUILD	2015-12-06 08:17:06 UTC (rev 252658)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=js17
-pkgver=17.0.0
-pkgrel=2
-pkgdesc="JavaScript interpreter and libraries (legacy)"
-arch=(i686 x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/17"
-license=(MPL)
-depends=(nspr gcc-libs readline)
-makedepends=(python2 zip libffi)
-conflicts=('js<24.2.0')
-options=(!staticlibs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
-md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
-
-build() {
-  unset CPPFLAGS
-  cd mozjs$pkgver/js/src
-  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
-     --enable-readline --enable-threadsafe
-  make
-}
-
-check() {
-  cd mozjs$pkgver/js/src
-  make check
-}
-
-package() {
-  cd mozjs$pkgver/js/src
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js17/repos/staging-x86_64/PKGBUILD (from rev 252657, js17/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 08:17:06 UTC (rev 252658)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=js17
+pkgver=17.0.0
+pkgrel=3
+pkgdesc="JavaScript interpreter and libraries (legacy)"
+arch=(i686 x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/17"
+license=(MPL)
+depends=(nspr gcc-libs readline)
+makedepends=(python2 zip libffi)
+conflicts=('js<24.2.0')
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+
+prepare() {
+  cd mozjs$pkgver/js/src
+
+  # Fix incompatibility with Perl 5.22
+  sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl
+}
+
+build() {
+  unset CPPFLAGS
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+     --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs$pkgver/js/src
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list