diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:24:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:24:57 +0000 |
commit | 9397e76e39136890fc69816ae4426c9f9b2f60c7 (patch) | |
tree | 435d1f8552380fdfb54fffeab579bf4072aea2fe | |
parent | remove old (diff) | |
download | gentoo-2-9397e76e39136890fc69816ae4426c9f9b2f60c7.tar.gz gentoo-2-9397e76e39136890fc69816ae4426c9f9b2f60c7.tar.bz2 gentoo-2-9397e76e39136890fc69816ae4426c9f9b2f60c7.zip |
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r-- | dev-ml/core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/core/core-107.01.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog index 01f2d8243c4b..5b45c4441879 100644 --- a/dev-ml/core/ChangeLog +++ b/dev-ml/core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.11 2012/07/09 20:52:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.12 2012/08/07 16:24:57 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -core-107.01.ebuild: + remove old 09 Jul 2012; Ulrich Müller <ulm@gentoo.org> core-107.01.ebuild, core-108.00.01.ebuild: diff --git a/dev-ml/core/core-107.01.ebuild b/dev-ml/core/core-107.01.ebuild deleted file mode 100644 index 209aa6060770..000000000000 --- a/dev-ml/core/core-107.01.ebuild +++ /dev/null @@ -1,26 +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/core/core-107.01.ebuild,v 1.4 2012/07/09 20:52:33 ulm Exp $ - -EAPI="3" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_P=${P/_/\~} -DESCRIPTION="Jane Street's alternative to the standard library" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="dev-ml/res - >=dev-ml/sexplib-5.2.1 - >=dev-ml/bin-prot-1.3.1 - >=dev-ml/fieldslib-0.1.2" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.0.2 )" |