[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 11:56:37
  Author: juergen
Revision: 514442

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 514441, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 09:50:32 UTC (rev 514441)
+++ PKGBUILD2019-10-10 11:56:37 UTC (rev 514442)
@@ -1,38 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.08
-pkgrel=3
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.09.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz; 
"configure.patch")
-sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88'
-'6add54ea15e44df000446deede1e9aa0bad742c647b3d1cd4e67db0bb947fb98')
-
-prepare() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  patch -i  "${srcdir}/configure.patch" -p0
-}
-
-build() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  make \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 514441, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 11:56:37 UTC (rev 514442)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.08
+pkgrel=3
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.09.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz; 
"configure.patch")
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88'
+'6add54ea15e44df000446deede1e9aa0bad742c647b3d1cd4e67db0bb947fb98')
+
+prepare() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  patch -i  "${srcdir}/configure.patch" -p0
+}
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  make \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 09:37:28
  Author: juergen
Revision: 514425

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 514424, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 +
 1 file changed, 38 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 09:36:41 UTC (rev 514424)
+++ PKGBUILD2019-10-10 09:37:28 UTC (rev 514425)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.08
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.08.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
-sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
-
-build() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  make \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 514424, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 09:37:28 UTC (rev 514425)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.08
+pkgrel=3
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.09.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz; 
"configure.patch")
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88'
+'6add54ea15e44df000446deede1e9aa0bad742c647b3d1cd4e67db0bb947fb98')
+
+prepare() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  patch -i  "${srcdir}/configure.patch" -p0
+}
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  make \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-24 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 24, 2019 @ 12:34:25
  Author: juergen
Revision: 501472

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 501471, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 12:34:16 UTC (rev 501471)
+++ PKGBUILD2019-08-24 12:34:25 UTC (rev 501472)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.08
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.08.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
-sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
-
-build() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  make \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 501471, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 12:34:25 UTC (rev 501472)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.08
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.08.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  make \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-16 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 06:00:54
  Author: juergen
Revision: 499718

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 499717, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 05:54:29 UTC (rev 499717)
+++ PKGBUILD2019-08-16 06:00:54 UTC (rev 499718)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.08
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.08.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
-sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
-
-build() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  cd "${srcdir}/$pkgname-${pkgver}-1"
-  make \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 499717, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 06:00:54 UTC (rev 499718)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.08
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.08.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  make \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 05:45:05
  Author: juergen
Revision: 499701

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 499700, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 05:44:36 UTC (rev 499700)
+++ PKGBUILD2019-08-16 05:45:05 UTC (rev 499701)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.07
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.06.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 499700, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 05:45:05 UTC (rev 499701)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.08
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.08.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz;)
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  make \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:11:18
  Author: juergen
Revision: 410501

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 410500, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:11:07 UTC (rev 410500)
+++ PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.07
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.06.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 410500, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.07
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.06.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-14 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 14, 2018 @ 15:51:02
  Author: juergen
Revision: 371591

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 371590, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 15:50:05 UTC (rev 371590)
+++ PKGBUILD2018-08-14 15:51:02 UTC (rev 371591)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.06
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.06.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 371590, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 15:51:02 UTC (rev 371591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.07
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.06.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-22 Thread Jürgen Hötzel via arch-commits
Date: Monday, January 22, 2018 @ 20:28:56
  Author: juergen
Revision: 285230

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 285229, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-22 20:28:38 UTC (rev 285229)
+++ PKGBUILD2018-01-22 20:28:56 UTC (rev 285230)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.05
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.05.0')
-makedepends=('git' 'ocamlbuild')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 285229, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-22 20:28:56 UTC (rev 285230)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.06
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.06.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-08-23 Thread Jürgen Hötzel
Date: Sunday, August 23, 2015 @ 12:17:18
  Author: juergen
Revision: 138677

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 138676, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-23 10:17:03 UTC (rev 138676)
+++ PKGBUILD2015-08-23 10:17:18 UTC (rev 138677)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=camlp4
-pkgver=4.02.1+3
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=(git://github.com/ocaml/camlp4#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C $pkgname \
-BINDIR=$pkgdir/usr/bin \
-LIBDIR=$pkgdir/usr/lib/ocaml \
-PKGDIR=$pkgdir/usr/lib/ocaml \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 138676, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-23 10:17:18 UTC (rev 138677)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02+6
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-08-23 Thread Jürgen Hötzel
Date: Sunday, August 23, 2015 @ 17:21:23
  Author: juergen
Revision: 138686

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 138685, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-23 15:04:54 UTC (rev 138685)
+++ PKGBUILD2015-08-23 15:21:23 UTC (rev 138686)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=camlp4
-pkgver=4.02+6
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=(git://github.com/ocaml/camlp4#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C $pkgname \
-BINDIR=$pkgdir/usr/bin \
-LIBDIR=$pkgdir/usr/lib/ocaml \
-PKGDIR=$pkgdir/usr/lib/ocaml \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 138685, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-23 15:21:23 UTC (rev 138686)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02+6
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-04-06 Thread Jürgen Hötzel
Date: Monday, April 6, 2015 @ 17:04:06
  Author: juergen
Revision: 130826

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 130825, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-06 15:03:58 UTC (rev 130825)
+++ PKGBUILD2015-04-06 15:04:06 UTC (rev 130826)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=camlp4
-pkgver=4.02.1+3
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=(git://github.com/ocaml/camlp4#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./configure
-  make all
-}
-
-package() {
-  make -C $pkgname \
-BINDIR=$pkgdir/usr/bin \
-LIBDIR=$pkgdir/usr/lib/ocaml \
-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 130825, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-06 15:04:06 UTC (rev 130826)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=camlp4
+pkgver=4.02.1+3
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=(git://github.com/ocaml/camlp4#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C $pkgname \
+BINDIR=$pkgdir/usr/bin \
+LIBDIR=$pkgdir/usr/lib/ocaml \
+PKGDIR=$pkgdir/usr/lib/ocaml \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et: