summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-16 23:04:33 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-16 23:04:33 +0000
commit92fb5627eeb0934eef8b042b61a16d37f885f811 (patch)
tree2b5903442e881241668bf8aa5f7573844c6d7b21 /dev-ml/bin-prot
parentremove old (diff)
downloadgentoo-2-92fb5627eeb0934eef8b042b61a16d37f885f811.tar.gz
gentoo-2-92fb5627eeb0934eef8b042b61a16d37f885f811.tar.bz2
gentoo-2-92fb5627eeb0934eef8b042b61a16d37f885f811.zip
remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/ChangeLog6
-rw-r--r--dev-ml/bin-prot/bin-prot-109.08.00.ebuild28
-rw-r--r--dev-ml/bin-prot/bin-prot-109.11.00.ebuild28
-rw-r--r--dev-ml/bin-prot/bin-prot-109.15.00.ebuild29
4 files changed, 5 insertions, 86 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index d1a890e0982e..c75c928a98e9 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.25 2013/07/22 02:20:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.26 2013/08/16 23:04:33 aballier Exp $
+
+ 16 Aug 2013; Alexis Ballier <aballier@gentoo.org> -bin-prot-109.08.00.ebuild,
+ -bin-prot-109.11.00.ebuild, -bin-prot-109.15.00.ebuild:
+ remove old
*bin-prot-109.30.00 (22 Jul 2013)
diff --git a/dev-ml/bin-prot/bin-prot-109.08.00.ebuild b/dev-ml/bin-prot/bin-prot-109.08.00.ebuild
deleted file mode 100644
index 69c448f5b654..000000000000
--- a/dev-ml/bin-prot/bin-prot-109.08.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.08.00.ebuild,v 1.1 2013/02/09 00:29:07 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}"
diff --git a/dev-ml/bin-prot/bin-prot-109.11.00.ebuild b/dev-ml/bin-prot/bin-prot-109.11.00.ebuild
deleted file mode 100644
index f57bdd73712e..000000000000
--- a/dev-ml/bin-prot/bin-prot-109.11.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.11.00.ebuild,v 1.1 2013/03/06 16:05:31 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-${PV}:="
-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.15.00.ebuild b/dev-ml/bin-prot/bin-prot-109.15.00.ebuild
deleted file mode 100644
index e69b31f7aacc..000000000000
--- a/dev-ml/bin-prot/bin-prot-109.15.00.ebuild
+++ /dev/null
@@ -1,29 +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.15.00.ebuild,v 1.1 2013/05/24 16:45:53 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"
-RESTRICT="test"
-
-RDEPEND=">=dev-ml/type-conv-${PV}:="
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.2 )"
-
-DOCS=( "README.md" "CHANGES.txt" )
-S="${WORKDIR}/${MY_P}"