diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-20 00:01:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-20 00:01:52 +0000 |
commit | 8fa4293983557dd11c97e09d9ea5c1324faf35ba (patch) | |
tree | 4ac9fbb83c9f68faa420bdcdbba6268a27690b91 /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-8fa4293983557dd11c97e09d9ea5c1324faf35ba.tar.gz gentoo-2-8fa4293983557dd11c97e09d9ea5c1324faf35ba.tar.bz2 gentoo-2-8fa4293983557dd11c97e09d9ea5c1324faf35ba.zip |
initial import, ebuild by Jacques-Pascal Deplaix, bug #426886 with small improvements by me
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-safepass/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ml/ocaml-safepass/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild | 23 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ml/ocaml-safepass/ChangeLog b/dev-ml/ocaml-safepass/ChangeLog new file mode 100644 index 000000000000..a5c9310174d9 --- /dev/null +++ b/dev-ml/ocaml-safepass/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*ocaml-safepass-1.0 (20 Jul 2012) + + 20 Jul 2012; Alexis Ballier <aballier@gentoo.org> +ocaml-safepass-1.0.ebuild, + +metadata.xml: + initial import, ebuild by Jacques-Pascal Deplaix, bug #426886 with small + improvements by me + diff --git a/dev-ml/ocaml-safepass/metadata.xml b/dev-ml/ocaml-safepass/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/ocaml-safepass/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +</pkgmetadata> diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild new file mode 100644 index 000000000000..a99aa51338dc --- /dev/null +++ b/dev-ml/ocaml-safepass/ocaml-safepass-1.0.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.ebuild,v 1.1 2012/07/20 00:01:52 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/926/${P}.tgz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( "README" "CHANGELOG" ) |