[arch-commits] Commit in ocaml/repos/extra-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 11:04:54 UTC 2020
Date: Thursday, March 19, 2020 @ 11:04:53
Author: felixonmars
Revision: 377905
archrelease: copy trunk to extra-x86_64
Added:
ocaml/repos/extra-x86_64/PKGBUILD
(from rev 377904, ocaml/trunk/PKGBUILD)
ocaml/repos/extra-x86_64/ocaml-4.08.0.patch
(from rev 377904, ocaml/trunk/ocaml-4.08.0.patch)
Deleted:
ocaml/repos/extra-x86_64/PKGBUILD
ocaml/repos/extra-x86_64/ocaml-4.08.0.patch
--------------------+
PKGBUILD | 112 +++++++++++++++++++++++++--------------------------
ocaml-4.08.0.patch | 26 +++++------
2 files changed, 69 insertions(+), 69 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 11:04:31 UTC (rev 377904)
+++ PKGBUILD 2020-03-19 11:04:53 UTC (rev 377905)
@@ -1,56 +0,0 @@
-# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.09.0
-pkgrel=2
-pkgdesc="A functional language with OO extensions"
-arch=('x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="https://caml.inria.fr/"
-makedepends=('ncurses>=5.6-7')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('5cd745802ee53ab85ee676a20fbb28985ba68965df1d7242de5763d982b0a744951da742615fe478c4d3c98b34531632e3a71de89da6c717ccd90cc01e6fff26')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix /usr --mandir /usr/share/man
- make --debug=v world.opt
-}
-
-package_ocaml() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- # Save >10MB with this one, makepkg only strips debug symbols.
- #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \;
-
- # install license
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-
- # remove compiler libs
- rm -rf "${pkgdir}/usr/lib/ocaml/compiler-libs"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- # Remove non-compiler-libs
- rm -rf "${pkgdir}/usr/bin" "${pkgdir}/usr/lib/ocaml/caml" \
- "${pkgdir}/usr/lib/ocaml/ocamldoc" "${pkgdir}/usr/lib/ocaml/stublibs" \
- "${pkgdir}/usr/lib/ocaml/threads" "${pkgdir}/usr/share"
- find "${pkgdir}/usr/lib/ocaml/" -maxdepth 1 -type f -delete
-
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: ocaml/repos/extra-x86_64/PKGBUILD (from rev 377904, ocaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-19 11:04:53 UTC (rev 377905)
@@ -0,0 +1,56 @@
+# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.09.1
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="https://caml.inria.fr/"
+makedepends=('ncurses>=5.6-7')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(https://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('d2579381a99b8a9feefd739501c2da21184bdbfa7749b016d4283eecc10b4c837aae1314cb913d782e2dafa4143807fbcdab2e359d37933443a65938e7b6fe67')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix /usr --mandir /usr/share/man
+ make --debug=v world.opt
+}
+
+package_ocaml() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ # Save >10MB with this one, makepkg only strips debug symbols.
+ #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \;
+
+ # install license
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+ # remove compiler libs
+ rm -rf "${pkgdir}/usr/lib/ocaml/compiler-libs"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ # Remove non-compiler-libs
+ rm -rf "${pkgdir}/usr/bin" "${pkgdir}/usr/lib/ocaml/caml" \
+ "${pkgdir}/usr/lib/ocaml/ocamldoc" "${pkgdir}/usr/lib/ocaml/stublibs" \
+ "${pkgdir}/usr/lib/ocaml/threads" "${pkgdir}/usr/share"
+ find "${pkgdir}/usr/lib/ocaml/" -maxdepth 1 -type f -delete
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Deleted: ocaml-4.08.0.patch
===================================================================
--- ocaml-4.08.0.patch 2020-03-19 11:04:31 UTC (rev 377904)
+++ ocaml-4.08.0.patch 2020-03-19 11:04:53 UTC (rev 377905)
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 2a9413a97..a0f7ac4b7 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1285,7 +1285,5 @@ SOURCE_FILES=$(shell git ls-files '*.ml' '*.mli' | grep -v boot/menhir/parser)
-
- AST_FILES=$(addsuffix .ast,$(SOURCE_FILES))
-
--build-all-asts: $(AST_FILES)
--
- CAMLC_DPARSETREE := \
- $(CAMLRUN) ./ocamlc -nostdlib -nopervasives \
- -stop-after parsing -dparsetree
\ No newline at end of file
Copied: ocaml/repos/extra-x86_64/ocaml-4.08.0.patch (from rev 377904, ocaml/trunk/ocaml-4.08.0.patch)
===================================================================
--- ocaml-4.08.0.patch (rev 0)
+++ ocaml-4.08.0.patch 2020-03-19 11:04:53 UTC (rev 377905)
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 2a9413a97..a0f7ac4b7 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1285,7 +1285,5 @@ SOURCE_FILES=$(shell git ls-files '*.ml' '*.mli' | grep -v boot/menhir/parser)
+
+ AST_FILES=$(addsuffix .ast,$(SOURCE_FILES))
+
+-build-all-asts: $(AST_FILES)
+-
+ CAMLC_DPARSETREE := \
+ $(CAMLRUN) ./ocamlc -nostdlib -nopervasives \
+ -stop-after parsing -dparsetree
\ No newline at end of file
More information about the arch-commits
mailing list