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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Jul 31 10:27:13 UTC 2022


    Date: Sunday, July 31, 2022 @ 10:27:13
  Author: arodseth
Revision: 1259266

archrelease: copy trunk to community-x86_64

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

---------------------+
 PKGBUILD            |   70 +++++++++++++++++++++++++-------------------------
 externalmeta6.patch |   13 ---------
 2 files changed, 35 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 10:27:08 UTC (rev 1259265)
+++ PKGBUILD	2022-07-31 10:27:13 UTC (rev 1259266)
@@ -1,35 +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.9.1
-pkgrel=4
-pkgdesc='OCaml package manager'
-arch=(x86_64)
-url='http://projects.camlcity.org/projects/findlib.html'
-license=(MIT)
-depends=(ocaml-compiler-libs 'ocaml=4.13.1')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-b2sums=('8b51e3ca3dde04e77e225638f9d45166acf42fb1e3321aa5ce6e66fcddcfb978a301f2fa22a26172e1a8c2f8a879c5d1d10e8c984994d6b2879c21c4392955ce')
-options=(!makeflags !strip staticlibs zipman)
-
-build() {
-  cd findlib-$pkgver
-  ./configure \
-    -config /etc/findlib.conf \
-    -mandir /usr/share/man \
-    -sitelib /usr/lib/ocaml
-  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"
-}

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 1259265, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 10:27:13 UTC (rev 1259266)
@@ -0,0 +1,35 @@
+# 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.9.5
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='http://projects.camlcity.org/projects/findlib.html'
+license=(MIT)
+depends=(ocaml-compiler-libs 'ocaml=4.13.1')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
+b2sums=('6f43281298a9e443f9b92bcb8996bc2a55c2be86df492540fe8b5fb3fbb199daf1daef68e14c981d153c885c443ebc4af9ffb957235dd14904b9d75ca387cfa2')
+options=(!makeflags !strip staticlibs zipman)
+
+build() {
+  cd findlib-$pkgver
+  ./configure \
+    -config /etc/findlib.conf \
+    -mandir /usr/share/man \
+    -sitelib /usr/lib/ocaml
+  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"
+}

Deleted: externalmeta6.patch
===================================================================
--- externalmeta6.patch	2022-07-31 10:27:08 UTC (rev 1259265)
+++ externalmeta6.patch	2022-07-31 10:27:13 UTC (rev 1259266)
@@ -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.



More information about the arch-commits mailing list