Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit/files: cryptokit-gentoo.patch digest-cryptokit-1.3 META
Date: Sat, 10 Nov 2007 15:40:38
Message-Id: E1IqsRb-0002wM-NF@stork.gentoo.org
1 aballier 07/11/10 15:40:23
2
3 Added: cryptokit-gentoo.patch digest-cryptokit-1.3 META
4 Log:
5 initial import, bug #151633, thanks to people having contributed there
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 dev-ml/cryptokit/files/cryptokit-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/cryptokit-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/cryptokit-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: cryptokit-gentoo.patch
15 ===================================================================
16 --- cryptokit-1.3-orig/Makefile 2007-11-08 17:39:40.000000000 +0100
17 +++ cryptokit-1.3-new/Makefile 2007-11-08 17:35:09.000000000 +0100
18 @@ -29,6 +29,7 @@
19 OCAMLDEP=ocamldep
20 MKLIB=ocamlmklib
21 OCAMLDOC=ocamldoc
22 +OCAMLFIND=ocamlfind
23
24 C_OBJS=\
25 rijndael-alg-fst.o stubs-aes.o \
26 @@ -44,6 +45,8 @@
27
28 CAML_OBJS=cryptokit.cmo
29
30 +LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
31 +
32 all: libcryptokit.a cryptokit.cmi cryptokit.cma
33
34 allopt: libcryptokit.a cryptokit.cmi cryptokit.cmxa
35 @@ -74,11 +77,11 @@
36 rm -f speedtest
37
38 install:
39 - cp cryptokit.cmi cryptokit.cma cryptokit.mli $(INSTALLDIR)
40 - cp libcryptokit.a $(INSTALLDIR)
41 - if test -f dllcryptokit.so; then cp dllcryptokit.so $(INSTALLDIR)/stublibs; fi
42 - if test -f cryptokit.cmxa; then cp cryptokit.cmxa cryptokit.cmx cryptokit.a $(INSTALLDIR); fi
43 + $(OCAMLFIND) install cryptokit META $(LIBINSTALL_FILES)
44
45 +uninstall:
46 + $(OCAMLFIND) remove cryptokit
47 +
48 doc: FORCE
49 cd doc; $(OCAMLDOC) -html -I .. ../cryptokit.mli
50
51
52
53
54 1.1 dev-ml/cryptokit/files/digest-cryptokit-1.3
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/digest-cryptokit-1.3?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/digest-cryptokit-1.3?rev=1.1&content-type=text/plain
58
59 Index: digest-cryptokit-1.3
60 ===================================================================
61 MD5 d7de01d0702d16b3491c9e794ebb2cc3 cryptokit-1.3.tar.gz 112689
62 RMD160 bdf1ec365562b534b7995d0f2c3fc06ec203111f cryptokit-1.3.tar.gz 112689
63 SHA256 9ef339ed4cb15f0c458d0093b90dd249d8d1dfb1b01a1fedc542e67f67a7194f cryptokit-1.3.tar.gz 112689
64
65
66
67 1.1 dev-ml/cryptokit/files/META
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/META?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/cryptokit/files/META?rev=1.1&content-type=text/plain
71
72 Index: META
73 ===================================================================
74 name="cryptokit"
75 version="VERSION"
76 description="Cryptographic primitives"
77 requires="unix num"
78 archive(byte)="cryptokit.cma"
79 archive(native)="cryptokit.cmxa"
80 linkopts = ""
81
82
83
84 --
85 gentoo-commits@g.o mailing list