summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:35 +0000
commit983d7e03e09f8839be088369c534bf1f0bae682a (patch)
tree1aa4da596a70d68a0a04f4fe6dcacecb3985416b /dev-ml/oasis
parentremove ol (diff)
downloadhistorical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.gz
historical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.bz2
historical-983d7e03e09f8839be088369c534bf1f0bae682a.zip
remove old
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r--dev-ml/oasis/ChangeLog5
-rw-r--r--dev-ml/oasis/oasis-0.3.0_rc3.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog
index e22ba70d226b..30a381e1ded4 100644
--- a/dev-ml/oasis/ChangeLog
+++ b/dev-ml/oasis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/oasis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.2 2012/05/03 23:53:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.3 2012/05/18 17:10:20 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> -oasis-0.3.0_rc3.ebuild:
+ remove old
*oasis-0.3.0_rc5 (03 May 2012)
diff --git a/dev-ml/oasis/oasis-0.3.0_rc3.ebuild b/dev-ml/oasis/oasis-0.3.0_rc3.ebuild
deleted file mode 100644
index d2cf89f77126..000000000000
--- a/dev-ml/oasis/oasis-0.3.0_rc3.ebuild
+++ /dev/null
@@ -1,38 +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/oasis/oasis-0.3.0_rc3.ebuild,v 1.1 2012/03/28 12:45:00 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/829/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-fileutils-0.4.2
- dev-ml/batteries
- dev-ml/pcre-ocaml
- >=dev-ml/ocaml-data-notation-0.0.3
- dev-ml/ocamlgraph"
-DEPEND="${RDEPEND}
- dev-ml/ocamlify
- dev-ml/ocamlmod
- test? (
- >=dev-ml/ounit-1.1.0
- >=dev-ml/ocaml-expect-0.0.2
- dev-ml/extlib
- )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )