diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-7.0.3.ebuild (renamed from dev-ml/sexplib/sexplib-7.0.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 6b2d6b08930b..67cd36d309a2 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/sexplib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.10 2011/09/07 14:04:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.11 2011/09/07 15:22:10 aballier Exp $ + +*sexplib-7.0.3 (07 Sep 2011) + + 07 Sep 2011; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.1.ebuild, + +sexplib-7.0.3.ebuild: + version bump *sexplib-7.0.1 (07 Sep 2011) diff --git a/dev-ml/sexplib/sexplib-7.0.1.ebuild b/dev-ml/sexplib/sexplib-7.0.3.ebuild index 46ca2f4ca5a1..636ec3151d7b 100644 --- a/dev-ml/sexplib/sexplib-7.0.1.ebuild +++ b/dev-ml/sexplib/sexplib-7.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.1.ebuild,v 1.1 2011/09/07 14:04:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-7.0.3.ebuild,v 1.1 2011/09/07 15:22:10 aballier Exp $ EAPI=3 @@ -8,7 +8,7 @@ inherit findlib eutils multilib DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/670/${P}.tar.gz" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/694/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |