summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:14:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:14:07 +0000
commitadd5e5840ce7d6dc7d241d10eef30e8f2d41f110 (patch)
treef024381d6e49a258bcc46a69883c173a151aea4d /dev-ml
parentremove old (diff)
downloadgentoo-2-add5e5840ce7d6dc7d241d10eef30e8f2d41f110.tar.gz
gentoo-2-add5e5840ce7d6dc7d241d10eef30e8f2d41f110.tar.bz2
gentoo-2-add5e5840ce7d6dc7d241d10eef30e8f2d41f110.zip
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/bin-prot/ChangeLog6
-rw-r--r--dev-ml/bin-prot/bin-prot-108.00.01.ebuild42
-rw-r--r--dev-ml/bin-prot/bin-prot-108.07.01.ebuild28
-rw-r--r--dev-ml/bin-prot/bin-prot-109.07.00.ebuild28
4 files changed, 5 insertions, 99 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index 583c21caed0f..c820e200faac 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.21 2013/02/09 00:29:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.22 2013/03/02 18:14:07 aballier Exp $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -bin-prot-108.00.01.ebuild,
+ -bin-prot-108.07.01.ebuild, -bin-prot-109.07.00.ebuild:
+ remove old
*bin-prot-109.08.00 (09 Feb 2013)
diff --git a/dev-ml/bin-prot/bin-prot-108.00.01.ebuild b/dev-ml/bin-prot/bin-prot-108.00.01.ebuild
deleted file mode 100644
index 27ffce1d1455..000000000000
--- a/dev-ml/bin-prot/bin-prot-108.00.01.ebuild
+++ /dev/null
@@ -1,42 +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-108.00.01.ebuild,v 1.2 2012/07/09 20:51:07 ulm Exp $
-
-EAPI=3
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${MY_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-3.0.5"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README" "Changelog" )
-S="${WORKDIR}/${MY_P}"
-
-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
-}
diff --git a/dev-ml/bin-prot/bin-prot-108.07.01.ebuild b/dev-ml/bin-prot/bin-prot-108.07.01.ebuild
deleted file mode 100644
index b5e71255c06f..000000000000
--- a/dev-ml/bin-prot/bin-prot-108.07.01.ebuild
+++ /dev/null
@@ -1,28 +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-108.07.01.ebuild,v 1.2 2012/10/17 12:12:35 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
- http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-3.0.5"
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.2 )"
-
-DOCS=( "README.md" "CHANGES.txt" )
-S="${WORKDIR}/${MY_P}"
diff --git a/dev-ml/bin-prot/bin-prot-109.07.00.ebuild b/dev-ml/bin-prot/bin-prot-109.07.00.ebuild
deleted file mode 100644
index 3387b46ca3ce..000000000000
--- a/dev-ml/bin-prot/bin-prot-109.07.00.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-109.07.00.ebuild,v 1.1 2013/02/07 18:25:15 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
- http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-3.0.5:="
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.2 )"
-
-DOCS=( "README.md" "CHANGES.txt" )
-S="${WORKDIR}/${MY_P}"