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

Alexander Rødseth arodseth at archlinux.org
Sat Mar 26 19:50:21 UTC 2016


    Date: Saturday, March 26, 2016 @ 20:50:21
  Author: arodseth
Revision: 168505

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

Added:
  ocaml-findlib/repos/community-i686/PKGBUILD
    (from rev 168504, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/PKGBUILD
    (from rev 168504, ocaml-findlib/trunk/PKGBUILD)
Deleted:
  ocaml-findlib/repos/community-i686/PKGBUILD
  ocaml-findlib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-26 19:50:04 UTC (rev 168504)
+++ community-i686/PKGBUILD	2016-03-26 19:50:21 UTC (rev 168505)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
-# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
-# Contributor: Benjamin Andresen <benny(at)klapmuetz(dot)org>
-# Contributor: scj <scj archlinux us>
-
-pkgname=ocaml-findlib
-pkgver=1.5.5
-pkgrel=3
-license=('MIT')
-arch=('i686' 'x86_64')
-pkgdesc='Objective Caml (OCaml) package manager'
-url='http://projects.camlcity.org/projects/findlib.html'
-depends=('ocaml')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-md5sums=('703eae112f9e912507c3a2f8d8c48498')
-options=('staticlibs' '!strip' 'zipman' '!makeflags') # otherwise the bytecode gets broken
-
-build() {
-  cd "$srcdir/findlib-$pkgver"
-
-  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man
-  make all opt
-}
-
-package () {
-  cd "$srcdir/findlib-$pkgver"
-
-  make prefix="$pkgdir" install 
-
-  # add the old site-lib to the path to maintain compatibility with old style packages
-  sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' \
-    "${pkgdir}/etc/findlib.conf"
-
-  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 168504, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-26 19:50:21 UTC (rev 168505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Sebastian Wiesner <lunaryorn at googlemail.com>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: scj <scj at archlinux.us>
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  setconf "$pkgdir/etc/findlib.conf" path \
+    '"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-26 19:50:04 UTC (rev 168504)
+++ community-x86_64/PKGBUILD	2016-03-26 19:50:21 UTC (rev 168505)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
-# Contributor: Sebastian Wiesner <lunaryorn googlemail com>
-# Contributor: Benjamin Andresen <benny(at)klapmuetz(dot)org>
-# Contributor: scj <scj archlinux us>
-
-pkgname=ocaml-findlib
-pkgver=1.5.5
-pkgrel=3
-license=('MIT')
-arch=('i686' 'x86_64')
-pkgdesc='Objective Caml (OCaml) package manager'
-url='http://projects.camlcity.org/projects/findlib.html'
-depends=('ocaml')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-md5sums=('703eae112f9e912507c3a2f8d8c48498')
-options=('staticlibs' '!strip' 'zipman' '!makeflags') # otherwise the bytecode gets broken
-
-build() {
-  cd "$srcdir/findlib-$pkgver"
-
-  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man
-  make all opt
-}
-
-package () {
-  cd "$srcdir/findlib-$pkgver"
-
-  make prefix="$pkgdir" install 
-
-  # add the old site-lib to the path to maintain compatibility with old style packages
-  sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' \
-    "${pkgdir}/etc/findlib.conf"
-
-  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 168504, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-26 19:50:21 UTC (rev 168505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Sebastian Wiesner <lunaryorn at googlemail.com>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: scj <scj at archlinux.us>
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  setconf "$pkgdir/etc/findlib.conf" path \
+    '"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list