[arch-commits] Commit in libixion/repos/extra-i686 (LICENSE LICENSE PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Jan 17 21:21:53 UTC 2017


    Date: Tuesday, January 17, 2017 @ 21:21:53
  Author: andyrtr
Revision: 286895

archrelease: copy trunk to extra-i686

Added:
  libixion/repos/extra-i686/LICENSE
    (from rev 286894, libixion/trunk/LICENSE)
  libixion/repos/extra-i686/PKGBUILD
    (from rev 286894, libixion/trunk/PKGBUILD)
Deleted:
  libixion/repos/extra-i686/LICENSE
  libixion/repos/extra-i686/PKGBUILD

----------+
 LICENSE  |    6 ++--
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-01-17 21:21:43 UTC (rev 286894)
+++ LICENSE	2017-01-17 21:21:53 UTC (rev 286895)
@@ -1,3 +0,0 @@
-This Source Code Form is subject to the terms of the Mozilla Public
-License, v. 2.0. If a copy of the MPL was not distributed with this
-file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copied: libixion/repos/extra-i686/LICENSE (from rev 286894, libixion/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-01-17 21:21:53 UTC (rev 286895)
@@ -0,0 +1,3 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 21:21:43 UTC (rev 286894)
+++ PKGBUILD	2017-01-17 21:21:53 UTC (rev 286895)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=libixion
-pkgver=0.11.1
-pkgrel=5
-pkgdesc="A general purpose formula parser & interpreter"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/ixion/ixion/blob/master/README.md"
-license=('custom')
-depends=('boost-libs' 'python')
-makedepends=('boost' 'mdds')
-source=("http://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz"
-        LICENSE)
-sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
-            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # LICENSE file is missing in tarball
-  install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: libixion/repos/extra-i686/PKGBUILD (from rev 286894, libixion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 21:21:53 UTC (rev 286895)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz"
+        LICENSE)
+sha256sums=('c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede'
+            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 $srcdir/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list