diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:32:02 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:32:02 +0000 |
commit | a99b49031bfaf58e665e0c516e4c3ba7ca573673 (patch) | |
tree | ed750946eec6d2dce2bbcb356931b11f6a754271 | |
parent | Fix libxml2-2.9 compat (#459546 by jfernand) (diff) | |
download | gentoo-2-a99b49031bfaf58e665e0c516e4c3ba7ca573673.tar.gz gentoo-2-a99b49031bfaf58e665e0c516e4c3ba7ca573673.tar.bz2 gentoo-2-a99b49031bfaf58e665e0c516e4c3ba7ca573673.zip |
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r-- | dev-ml/ocamldap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamldap/ocamldap-2.1.8.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ml/ocamldap/ChangeLog b/dev-ml/ocamldap/ChangeLog index 85ffea182296..d043f56d5f29 100644 --- a/dev-ml/ocamldap/ChangeLog +++ b/dev-ml/ocamldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.3 2013/03/03 14:31:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.4 2013/03/03 14:32:02 aballier Exp $ + + 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocamldap-2.1.8.ebuild: + remove old 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocamldap-2.2.ebuild: eapi5, use slotdeps and define subslot diff --git a/dev-ml/ocamldap/ocamldap-2.1.8.ebuild b/dev-ml/ocamldap/ocamldap-2.1.8.ebuild deleted file mode 100644 index d452d2768541..000000000000 --- a/dev-ml/ocamldap/ocamldap-2.1.8.ebuild +++ /dev/null @@ -1,34 +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/ocamldap/ocamldap-2.1.8.ebuild,v 1.1 2012/09/15 15:13:57 aballier Exp $ - -EAPI=4 - -inherit findlib - -DESCRIPTION="ldap server and client library for Ocaml" -HOMEPAGE="http://sourceforge.net/projects/ocamldap/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+ocamlopt doc" - -RESTRICT="test" - -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-ml/ocamlnet-2.2.9-r1 - >=dev-ml/ocaml-ssl-0.4.3" -RDEPEND="${DEPEND}" - -src_compile(){ - emake -j1 - use ocamlopt && emake -j1 opt -} - -src_install(){ - findlib_src_install - dodoc README INSTALL Changelog - use doc && dohtml -r doc/ocamldap/html -} |