summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 15:34:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 15:34:10 +0000
commit74139b5509789bfe20aeba3ff6a8e59275e8affe (patch)
treefca7b602bc6e95c639a74c7281769f75355905b5 /dev-ml/ocaml-safepass
parentversion bump, by Jacques-Pascal Deplaix, bug #430156 (diff)
downloadgentoo-2-74139b5509789bfe20aeba3ff6a8e59275e8affe.tar.gz
gentoo-2-74139b5509789bfe20aeba3ff6a8e59275e8affe.tar.bz2
gentoo-2-74139b5509789bfe20aeba3ff6a8e59275e8affe.zip
version bump, by Jacques-Pascal Deplaix, bug #429546
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocaml-safepass')
-rw-r--r--dev-ml/ocaml-safepass/ChangeLog8
-rw-r--r--dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ml/ocaml-safepass/ChangeLog b/dev-ml/ocaml-safepass/ChangeLog
index a5c9310174d9..13e6a67a18ed 100644
--- a/dev-ml/ocaml-safepass/ChangeLog
+++ b/dev-ml/ocaml-safepass/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/ocaml-safepass
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ChangeLog,v 1.1 2012/07/20 00:01:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ChangeLog,v 1.2 2012/08/07 15:34:10 aballier Exp $
+
+*ocaml-safepass-1.0.1 (07 Aug 2012)
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ +ocaml-safepass-1.0.1.ebuild:
+ version bump, by Jacques-Pascal Deplaix, bug #429546
*ocaml-safepass-1.0 (20 Jul 2012)
diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild
new file mode 100644
index 000000000000..5fb5ad0c43af
--- /dev/null
+++ b/dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild,v 1.1 2012/08/07 15:34:10 aballier Exp $
+
+EAPI=4
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="A library offering facilities for the safe storage of user passwords"
+HOMEPAGE="http://ocaml-safepass.forge.ocamlcore.org/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/954/${P}.tgz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "CHANGELOG" )