diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:20:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:20:13 +0000 |
commit | e97e3edc1fd492b7c1c78d8131e017c9604d5f99 (patch) | |
tree | f2e2cdfb957184dfecc746bf555f0199ab84d1da /dev-ml/comparelib | |
parent | License for media-libs/urt, bug 455970. (diff) | |
download | gentoo-2-e97e3edc1fd492b7c1c78d8131e017c9604d5f99.tar.gz gentoo-2-e97e3edc1fd492b7c1c78d8131e017c9604d5f99.tar.bz2 gentoo-2-e97e3edc1fd492b7c1c78d8131e017c9604d5f99.zip |
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/comparelib')
-rw-r--r-- | dev-ml/comparelib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/comparelib/comparelib-108.07.01.ebuild | 22 | ||||
-rw-r--r-- | dev-ml/comparelib/comparelib-109.07.00.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-ml/comparelib/ChangeLog b/dev-ml/comparelib/ChangeLog index 812f432dbf42..920c39f72b75 100644 --- a/dev-ml/comparelib/ChangeLog +++ b/dev-ml/comparelib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/comparelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.4 2013/02/08 23:30:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/ChangeLog,v 1.5 2013/03/03 14:20:13 aballier Exp $ + + 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> + -comparelib-108.07.01.ebuild, -comparelib-109.07.00.ebuild: + remove old *comparelib-109.08.00 (08 Feb 2013) diff --git a/dev-ml/comparelib/comparelib-108.07.01.ebuild b/dev-ml/comparelib/comparelib-108.07.01.ebuild deleted file mode 100644 index 709ba22f095c..000000000000 --- a/dev-ml/comparelib/comparelib-108.07.01.ebuild +++ /dev/null @@ -1,22 +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/comparelib/comparelib-108.07.01.ebuild,v 1.2 2012/10/17 12:12:59 aballier Exp $ - -EAPI="4" - -inherit oasis - -DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz - http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/type-conv-3.0.5" -RDEPEND="${DEPEND}" - -DOCS=( "README.txt" ) diff --git a/dev-ml/comparelib/comparelib-109.07.00.ebuild b/dev-ml/comparelib/comparelib-109.07.00.ebuild deleted file mode 100644 index ec1672b957fe..000000000000 --- a/dev-ml/comparelib/comparelib-109.07.00.ebuild +++ /dev/null @@ -1,22 +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/comparelib/comparelib-109.07.00.ebuild,v 1.1 2013/02/07 18:47:55 aballier Exp $ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz - http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/type-conv-3.0.5:=" -RDEPEND="${DEPEND}" - -DOCS=( "README.txt" ) |