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

Andreas Radke andyrtr at archlinux.org
Sun Feb 28 17:55:19 UTC 2016


    Date: Sunday, February 28, 2016 @ 18:55:19
  Author: andyrtr
Revision: 260337

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

Added:
  libixion/repos/staging-i686/LICENSE
    (from rev 260336, libixion/trunk/LICENSE)
  libixion/repos/staging-i686/PKGBUILD
    (from rev 260336, libixion/trunk/PKGBUILD)
  libixion/repos/staging-x86_64/LICENSE
    (from rev 260336, libixion/trunk/LICENSE)
  libixion/repos/staging-x86_64/PKGBUILD
    (from rev 260336, libixion/trunk/PKGBUILD)
Deleted:
  libixion/repos/staging-i686/LICENSE
  libixion/repos/staging-i686/PKGBUILD
  libixion/repos/staging-x86_64/LICENSE
  libixion/repos/staging-x86_64/PKGBUILD

-------------------------+
 /LICENSE                |    6 +++
 /PKGBUILD               |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/LICENSE    |    3 -
 staging-i686/PKGBUILD   |   41 -------------------------
 staging-x86_64/LICENSE  |    3 -
 staging-x86_64/PKGBUILD |   41 -------------------------
 6 files changed, 80 insertions(+), 88 deletions(-)

Deleted: staging-i686/LICENSE
===================================================================
--- staging-i686/LICENSE	2016-02-28 17:55:05 UTC (rev 260336)
+++ staging-i686/LICENSE	2016-02-28 17:55:19 UTC (rev 260337)
@@ -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/staging-i686/LICENSE (from rev 260336, libixion/trunk/LICENSE)
===================================================================
--- staging-i686/LICENSE	                        (rev 0)
+++ staging-i686/LICENSE	2016-02-28 17:55:19 UTC (rev 260337)
@@ -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: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2016-02-28 17:55:05 UTC (rev 260336)
+++ staging-i686/PKGBUILD	2016-02-28 17:55:19 UTC (rev 260337)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=libixion
-pkgver=0.11.0
-pkgrel=1
-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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293'
-            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
-
-build() {
-	cd ${pkgname}-${pkgver}
-
-	# mdds 1.0.0 requires C++11
-	CXXFLAGS+=' -std=c++11'
-
-	./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/staging-i686/PKGBUILD (from rev 260336, libixion/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-02-28 17:55:19 UTC (rev 260337)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.11.0
+pkgrel=2
+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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293'
+            '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"
+}
+

Deleted: staging-x86_64/LICENSE
===================================================================
--- staging-x86_64/LICENSE	2016-02-28 17:55:05 UTC (rev 260336)
+++ staging-x86_64/LICENSE	2016-02-28 17:55:19 UTC (rev 260337)
@@ -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/staging-x86_64/LICENSE (from rev 260336, libixion/trunk/LICENSE)
===================================================================
--- staging-x86_64/LICENSE	                        (rev 0)
+++ staging-x86_64/LICENSE	2016-02-28 17:55:19 UTC (rev 260337)
@@ -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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2016-02-28 17:55:05 UTC (rev 260336)
+++ staging-x86_64/PKGBUILD	2016-02-28 17:55:19 UTC (rev 260337)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=libixion
-pkgver=0.11.0
-pkgrel=1
-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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293'
-            '2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e')
-
-build() {
-	cd ${pkgname}-${pkgver}
-
-	# mdds 1.0.0 requires C++11
-	CXXFLAGS+=' -std=c++11'
-
-	./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/staging-x86_64/PKGBUILD (from rev 260336, libixion/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-02-28 17:55:19 UTC (rev 260337)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.11.0
+pkgrel=2
+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=('97a6e7f2b1fcbff69e76fe4e1df62f1cfcc353820472991e37de00aacb024293'
+            '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