diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-17 19:47:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-17 19:47:41 +0000 |
commit | a4eccf48eb47915a69e901f952ddc200a74bd679 (patch) | |
tree | 3c5737627ec9805e9178d9ba7b41e4fb020fa4cb /dev-ml/camlp5 | |
parent | Stable for amd64, wrt bug #481260 (diff) | |
download | gentoo-2-a4eccf48eb47915a69e901f952ddc200a74bd679.tar.gz gentoo-2-a4eccf48eb47915a69e901f952ddc200a74bd679.tar.bz2 gentoo-2-a4eccf48eb47915a69e901f952ddc200a74bd679.zip |
Stable for amd64, wrt bug #481230
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.07_p1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index a497a0023342..9f16a08d2b36 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.74 2013/08/15 23:57:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.75 2013/08/17 19:47:41 ago Exp $ + + 17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> camlp5-6.07_p1.ebuild: + Stable for amd64, wrt bug #481230 *camlp5-6.11 (15 Aug 2013) @@ -307,4 +310,3 @@ +files/install_destdir.dpatch, +metadata.xml, +camlp5-4.07.ebuild: Initial import, old school camlp4 released as a standalone version called camlp5 as it has been removed in ocaml 3.10 - diff --git a/dev-ml/camlp5/camlp5-6.07_p1.ebuild b/dev-ml/camlp5/camlp5-6.07_p1.ebuild index a3e64a0b8573..4c93e8c3b3f3 100644 --- a/dev-ml/camlp5/camlp5-6.07_p1.ebuild +++ b/dev-ml/camlp5/camlp5-6.07_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.07_p1.ebuild,v 1.2 2013/02/07 19:32:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.07_p1.ebuild,v 1.3 2013/08/17 19:47:41 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]" |