summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-safepass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/ocaml-safepass
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ocaml-safepass')
-rw-r--r--dev-ml/ocaml-safepass/Manifest3
-rw-r--r--dev-ml/ocaml-safepass/metadata.xml11
-rw-r--r--dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild22
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-ml/ocaml-safepass/Manifest b/dev-ml/ocaml-safepass/Manifest
deleted file mode 100644
index 7e1f55e4cb48..000000000000
--- a/dev-ml/ocaml-safepass/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-safepass-2.0.tar.gz 72314 BLAKE2B 63ad0b61b287bc65f61da93a01f9742842c869f63dbe964c593194d2a9d71565a67f75c6763ef6e3b1786ebaa17c41b3a6ca943ef6c99359f16d927855611120 SHA512 a5475b9e1f7233393fc255ae52c44d4f4373fcddf99764bb17dafb86dfbd3b3c5fa01f74254e10fe9a9889e3e5d2ee8d190ed728aad0ed5f0fdfb71856c5754d
-EBUILD ocaml-safepass-2.0.ebuild 577 BLAKE2B b93a9a109bc3f8e2971c148e7c9626cf161bcf9acf8600d16ff55149038dfd981ef51436f935a6280de61a59efc4e22d4e062c039409d8c69dc59028ce45c7a8 SHA512 43257b8e7359322fa7b9481cd0a169126b43ce7e42970822247ff1e6fd17e02909ae5ef01f1acd6581d176b302fb1b360199e012101b9c08a31830919c490955
-MISC metadata.xml 340 BLAKE2B 703cb71c60b862056477dc5e51e31d44f65548a036e2677717b3214b83c1279c125cf2155d3ec4d765f8213132c1309a46736ba53af34f45877b50b71ae7dae6 SHA512 7501b2a1a67717e1e9fc56fe235c99e292c0f80b227353ae81564e2db08e6058242fdbe845680aa3f9c39bd7aca25d4b4d1bc2b1adb785874614e32e87e3d828
diff --git a/dev-ml/ocaml-safepass/metadata.xml b/dev-ml/ocaml-safepass/metadata.xml
deleted file mode 100644
index 230b5f6b744e..000000000000
--- a/dev-ml/ocaml-safepass/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>Gentoo ML Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">darioteixeira/ocaml-safepass</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild
deleted file mode 100644
index e1b02155d572..000000000000
--- a/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/ https://github.com/darioteixeira/ocaml-safepass"
-SRC_URI="https://github.com/darioteixeira/ocaml-safepass/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "CHANGELOG" )