diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:37:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-10-23 10:37:36 +0000 |
commit | d7106da25f1080228cc11e8fc2d7d026bd34d88e (patch) | |
tree | 03659097cc6d46364d6ad0f96694bb05744e222e /dev-ml/camlp5 | |
parent | remove old (diff) | |
download | gentoo-2-d7106da25f1080228cc11e8fc2d7d026bd34d88e.tar.gz gentoo-2-d7106da25f1080228cc11e8fc2d7d026bd34d88e.tar.bz2 gentoo-2-d7106da25f1080228cc11e8fc2d7d026bd34d88e.zip |
update homepage and src_uri
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/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.11.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 2b401ea5da8f..e4fcd09c3cc7 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.81 2014/10/23 10:35:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.82 2014/10/23 10:37:36 aballier Exp $ + + 23 Oct 2014; Alexis Ballier <aballier@gentoo.org> camlp5-6.11.ebuild: + update homepage and src_uri 23 Oct 2014; Alexis Ballier <aballier@gentoo.org> -camlp5-6.02.3.ebuild, -camlp5-6.07_p1.ebuild: diff --git a/dev-ml/camlp5/camlp5-6.11.ebuild b/dev-ml/camlp5/camlp5-6.11.ebuild index 56d21ef7f0e0..f948d93b8e71 100644 --- a/dev-ml/camlp5/camlp5-6.11.ebuild +++ b/dev-ml/camlp5/camlp5-6.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.4 2013/12/24 12:41:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.5 2014/10/23 10:37:36 aballier Exp $ EAPI="5" @@ -8,8 +8,8 @@ inherit multilib findlib eutils MY_P=${P%_p*} DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" -SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz" +HOMEPAGE="http://camlp5.gforge.inria.fr/" +SRC_URI="http://camlp5.gforge.inria.fr/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" |