summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
commit36297557ab77d6e395d446d3c41581dbdb125e30 (patch)
tree342b5d76d78a4331a822b3ac9f867eadfa4e5bcb /dev-ml/bin-prot
parentRespect CFLAGS. #428244 (diff)
downloadhistorical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.gz
historical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.bz2
historical-36297557ab77d6e395d446d3c41581dbdb125e30.zip
remove old
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/ChangeLog5
-rw-r--r--dev-ml/bin-prot/bin-prot-2.0.3.ebuild40
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
-}