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

2016-03-26 Thread Alexander Rødseth
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 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-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 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+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 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-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 -

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

2014-12-15 Thread Laurent Carlier
Date: Tuesday, December 16, 2014 @ 02:32:38
  Author: lcarlier
Revision: 123934

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 01:32:27 UTC (rev 123933)
+++ community-i686/PKGBUILD 2014-12-16 01:32:38 UTC (rev 123934)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.5.5
-pkgrel=1
-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";)
-options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('703eae112f9e912507c3a2f8d8c48498')
-
-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 123933, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 01:32:38 UTC (rev 123934)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.5.5
+pkgrel=2
+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";)
+options=('staticlibs' '!strip' 'zipman' '!makeflags') # otherwise the bytecode 
gets broken
+md5sums=('703eae112f9e912507c3a2f8d8c48498')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-16 01:32:27 UTC (rev 123933)
+++ community-x86_64/PKGBUILD   2014-12-16 01:32:38 UTC (rev 123934)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.5.5
-pkgrel=1
-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";)
-options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('703eae112f9e912507c3a2f8d8c48498')
-
-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

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

2014-12-03 Thread Laurent Carlier
Date: Thursday, December 4, 2014 @ 03:56:45
  Author: lcarlier
Revision: 123429

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 02:56:34 UTC (rev 123428)
+++ community-i686/PKGBUILD 2014-12-04 02:56:45 UTC (rev 123429)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.5.3
-pkgrel=1
-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";)
-options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
-
-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 123428, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-04 02:56:45 UTC (rev 123429)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.5.5
+pkgrel=1
+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";)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('703eae112f9e912507c3a2f8d8c48498')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-04 02:56:34 UTC (rev 123428)
+++ community-x86_64/PKGBUILD   2014-12-04 02:56:45 UTC (rev 123429)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.5.3
-pkgrel=1
-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";)
-options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
-
-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/

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

2014-11-06 Thread Laurent Carlier
Date: Thursday, November 6, 2014 @ 20:49:09
  Author: lcarlier
Revision: 122065

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

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

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: ocaml-findlib/repos/community-testing-i686/PKGBUILD (from rev 122064, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-06 19:49:09 UTC (rev 122065)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.5.3
+pkgrel=1
+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";)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
+
+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-testing-x86_64/PKGBUILD (from rev 122064, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-06 19:49:09 UTC (rev 122065)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.5.3
+pkgrel=1
+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";)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
+
+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"
+}


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

2014-07-02 Thread Lukas Fleischer
Date: Wednesday, July 2, 2014 @ 23:41:03
  Author: lfleischer
Revision: 114681

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-02 21:40:49 UTC (rev 114680)
+++ community-i686/PKGBUILD 2014-07-02 21:41:03 UTC (rev 114681)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.4
-pkgrel=1
-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";)
-options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
-
-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 114680, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-02 21:41:03 UTC (rev 114681)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.4
+pkgrel=2
+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";)
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-02 21:40:49 UTC (rev 114680)
+++ community-x86_64/PKGBUILD   2014-07-02 21:41:03 UTC (rev 114681)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.4
-pkgrel=1
-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";)
-options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
-
-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 LICEN

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

2013-12-28 Thread Lukas Fleischer
Date: Saturday, December 28, 2013 @ 20:06:24
  Author: lfleischer
Revision: 103179

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-28 19:04:47 UTC (rev 103178)
+++ community-i686/PKGBUILD 2013-12-28 19:06:24 UTC (rev 103179)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.3.3
-pkgrel=2
-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";)
-options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('a4c22ad5e0d38367a73cf58a25fcbebd')
-
-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 103178, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-28 19:06:24 UTC (rev 103179)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+
+pkgname=ocaml-findlib
+pkgver=1.4
+pkgrel=1
+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";)
+options=('!strip' 'zipman') # otherwise the bytecode gets broken
+md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-28 19:04:47 UTC (rev 103178)
+++ community-x86_64/PKGBUILD   2013-12-28 19:06:24 UTC (rev 103179)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-
-pkgname=ocaml-findlib
-pkgver=1.3.3
-pkgrel=2
-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";)
-options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('a4c22ad5e0d38367a73cf58a25fcbebd')
-
-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 "$