summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-04-09 10:46:20 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-04-09 10:46:20 +0000
commit28ed52afddd235b31114be421584bea058b5cf9f (patch)
tree9e20d844f803f1a4e63c74730951526e2d23f254 /dev-ml/bin-prot
parentstable x86, bug 308521 (diff)
downloadgentoo-2-28ed52afddd235b31114be421584bea058b5cf9f.tar.gz
gentoo-2-28ed52afddd235b31114be421584bea058b5cf9f.tar.bz2
gentoo-2-28ed52afddd235b31114be421584bea058b5cf9f.zip
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/ChangeLog6
-rw-r--r--dev-ml/bin-prot/bin-prot-1.2.20.ebuild44
-rw-r--r--dev-ml/bin-prot/bin-prot-1.2.21.ebuild44
3 files changed, 5 insertions, 89 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index fad542753b42..78edf73be499 100644
--- a/dev-ml/bin-prot/ChangeLog
+++ b/dev-ml/bin-prot/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2010/04/09 10:45:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.5 2010/04/09 10:46:20 aballier Exp $
+
+ 09 Apr 2010; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.2.20.ebuild,
+ -bin-prot-1.2.21.ebuild:
+ remove old
*bin-prot-1.2.23 (09 Apr 2010)
diff --git a/dev-ml/bin-prot/bin-prot-1.2.20.ebuild b/dev-ml/bin-prot/bin-prot-1.2.20.ebuild
deleted file mode 100644
index 0c1fc4ebb995..000000000000
--- a/dev-ml/bin-prot/bin-prot-1.2.20.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 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.20.ebuild,v 1.1 2009/09/26 12:21:20 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
-}
diff --git a/dev-ml/bin-prot/bin-prot-1.2.21.ebuild b/dev-ml/bin-prot/bin-prot-1.2.21.ebuild
deleted file mode 100644
index 1167a45cf918..000000000000
--- a/dev-ml/bin-prot/bin-prot-1.2.21.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.21.ebuild,v 1.1 2010/01/03 15:20:54 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
-}