summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-04-03 07:51:11 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-04-03 07:51:11 +0000
commit74d8fd1ada00977133ec812e14d69ef9d51a8afc (patch)
tree23a5d72f8da71faf0ad6fee816db6c7d8c27ccb4 /dev-ml
parentFix patch/autotools ordering #540856 by Arfrever Frehtes Taifersar Arahesis. (diff)
downloadgentoo-2-74d8fd1ada00977133ec812e14d69ef9d51a8afc.tar.gz
gentoo-2-74d8fd1ada00977133ec812e14d69ef9d51a8afc.tar.bz2
gentoo-2-74d8fd1ada00977133ec812e14d69ef9d51a8afc.zip
remove old
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-re/ChangeLog6
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild24
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.3.0.ebuild25
3 files changed, 5 insertions, 50 deletions
diff --git a/dev-ml/ocaml-re/ChangeLog b/dev-ml/ocaml-re/ChangeLog
index 5d51a7afd29c..55554b7cd08a 100644
--- a/dev-ml/ocaml-re/ChangeLog
+++ b/dev-ml/ocaml-re/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-re
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.3 2015/03/16 13:54:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ChangeLog,v 1.4 2015/04/03 07:51:11 aballier Exp $
+
+ 03 Apr 2015; Alexis Ballier <aballier@gentoo.org> -ocaml-re-1.2.2.ebuild,
+ -ocaml-re-1.3.0.ebuild:
+ remove old
*ocaml-re-1.3.1 (16 Mar 2015)
diff --git a/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild b/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild
deleted file mode 100644
index cd2b167190a4..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.2.2.ebuild,v 1.1 2014/10/24 07:54:03 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="http://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )
-S="${WORKDIR}/${PN}-${P}"
diff --git a/dev-ml/ocaml-re/ocaml-re-1.3.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.3.0.ebuild
deleted file mode 100644
index ca9585b84f4f..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-re/ocaml-re-1.3.0.ebuild,v 1.1 2015/02/16 08:24:46 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="http://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )
-S="${WORKDIR}/${PN}-${P}"