summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:31:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:31:12 +0000
commita753c30a77983a4d4c12da4c5e6cee307299709a (patch)
tree2d25cf5c2a2f55f73bc12228c419f77b17c2a712 /dev-ml/cryptokit
parentAdd arm keyword. Thanks Roy "NeddySeagoon" Bamford for checking. (diff)
downloadgentoo-2-a753c30a77983a4d4c12da4c5e6cee307299709a.tar.gz
gentoo-2-a753c30a77983a4d4c12da4c5e6cee307299709a.tar.bz2
gentoo-2-a753c30a77983a4d4c12da4c5e6cee307299709a.zip
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/cryptokit')
-rw-r--r--dev-ml/cryptokit/ChangeLog7
-rw-r--r--dev-ml/cryptokit/cryptokit-1.5.ebuild48
2 files changed, 5 insertions, 50 deletions
diff --git a/dev-ml/cryptokit/ChangeLog b/dev-ml/cryptokit/ChangeLog
index 9a898c05f021..737c36db869a 100644
--- a/dev-ml/cryptokit/ChangeLog
+++ b/dev-ml/cryptokit/ChangeLog
@@ -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.18 2012/08/21 18:35:59 johu Exp $
+# 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 $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -cryptokit-1.5.ebuild:
+ remove old
21 Aug 2012; Johannes Huber <johu@gentoo.org> cryptokit-1.6.ebuild:
Stable for x86, wrt bug #428970
diff --git a/dev-ml/cryptokit/cryptokit-1.5.ebuild b/dev-ml/cryptokit/cryptokit-1.5.ebuild
deleted file mode 100644
index 97acd2a4e2b6..000000000000
--- a/dev-ml/cryptokit/cryptokit-1.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.5.ebuild,v 1.4 2012/06/14 17:51:45 xmw 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/639/${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
-}