diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-19 12:57:49 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-19 12:57:49 +0000 |
commit | 87042cfd8c9130f452600a66f883a35fcf640535 (patch) | |
tree | fc410b66d346f0e3a02bf5ee0a160aa2cf1bd8ec /dev-ml/custom_printf | |
parent | dev-libs/quazip: Drop old (diff) | |
download | gentoo-2-87042cfd8c9130f452600a66f883a35fcf640535.tar.gz gentoo-2-87042cfd8c9130f452600a66f883a35fcf640535.tar.bz2 gentoo-2-87042cfd8c9130f452600a66f883a35fcf640535.zip |
remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/custom_printf')
-rw-r--r-- | dev-ml/custom_printf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/custom_printf/custom_printf-109.15.00.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog index 6e19dc9a7ed3..3477684f6ae2 100644 --- a/dev-ml/custom_printf/ChangeLog +++ b/dev-ml/custom_printf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/custom_printf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.2 2013/06/10 12:58:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.3 2013/08/19 12:57:49 aballier Exp $ + + 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> + -custom_printf-109.15.00.ebuild: + remove old *custom_printf-109.27.00 (10 Jun 2013) diff --git a/dev-ml/custom_printf/custom_printf-109.15.00.ebuild b/dev-ml/custom_printf/custom_printf-109.15.00.ebuild deleted file mode 100644 index e7d3549f5a5e..000000000000 --- a/dev-ml/custom_printf/custom_printf-109.15.00.ebuild +++ /dev/null @@ -1,20 +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/custom_printf/custom_printf-109.15.00.ebuild,v 1.1 2013/05/24 16:38:56 aballier Exp $ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Syntax extension for printf format strings" -HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz - http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/type-conv-${PV}:=" -RDEPEND="${DEPEND}" |