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

Jürgen Hötzel juergen at archlinux.org
Wed Oct 19 07:41:25 UTC 2016


    Date: Wednesday, October 19, 2016 @ 07:41:24
  Author: juergen
Revision: 192561

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

Added:
  ocaml-findlib/repos/community-i686/PKGBUILD
    (from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-i686/makefile.patch
    (from rev 192560, ocaml-findlib/trunk/makefile.patch)
  ocaml-findlib/repos/community-x86_64/PKGBUILD
    (from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/makefile.patch
    (from rev 192560, ocaml-findlib/trunk/makefile.patch)
Deleted:
  ocaml-findlib/repos/community-i686/PKGBUILD
  ocaml-findlib/repos/community-i686/makefile.patch
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/makefile.patch

---------------------------------+
 /PKGBUILD                       |  108 ++++++++++++++++++++++++++++++++++++++
 /makefile.patch                 |   26 +++++++++
 community-i686/PKGBUILD         |   54 -------------------
 community-i686/makefile.patch   |   13 ----
 community-x86_64/PKGBUILD       |   54 -------------------
 community-x86_64/makefile.patch |   13 ----
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/PKGBUILD	2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,54 +0,0 @@
-# $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>
-# Contributor: Alif <alive4ever at live.com>
-
-pkgname=ocaml-findlib
-pkgver=1.6.2
-pkgrel=2
-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"
-        'makefile.patch')
-sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
-            'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-prepare() {
-  cd "findlib-$pkgver"
-
-  patch -i "$srcdir/makefile.patch"
-}
-
-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
-
-  # 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:

Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 192560, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,54 @@
+# $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>
+# Contributor: Alif <alive4ever at live.com>
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml>=4.03.0')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz"
+        'makefile.patch')
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
+            'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+prepare() {
+  cd "findlib-$pkgver"
+
+  patch -i "$srcdir/makefile.patch"
+}
+
+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
+
+  # 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-i686/makefile.patch
===================================================================
--- community-i686/makefile.patch	2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/makefile.patch	2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,13 +0,0 @@
-Index: b/Makefile
-===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
- 
- .PHONY: install-doc
- install-doc:
--	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
-+	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
- 	-cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
- 	-cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
- 

Copied: ocaml-findlib/repos/community-i686/makefile.patch (from rev 192560, ocaml-findlib/trunk/makefile.patch)
===================================================================
--- community-i686/makefile.patch	                        (rev 0)
+++ community-i686/makefile.patch	2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,13 @@
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
+ 
+ .PHONY: install-doc
+ install-doc:
+-	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
++	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 	-cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
+ 	-cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-19 07:41:15 UTC (rev 192560)
+++ community-x86_64/PKGBUILD	2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,54 +0,0 @@
-# $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>
-# Contributor: Alif <alive4ever at live.com>
-
-pkgname=ocaml-findlib
-pkgver=1.6.2
-pkgrel=2
-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"
-        'makefile.patch')
-sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
-            'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-prepare() {
-  cd "findlib-$pkgver"
-
-  patch -i "$srcdir/makefile.patch"
-}
-
-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
-
-  # 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:

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 192560, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,54 @@
+# $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>
+# Contributor: Alif <alive4ever at live.com>
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml>=4.03.0')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz"
+        'makefile.patch')
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
+            'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+prepare() {
+  cd "findlib-$pkgver"
+
+  patch -i "$srcdir/makefile.patch"
+}
+
+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
+
+  # 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/makefile.patch
===================================================================
--- community-x86_64/makefile.patch	2016-10-19 07:41:15 UTC (rev 192560)
+++ community-x86_64/makefile.patch	2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,13 +0,0 @@
-Index: b/Makefile
-===================================================================
---- a/Makefile
-+++ b/Makefile
-@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
- 
- .PHONY: install-doc
- install-doc:
--	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
-+	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
- 	-cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
- 	-cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
- 

Copied: ocaml-findlib/repos/community-x86_64/makefile.patch (from rev 192560, ocaml-findlib/trunk/makefile.patch)
===================================================================
--- community-x86_64/makefile.patch	                        (rev 0)
+++ community-x86_64/makefile.patch	2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,13 @@
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
+ 
+ .PHONY: install-doc
+ install-doc:
+-	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
++	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 	-cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
+ 	-cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 



More information about the arch-commits mailing list