Parent Directory
|
Revision Log
initial import, ebuild by Jacques-Pascal Deplaix, bug #426886 with small improvements by me (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | OASIS_BUILD_DOCS=1 |
| 8 | |
| 9 | inherit oasis |
| 10 | |
| 11 | DESCRIPTION="A library offering facilities for the safe storage of user passwords" |
| 12 | HOMEPAGE="http://ocaml-safepass.forge.ocamlcore.org/" |
| 13 | SRC_URI="http://forge.ocamlcore.org/frs/download.php/926/${P}.tgz" |
| 14 | |
| 15 | LICENSE="LGPL-2.1-with-linking-exception" |
| 16 | SLOT="0" |
| 17 | KEYWORDS="~amd64" |
| 18 | IUSE="" |
| 19 | |
| 20 | DEPEND="" |
| 21 | RDEPEND="${DEPEND}" |
| 22 | |
| 23 | DOCS=( "README" "CHANGELOG" ) |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |