public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog
@ 2015-01-07 11:31 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2015-01-07 11:31 UTC (permalink / raw
  To: gentoo-commits

aballier    15/01/07 11:31:50

  Modified:             ChangeLog
  Added:                cryptokit-1.10.ebuild
  Log:
  version bump
  
  Signed-off-by: aballier@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 <aballier@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
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog
@ 2015-02-19  9:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  9:03 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 09:03:28

  Modified:             cryptokit-1.10.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535128
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?r1=1.1&r2=1.2

Index: cryptokit-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cryptokit-1.10.ebuild	7 Jan 2015 11:31:50 -0000	1.1
+++ cryptokit-1.10.ebuild	19 Feb 2015 09:03:28 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 1.2 2015/02/19 09:03:28 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 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"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"



1.28                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	7 Jan 2015 11:31:50 -0000	1.27
+++ ChangeLog	19 Feb 2015 09:03:28 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.28 2015/02/19 09:03:28 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.10.ebuild:
+  Stable for amd64, wrt bug #535128
 
 *cryptokit-1.10 (07 Jan 2015)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog
@ 2015-02-21 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/21 12:07:42

  Modified:             cryptokit-1.10.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535128
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?r1=1.2&r2=1.3

Index: cryptokit-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cryptokit-1.10.ebuild	19 Feb 2015 09:03:28 -0000	1.2
+++ cryptokit-1.10.ebuild	21 Feb 2015 12:07:42 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2015/02/19 09:03:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 1.3 2015/02/21 12:07:42 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 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"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"



1.29                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	19 Feb 2015 09:03:28 -0000	1.28
+++ ChangeLog	21 Feb 2015 12:07:42 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.28 2015/02/19 09:03:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.29 2015/02/21 12:07:42 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.10.ebuild:
+  Stable for ppc, wrt bug #535128
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.10.ebuild:
   Stable for amd64, wrt bug #535128





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog
@ 2015-02-25 15:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:35 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/25 15:35:04

  Modified:             cryptokit-1.10.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535128
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild?r1=1.3&r2=1.4

Index: cryptokit-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cryptokit-1.10.ebuild	21 Feb 2015 12:07:42 -0000	1.3
+++ cryptokit-1.10.ebuild	25 Feb 2015 15:35:04 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2015/02/21 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 1.4 2015/02/25 15:35:04 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 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"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"



1.30                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	21 Feb 2015 12:07:42 -0000	1.29
+++ ChangeLog	25 Feb 2015 15:35:04 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.29 2015/02/21 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.30 2015/02/25 15:35:04 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.10.ebuild:
+  Stable for x86, wrt bug #535128
 
   21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.10.ebuild:
   Stable for ppc, wrt bug #535128





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-25 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 15:35 [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-21 12:07 Agostino Sarubbo (ago)
2015-02-19  9:03 Agostino Sarubbo (ago)
2015-01-07 11:31 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox