[arch-commits] Commit in facile/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Sat Sep 12 08:37:33 UTC 2015
Date: Saturday, September 12, 2015 @ 10:37:33
Author: arojas
Revision: 245989
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
facile/repos/extra-i686/PKGBUILD
(from rev 245988, facile/trunk/PKGBUILD)
facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
(from rev 245988, facile/trunk/ocaml-facile-ocaml-4.patch)
facile/repos/extra-x86_64/PKGBUILD
(from rev 245988, facile/trunk/PKGBUILD)
facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
(from rev 245988, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
facile/repos/extra-i686/PKGBUILD
facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
facile/repos/extra-x86_64/PKGBUILD
facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
-----------------------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++
/ocaml-facile-ocaml-4.patch | 50 +++++++++++++++++++++++++
extra-i686/PKGBUILD | 30 ---------------
extra-i686/ocaml-facile-ocaml-4.patch | 25 ------------
extra-x86_64/PKGBUILD | 30 ---------------
extra-x86_64/ocaml-facile-ocaml-4.patch | 25 ------------
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-09-12 08:36:29 UTC (rev 245988)
+++ extra-i686/PKGBUILD 2015-09-12 08:37:33 UTC (rev 245989)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=facile
-pkgver=1.1
-pkgrel=19
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/"
-license=("LGPL")
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
- ocaml-facile-ocaml-4.patch)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- # fix ocaml4
- patch -Np1 -i ../ocaml-facile-ocaml-4.patch
- ./configure
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/src"
- install -d "$pkgdir/usr/lib/ocaml/facile"
- install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a "$pkgdir/usr/lib/ocaml/facile"
-}
Copied: facile/repos/extra-i686/PKGBUILD (from rev 245988, facile/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-12 08:37:33 UTC (rev 245989)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=facile
+pkgver=1.1
+pkgrel=20
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/"
+license=("LGPL")
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ # fix ocaml4
+ patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+ ./configure
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/src"
+ install -d "$pkgdir/usr/lib/ocaml/facile"
+ install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a "$pkgdir/usr/lib/ocaml/facile"
+}
Deleted: extra-i686/ocaml-facile-ocaml-4.patch
===================================================================
--- extra-i686/ocaml-facile-ocaml-4.patch 2015-09-12 08:36:29 UTC (rev 245988)
+++ extra-i686/ocaml-facile-ocaml-4.patch 2015-09-12 08:37:33 UTC (rev 245989)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
---- facile-1.1.old/src/facile.mli 2004-09-08 10:51:02.000000000 +0100
-+++ facile-1.1/src/facile.mli 2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
- module Hashtbl :
- sig
- type ('a, 'b) t
-- val create : int -> ('a, 'b) t
-+ val create : ?random:bool -> int -> ('a, 'b) t
- val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
- val add : ('a, 'b) t -> 'a -> 'b -> unit
- val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
---- facile-1.1.old/src/fcl_data.mli 2004-09-08 10:51:02.000000000 +0100
-+++ facile-1.1/src/fcl_data.mli 2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
-
- module Hashtbl : sig
- type ('a, 'b) t
-- val create : int -> ('a, 'b) t
-+ val create : ?random:bool -> int -> ('a, 'b) t
- val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
- val add : ('a, 'b) t -> 'a -> 'b -> unit
- val find : ('a, 'b) t -> 'a -> 'b
Copied: facile/repos/extra-i686/ocaml-facile-ocaml-4.patch (from rev 245988, facile/trunk/ocaml-facile-ocaml-4.patch)
===================================================================
--- extra-i686/ocaml-facile-ocaml-4.patch (rev 0)
+++ extra-i686/ocaml-facile-ocaml-4.patch 2015-09-12 08:37:33 UTC (rev 245989)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli 2004-09-08 10:51:02.000000000 +0100
++++ facile-1.1/src/facile.mli 2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+ module Hashtbl :
+ sig
+ type ('a, 'b) t
+- val create : int -> ('a, 'b) t
++ val create : ?random:bool -> int -> ('a, 'b) t
+ val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+ val add : ('a, 'b) t -> 'a -> 'b -> unit
+ val find : ('a, 'b) t -> 'a -> 'b
+Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi differ
+diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
+--- facile-1.1.old/src/fcl_data.mli 2004-09-08 10:51:02.000000000 +0100
++++ facile-1.1/src/fcl_data.mli 2012-06-10 21:06:25.841590828 +0100
+@@ -23,7 +23,7 @@
+
+ module Hashtbl : sig
+ type ('a, 'b) t
+- val create : int -> ('a, 'b) t
++ val create : ?random:bool -> int -> ('a, 'b) t
+ val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+ val add : ('a, 'b) t -> 'a -> 'b -> unit
+ val find : ('a, 'b) t -> 'a -> 'b
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-09-12 08:36:29 UTC (rev 245988)
+++ extra-x86_64/PKGBUILD 2015-09-12 08:37:33 UTC (rev 245989)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=facile
-pkgver=1.1
-pkgrel=19
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/"
-license=("LGPL")
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
- ocaml-facile-ocaml-4.patch)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- # fix ocaml4
- patch -Np1 -i ../ocaml-facile-ocaml-4.patch
- ./configure
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/src"
- install -d "$pkgdir/usr/lib/ocaml/facile"
- install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a "$pkgdir/usr/lib/ocaml/facile"
-}
Copied: facile/repos/extra-x86_64/PKGBUILD (from rev 245988, facile/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-09-12 08:37:33 UTC (rev 245989)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=facile
+pkgver=1.1
+pkgrel=20
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/"
+license=("LGPL")
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ # fix ocaml4
+ patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+ ./configure
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/src"
+ install -d "$pkgdir/usr/lib/ocaml/facile"
+ install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a "$pkgdir/usr/lib/ocaml/facile"
+}
Deleted: extra-x86_64/ocaml-facile-ocaml-4.patch
===================================================================
--- extra-x86_64/ocaml-facile-ocaml-4.patch 2015-09-12 08:36:29 UTC (rev 245988)
+++ extra-x86_64/ocaml-facile-ocaml-4.patch 2015-09-12 08:37:33 UTC (rev 245989)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
---- facile-1.1.old/src/facile.mli 2004-09-08 10:51:02.000000000 +0100
-+++ facile-1.1/src/facile.mli 2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
- module Hashtbl :
- sig
- type ('a, 'b) t
-- val create : int -> ('a, 'b) t
-+ val create : ?random:bool -> int -> ('a, 'b) t
- val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
- val add : ('a, 'b) t -> 'a -> 'b -> unit
- val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
---- facile-1.1.old/src/fcl_data.mli 2004-09-08 10:51:02.000000000 +0100
-+++ facile-1.1/src/fcl_data.mli 2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
-
- module Hashtbl : sig
- type ('a, 'b) t
-- val create : int -> ('a, 'b) t
-+ val create : ?random:bool -> int -> ('a, 'b) t
- val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
- val add : ('a, 'b) t -> 'a -> 'b -> unit
- val find : ('a, 'b) t -> 'a -> 'b
Copied: facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch (from rev 245988, facile/trunk/ocaml-facile-ocaml-4.patch)
===================================================================
--- extra-x86_64/ocaml-facile-ocaml-4.patch (rev 0)
+++ extra-x86_64/ocaml-facile-ocaml-4.patch 2015-09-12 08:37:33 UTC (rev 245989)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli 2004-09-08 10:51:02.000000000 +0100
++++ facile-1.1/src/facile.mli 2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+ module Hashtbl :
+ sig
+ type ('a, 'b) t
+- val create : int -> ('a, 'b) t
++ val create : ?random:bool -> int -> ('a, 'b) t
+ val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+ val add : ('a, 'b) t -> 'a -> 'b -> unit
+ val find : ('a, 'b) t -> 'a -> 'b
+Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi differ
+diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
+--- facile-1.1.old/src/fcl_data.mli 2004-09-08 10:51:02.000000000 +0100
++++ facile-1.1/src/fcl_data.mli 2012-06-10 21:06:25.841590828 +0100
+@@ -23,7 +23,7 @@
+
+ module Hashtbl : sig
+ type ('a, 'b) t
+- val create : int -> ('a, 'b) t
++ val create : ?random:bool -> int -> ('a, 'b) t
+ val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+ val add : ('a, 'b) t -> 'a -> 'b -> unit
+ val find : ('a, 'b) t -> 'a -> 'b
More information about the arch-commits
mailing list