diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:50:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:50:25 +0000 |
commit | 34755029249ad0463a3c47b8e6f0044ca02665c6 (patch) | |
tree | 1653a0d240be0d5b26c5f200040abdef15cfcee7 /dev-ml | |
parent | x86 stable, bug #520338 (diff) | |
download | gentoo-2-34755029249ad0463a3c47b8e6f0044ca02665c6.tar.gz gentoo-2-34755029249ad0463a3c47b8e6f0044ca02665c6.tar.bz2 gentoo-2-34755029249ad0463a3c47b8e6f0044ca02665c6.zip |
remove old
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/deriving/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/deriving/deriving-0.6.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ml/deriving/ChangeLog b/dev-ml/deriving/ChangeLog index edbc3b6355cc..37a8eca1f4fa 100644 --- a/dev-ml/deriving/ChangeLog +++ b/dev-ml/deriving/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/deriving # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.2 2014/04/13 17:39:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.3 2014/10/23 10:50:25 aballier Exp $ + + 23 Oct 2014; Alexis Ballier <aballier@gentoo.org> -deriving-0.6.ebuild: + remove old *deriving-0.6.2 (13 Apr 2014) diff --git a/dev-ml/deriving/deriving-0.6.ebuild b/dev-ml/deriving/deriving-0.6.ebuild deleted file mode 100644 index 27e974472b9a..000000000000 --- a/dev-ml/deriving/deriving-0.6.ebuild +++ /dev/null @@ -1,25 +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/deriving/deriving-0.6.ebuild,v 1.1 2014/03/13 20:17:41 aballier Exp $ - -EAPI=5 - -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="A deriving library for Ocsigen" -HOMEPAGE="http://github.com/ocsigen/deriving" -SRC_URI="http://github.com/ocsigen/deriving/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/type-conv-108:= - dev-ml/optcomp:=" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES README.md ) -RESTRICT="test" |