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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 2 12:02:33 UTC 2019


    Date: Friday, August 2, 2019 @ 12:02:32
  Author: arodseth
Revision: 497040

archrelease: copy trunk to community-x86_64

Added:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
    (from rev 497039, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch
    (from rev 497039, ocaml-findlib/trunk/externalmeta6.patch)
Deleted:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch

---------------------+
 PKGBUILD            |   82 +++++++++++++++++++++++++-------------------------
 externalmeta6.patch |   26 +++++++--------
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 12:02:27 UTC (rev 497039)
+++ PKGBUILD	2019-08-02 12:02:32 UTC (rev 497040)
@@ -1,41 +0,0 @@
-# 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>
-# Contributor: Alif <alive4ever at live.com>
-
-pkgname=ocaml-findlib
-pkgver=1.8.0
-pkgrel=3
-pkgdesc='OCaml package manager'
-arch=('x86_64')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml-compiler-libs')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-sha256sums=('2b7b7d6d65bb0f3f8a2c51c63c02b0bcf1fea4c23513f866140dc7dc24fe27ad')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
-    -sitelib /usr/lib/ocaml \
-    -config /etc/findlib.conf \
-    -mandir /usr/share/man
-
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 497039, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-02 12:02:32 UTC (rev 497040)
@@ -0,0 +1,41 @@
+# 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>
+# Contributor: Alif <alive4ever at live.com>
+
+pkgname=ocaml-findlib
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='http://projects.camlcity.org/projects/findlib.html'
+license=(MIT)
+depends=(ocaml-compiler-libs)
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
+sha256sums=('8e85cfa57e8745715432df3116697c8f41cb24b5ec16d1d5acd25e0196d34303')
+options=(staticlibs !strip zipman !makeflags)
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+    -sitelib /usr/lib/ocaml \
+    -config /etc/findlib.conf \
+    -mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: externalmeta6.patch
===================================================================
--- externalmeta6.patch	2019-08-02 12:02:27 UTC (rev 497039)
+++ externalmeta6.patch	2019-08-02 12:02:32 UTC (rev 497040)
@@ -1,13 +0,0 @@
-Index: findlib-1.7.2/configure
-===================================================================
---- findlib-1.7.2.orig/configure
-+++ findlib-1.7.2/configure
-@@ -557,7 +557,7 @@ fi
- 
- # Generate the META files now.
- 
--l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
-+l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes $lspacetime"
- 
- for dir in site-lib-src/*; do
-     # We do not really know if $dir is a directory.

Copied: ocaml-findlib/repos/community-x86_64/externalmeta6.patch (from rev 497039, ocaml-findlib/trunk/externalmeta6.patch)
===================================================================
--- externalmeta6.patch	                        (rev 0)
+++ externalmeta6.patch	2019-08-02 12:02:32 UTC (rev 497040)
@@ -0,0 +1,13 @@
+Index: findlib-1.7.2/configure
+===================================================================
+--- findlib-1.7.2.orig/configure
++++ findlib-1.7.2/configure
+@@ -557,7 +557,7 @@ fi
+ 
+ # Generate the META files now.
+ 
+-l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
++l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes $lspacetime"
+ 
+ for dir in site-lib-src/*; do
+     # We do not really know if $dir is a directory.



More information about the arch-commits mailing list