aballier    14/03/13 19:54:27

  Modified:             ChangeLog
  Added:                cryptokit-1.9.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.26                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   26 Aug 2013 17:05:54 -0000      1.25
+++ ChangeLog   13 Mar 2014 19:54:26 -0000      1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cryptokit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.25 
2013/08/26 17:05:54 aballier Exp $
+# 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 $
+
+*cryptokit-1.9 (13 Mar 2014)
+
+  13 Mar 2014; Alexis Ballier <aball...@gentoo.org> +cryptokit-1.9.ebuild:
+  version bump
 
   26 Aug 2013; Alexis Ballier <aball...@gentoo.org> -cryptokit-1.6.ebuild:
   remove old



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

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

Index: cryptokit-1.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.9.ebuild,v 1.1 
2014/03/13 19:54:26 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/1229/${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