diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:23:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:23:28 +0000 |
commit | 43f94b7a8da38943f7fe8f0f5abbbfc144585370 (patch) | |
tree | d31aff3dbc8beaf3ad8e9cd61ff6f35450ac908a /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-43f94b7a8da38943f7fe8f0f5abbbfc144585370.tar.gz gentoo-2-43f94b7a8da38943f7fe8f0f5abbbfc144585370.tar.bz2 gentoo-2-43f94b7a8da38943f7fe8f0f5abbbfc144585370.zip |
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/bin-prot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/bin-prot/bin-prot-2.0.3.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index 7cc9b59607e5..3150cf8a54d7 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.16 2012/07/09 20:51:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.17 2012/08/07 16:23:28 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-2.0.3.ebuild: + remove old 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> bin-prot-108.00.01.ebuild, bin-prot-2.0.3.ebuild: diff --git a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild b/dev-ml/bin-prot/bin-prot-2.0.3.ebuild deleted file mode 100644 index c571cc6cd3a5..000000000000 --- a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild +++ /dev/null @@ -1,40 +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/bin-prot/bin-prot-2.0.3.ebuild,v 1.4 2012/07/09 20:51:07 ulm Exp $ - -EAPI=3 - -inherit oasis - -DESCRIPTION="A binary protocol generator" -HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" -SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND=">=dev-ml/ounit-1.0.2 - >=dev-ml/type-conv-2.3.0" -DEPEND="${RDEPEND} - doc? ( virtual/latex-base dev-texlive/texlive-latexextra )" - -DOCS=( "README.txt" "Changelog" ) - -src_compile() { - oasis_src_compile - if use doc ; then - cd "${S}/doc" - pdflatex README || die - pdflatex README || die - fi -} - -src_install() { - oasis_src_install - - if use doc; then - dodoc doc/README.pdf || die - fi -} |