diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-05-27 15:41:00 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-05-27 15:41:00 +0000 |
commit | 92605694baa86bb70b3eef5e1501c438649145f3 (patch) | |
tree | dc3a78f3b7c474bcfdb2043ae6a1fbfe96b87a2d /app-emacs/tuareg-mode | |
parent | Version bump (thanks Marco Clocchiatti, bug 402457) (diff) | |
download | gentoo-2-92605694baa86bb70b3eef5e1501c438649145f3.tar.gz gentoo-2-92605694baa86bb70b3eef5e1501c438649145f3.tar.bz2 gentoo-2-92605694baa86bb70b3eef5e1501c438649145f3.zip |
Version bump, bug 417531.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/tuareg-mode')
-rw-r--r-- | app-emacs/tuareg-mode/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/tuareg-mode/tuareg-mode-2.0.6.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/app-emacs/tuareg-mode/ChangeLog b/app-emacs/tuareg-mode/ChangeLog index 45199d39bd98..d78ce2a6f574 100644 --- a/app-emacs/tuareg-mode/ChangeLog +++ b/app-emacs/tuareg-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/tuareg-mode -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.39 2011/11/06 17:30:54 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.40 2012/05/27 15:41:00 ulm Exp $ + +*tuareg-mode-2.0.6 (27 May 2012) + + 27 May 2012; Ulrich Müller <ulm@gentoo.org> +tuareg-mode-2.0.6.ebuild: + Version bump, bug 417531. 06 Nov 2011; Raúl Porcel <armin76@gentoo.org> tuareg-mode-1.45.6.ebuild, tuareg-mode-2.0.1.ebuild, tuareg-mode-2.0.4.ebuild: diff --git a/app-emacs/tuareg-mode/tuareg-mode-2.0.6.ebuild b/app-emacs/tuareg-mode/tuareg-mode-2.0.6.ebuild new file mode 100644 index 000000000000..49b0de3291fe --- /dev/null +++ b/app-emacs/tuareg-mode/tuareg-mode-2.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.6.ebuild,v 1.1 2012/05/27 15:41:00 ulm Exp $ + +EAPI=4 + +inherit elisp + +DESCRIPTION="An Objective Caml/Camllight mode for Emacs" +HOMEPAGE="http://forge.ocamlcore.org/projects/tuareg/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/882/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/tuareg-${PV}" +ELISP_REMOVE="tuareg-pkg.el" +SITEFILE="50${PN}-gentoo.el" +DOCS="README" |