public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild
@ 2012-06-15 10:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2012-06-15 10:43 UTC (permalink / raw
  To: gentoo-commits

aballier    12/06/15 10:43:38

  Modified:             ChangeLog
  Added:                cryptokit-1.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	14 Jun 2012 17:51:45 -0000	1.14
+++ ChangeLog	15 Jun 2012 10:43:37 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.14 2012/06/14 17:51:45 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.15 2012/06/15 10:43:37 aballier Exp $
+
+*cryptokit-1.6 (15 Jun 2012)
+
+  15 Jun 2012; Alexis Ballier <aballier@gentoo.org> +cryptokit-1.6.ebuild:
+  version bump
 
   14 Jun 2012; Michael Weber <xmw@gentoo.org> cryptokit-1.5.ebuild:
   ppc stable (bug 405959)



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

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

Index: cryptokit-1.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.1 2012/06/15 10:43:37 aballier Exp $

EAPI="3"

OASIS_BUILD_DOCS=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/891/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild
@ 2012-08-18 14:46 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-18 14:46 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/18 14:46:53

  Modified:             ChangeLog cryptokit-1.6.ebuild
  Log:
  Stable ppc, bug #428970
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 Aug 2012 15:19:04 -0000	1.16
+++ ChangeLog	18 Aug 2012 14:46:53 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.16 2012/08/03 15:19:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.17 2012/08/18 14:46:53 blueness Exp $
+
+  18 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cryptokit-1.6.ebuild:
+  Stable ppc, bug #428970
 
   03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> cryptokit-1.6.ebuild:
   Stable on amd64 wrt bug #428970



1.3                  dev-ml/cryptokit/cryptokit-1.6.ebuild

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

Index: cryptokit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cryptokit-1.6.ebuild	3 Aug 2012 15:19:04 -0000	1.2
+++ cryptokit-1.6.ebuild	18 Aug 2012 14:46:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.2 2012/08/03 15:19:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.3 2012/08/18 14:46:53 blueness Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/891/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild
@ 2012-08-21 18:36 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 18:36 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 18:36:00

  Modified:             ChangeLog cryptokit-1.6.ebuild
  Log:
  Stable for x86, wrt bug #428970
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Aug 2012 14:46:53 -0000	1.17
+++ ChangeLog	21 Aug 2012 18:35:59 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.17 2012/08/18 14:46:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.18 2012/08/21 18:35:59 johu Exp $
+
+  21 Aug 2012; Johannes Huber <johu@gentoo.org> cryptokit-1.6.ebuild:
+  Stable for x86, wrt bug #428970
 
   18 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cryptokit-1.6.ebuild:
   Stable ppc, bug #428970



1.4                  dev-ml/cryptokit/cryptokit-1.6.ebuild

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

Index: cryptokit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cryptokit-1.6.ebuild	18 Aug 2012 14:46:53 -0000	1.3
+++ cryptokit-1.6.ebuild	21 Aug 2012 18:35:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.3 2012/08/18 14:46:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.4 2012/08/21 18:35:59 johu Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/891/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild
@ 2013-03-02 18:36 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-02 18:36 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/02 18:36:45

  Modified:             ChangeLog cryptokit-1.6.ebuild
  Log:
  eapi5 and define subslot
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.20                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	2 Mar 2013 18:31:12 -0000	1.19
+++ ChangeLog	2 Mar 2013 18:36:45 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2013/03/02 18:31:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.20 2013/03/02 18:36:45 aballier Exp $
+
+  02 Mar 2013; Alexis Ballier <aballier@gentoo.org> cryptokit-1.6.ebuild:
+  eapi5 and define subslot
 
   02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -cryptokit-1.5.ebuild:
   remove old



1.5                  dev-ml/cryptokit/cryptokit-1.6.ebuild

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

Index: cryptokit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cryptokit-1.6.ebuild	21 Aug 2012 18:35:59 -0000	1.4
+++ cryptokit-1.6.ebuild	2 Mar 2013 18:36:45 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.4 2012/08/21 18:35:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.6.ebuild,v 1.5 2013/03/02 18:36:45 aballier Exp $
 
-EAPI="3"
+EAPI="5"
 
 OASIS_BUILD_DOCS=1
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/"
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/891/${P}.tar.gz"
 LICENSE="LGPL-2"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
 IUSE="zlib"
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild
@ 2013-08-26 17:05 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-26 17:05 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/26 17:05:54

  Modified:             ChangeLog
  Removed:              cryptokit-1.6.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.25                 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	26 Aug 2013 16:59:39 -0000	1.24
+++ ChangeLog	26 Aug 2013 17:05:54 -0000	1.25
@@ -1,6 +1,9 @@
 # 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.24 2013/08/26 16:59:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.25 2013/08/26 17:05:54 aballier Exp $
+
+  26 Aug 2013; Alexis Ballier <aballier@gentoo.org> -cryptokit-1.6.ebuild:
+  remove old
 
   26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cryptokit-1.7.ebuild:
   Stable for ppc, wrt bug #481636





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

end of thread, other threads:[~2013-08-26 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 10:43 [gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: ChangeLog cryptokit-1.6.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-18 14:46 Anthony G. Basile (blueness)
2012-08-21 18:36 Johannes Huber (johu)
2013-03-02 18:36 Alexis Ballier (aballier)
2013-08-26 17:05 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