diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:39:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:39:57 +0000 |
commit | 36297557ab77d6e395d446d3c41581dbdb125e30 (patch) | |
tree | 342b5d76d78a4331a822b3ac9f867eadfa4e5bcb /dev-ml/oasis | |
parent | Respect CFLAGS. #428244 (diff) | |
download | historical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.gz historical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.bz2 historical-36297557ab77d6e395d446d3c41581dbdb125e30.zip |
remove old
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/oasis')
-rw-r--r-- | dev-ml/oasis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/oasis/oasis-0.3.0_rc6.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog index 93848d826053..f1f82a7806ce 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.7 2012/07/09 20:56:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.8 2012/08/07 16:32:13 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -oasis-0.3.0_rc6.ebuild: + remove old 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> oasis-0.3.0.ebuild, oasis-0.3.0_rc6.ebuild: diff --git a/dev-ml/oasis/oasis-0.3.0_rc6.ebuild b/dev-ml/oasis/oasis-0.3.0_rc6.ebuild deleted file mode 100644 index e0043cc10819..000000000000 --- a/dev-ml/oasis/oasis-0.3.0_rc6.ebuild +++ /dev/null @@ -1,35 +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_rc6.ebuild,v 1.2 2012/07/09 20:56:49 ulm 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/880/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3" -DEPEND="${RDEPEND} - dev-ml/ocamlify - dev-ml/ocamlmod - test? ( - >=dev-ml/ocaml-fileutils-0.4.2 - >=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" ) |