diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-12-24 17:39:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-12-24 17:39:49 +0000 |
commit | 5ddb216d87ee1ff75df61e636073c86e0b197d72 (patch) | |
tree | 47f65de25f3f12005ecac43b8234258ae8d57b3e /dev-ml/bin-prot | |
parent | ia64/sh/sparc stable wrt #344571 (diff) | |
download | gentoo-2-5ddb216d87ee1ff75df61e636073c86e0b197d72.tar.gz gentoo-2-5ddb216d87ee1ff75df61e636073c86e0b197d72.tar.bz2 gentoo-2-5ddb216d87ee1ff75df61e636073c86e0b197d72.zip |
remove old
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-1.2.23.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index 1e32ec355835..dc152cbc2747 100644 --- a/dev-ml/bin-prot/ChangeLog +++ b/dev-ml/bin-prot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/bin-prot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.6 2010/12/16 22:14:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.7 2010/12/24 17:39:49 aballier Exp $ + + 24 Dec 2010; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.2.23.ebuild: + remove old *bin-prot-1.2.24 (16 Dec 2010) diff --git a/dev-ml/bin-prot/bin-prot-1.2.23.ebuild b/dev-ml/bin-prot/bin-prot-1.2.23.ebuild deleted file mode 100644 index 5a0233931e35..000000000000 --- a/dev-ml/bin-prot/bin-prot-1.2.23.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-1.2.23.ebuild,v 1.1 2010/04/09 10:45:32 aballier Exp $ - -EAPI="2" - -inherit findlib - -DESCRIPTION="Automated code generation for converting OCaml values to/from a type-safe binary protocol" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" -S=${WORKDIR}/${P}/lib - -RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt] - dev-ml/type-conv" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit ) - doc? ( virtual/latex-base )" - -src_compile() { - emake -j1 CFLAGS="${CFLAGS}" || die - if use doc; then - cd ../doc - VARTEXFONTS="${T}/fonts" pdflatex README.tex || die - fi -} - -src_test() { - cd "${S}/../lib_test" - emake -j1 || die - ./test_runner || die -} - -src_install() { - findlib_src_preinst - emake install || die "make install failed" - dodoc ../README.txt ../Changelog - use doc && dodoc ../doc/README.pdf -} |