diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-10 12:58:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-10 12:58:10 +0000 |
commit | 9d74bbb9baf3305c70d83d2e6d35977b66220801 (patch) | |
tree | e60667763c789b7abfc6f28fd1dea740a44eec23 /dev-ml/custom_printf | |
parent | version bump (diff) | |
download | gentoo-2-9d74bbb9baf3305c70d83d2e6d35977b66220801.tar.gz gentoo-2-9d74bbb9baf3305c70d83d2e6d35977b66220801.tar.bz2 gentoo-2-9d74bbb9baf3305c70d83d2e6d35977b66220801.zip |
version bump
(Portage version: 2.2.0_alpha179/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 | 8 | ||||
-rw-r--r-- | dev-ml/custom_printf/custom_printf-109.27.00.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog index 17b630c431b9..6e19dc9a7ed3 100644 --- a/dev-ml/custom_printf/ChangeLog +++ b/dev-ml/custom_printf/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2013/05/24 16:38:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.2 2013/06/10 12:58:10 aballier Exp $ + +*custom_printf-109.27.00 (10 Jun 2013) + + 10 Jun 2013; Alexis Ballier <aballier@gentoo.org> + +custom_printf-109.27.00.ebuild: + version bump *custom_printf-109.15.00 (24 May 2013) diff --git a/dev-ml/custom_printf/custom_printf-109.27.00.ebuild b/dev-ml/custom_printf/custom_printf-109.27.00.ebuild new file mode 100644 index 000000000000..2c0da8094a75 --- /dev/null +++ b/dev-ml/custom_printf/custom_printf-109.27.00.ebuild @@ -0,0 +1,20 @@ +# 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.27.00.ebuild,v 1.1 2013/06/10 12:58:10 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-109.20.00:=" +RDEPEND="${DEPEND}" |