aballier    15/01/07 11:31:50

  Modified:             ChangeLog
  Added:                cryptokit-1.10.ebuild
  Log:
  version bump
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.27                 dev-ml/cryptokit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   13 Mar 2014 19:54:26 -0000      1.26
+++ ChangeLog   7 Jan 2015 11:31:50 -0000       1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cryptokit
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.26 
2014/03/13 19:54:26 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.27 
2015/01/07 11:31:50 aballier Exp $
+
+*cryptokit-1.10 (07 Jan 2015)
+
+  07 Jan 2015; Alexis Ballier <aball...@gentoo.org> +cryptokit-1.10.ebuild:
+  version bump
 
 *cryptokit-1.9 (13 Mar 2014)
 



1.1                  dev-ml/cryptokit/cryptokit-1.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?rev=1.1&content-type=text/plain

Index: cryptokit-1.10.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 1.1 
2015/01/07 11:31:50 aballier Exp $

EAPI="5"

OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="Cryptographic primitives library for Objective Caml"
HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/";
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1493/${P}.tar.gz";
LICENSE="LGPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="zlib"

DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"
RDEPEND="${DEPEND}"

DOCS=( "Changes" "README.txt" "AUTHORS.txt" )

src_configure() {
        oasis_configure_opts="$(use_enable zlib)" \
                oasis_src_configure
}

pkg_postinst() {
        elog ""
        elog "This library uses the /dev/random device to generate "
        elog "random data and RSA keys.  The device should either be"
        elog "built into the kernel or provided as a module. An"
        elog "alternative is to use the Entropy Gathering Daemon"
        elog "(http://egd.sourceforge.net).  Please note that the"
        elog "remainder of the library will still work even in the"
        elog "absence of a one of these sources of randomness."
        elog ""
}

src_test() {
        echo ""
        einfo "You must have either /dev/random or the Entropy Gathering"
        einfo "Daemon (EGD) for this test to succeed!"
        echo ""

        oasis_src_test
}




Reply via email to