diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:26:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:26:38 +0000 |
commit | e38ace7191d7af189fa73bf09bd1be04f3e1fba4 (patch) | |
tree | 142d4ecb7255de7ffcf7855286b6fecda95c8b53 /dev-ml/ocaml-safepass | |
parent | eapi5, define subslot and use slotdeps (diff) | |
download | gentoo-2-e38ace7191d7af189fa73bf09bd1be04f3e1fba4.tar.gz gentoo-2-e38ace7191d7af189fa73bf09bd1be04f3e1fba4.tar.bz2 gentoo-2-e38ace7191d7af189fa73bf09bd1be04f3e1fba4.zip |
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-safepass')
-rw-r--r-- | dev-ml/ocaml-safepass/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild | 23 | ||||
-rw-r--r-- | dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild | 23 |
3 files changed, 6 insertions, 48 deletions
diff --git a/dev-ml/ocaml-safepass/ChangeLog b/dev-ml/ocaml-safepass/ChangeLog index a4e1fd5fad03..48be10c0acaf 100644 --- a/dev-ml/ocaml-safepass/ChangeLog +++ b/dev-ml/ocaml-safepass/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2012/10/10 12:04:18 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ChangeLog,v 1.4 2013/03/03 14:26:38 aballier Exp $ + + 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-safepass-1.0.ebuild, + -ocaml-safepass-1.0.1.ebuild: + remove old *ocaml-safepass-1.2 (10 Oct 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 deleted file mode 100644 index 5fb5ad0c43af..000000000000 --- a/dev-ml/ocaml-safepass/ocaml-safepass-1.0.1.ebuild +++ /dev/null @@ -1,23 +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/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" ) diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild deleted file mode 100644 index a99aa51338dc..000000000000 --- a/dev-ml/ocaml-safepass/ocaml-safepass-1.0.ebuild +++ /dev/null @@ -1,23 +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/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" ) |