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

Jürgen Hötzel juergen at archlinux.org
Fri Apr 28 09:09:01 UTC 2017


    Date: Friday, April 28, 2017 @ 09:09:01
  Author: juergen
Revision: 294983

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

Added:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
    (from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
    (from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   68 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 ------------------------
 extra-x86_64/PKGBUILD |   34 ------------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-04-28 09:08:49 UTC (rev 294982)
+++ extra-i686/PKGBUILD	2017-04-28 09:09:01 UTC (rev 294983)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Armin K. <krejzi at email dot com>
-
-pkgname=ocaml-ctypes
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes"
-license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-04-28 09:09:01 UTC (rev 294983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Armin K. <krejzi at email dot com>
+
+pkgname=ocaml-ctypes
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes"
+license=('MIT')
+depends=('ocaml=4.04.1' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-04-28 09:08:49 UTC (rev 294982)
+++ extra-x86_64/PKGBUILD	2017-04-28 09:09:01 UTC (rev 294983)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Armin K. <krejzi at email dot com>
-
-pkgname=ocaml-ctypes
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes"
-license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-04-28 09:09:01 UTC (rev 294983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Armin K. <krejzi at email dot com>
+
+pkgname=ocaml-ctypes
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes"
+license=('MIT')
+depends=('ocaml=4.04.1' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list