diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-23 20:49:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-23 20:49:28 +0000 |
commit | e35c467ee1645d301531f9b1473e521e83f7ce2d (patch) | |
tree | 2806e8a31bd8ea8e8713abb10b4be0429afe3235 /app-emacs/yaml-mode | |
parent | Use mirror://github. (diff) | |
download | gentoo-2-e35c467ee1645d301531f9b1473e521e83f7ce2d.tar.gz gentoo-2-e35c467ee1645d301531f9b1473e521e83f7ce2d.tar.bz2 gentoo-2-e35c467ee1645d301531f9b1473e521e83f7ce2d.zip |
Fix typo.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/yaml-mode')
-rw-r--r-- | app-emacs/yaml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/yaml-mode/ChangeLog b/app-emacs/yaml-mode/ChangeLog index 982ec1158483..5441f5d5c2fe 100644 --- a/app-emacs/yaml-mode/ChangeLog +++ b/app-emacs/yaml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/yaml-mode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/ChangeLog,v 1.1 2012/04/23 20:27:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/ChangeLog,v 1.2 2012/04/23 20:49:28 ulm Exp $ + + 23 Apr 2012; Ulrich Müller <ulm@gentoo.org> yaml-mode-0.0.8.ebuild: + Fix typo. *yaml-mode-0.0.8 (23 Apr 2012) diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild index ceb98b3cef9d..da59a52cd31d 100644 --- a/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild +++ b/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild,v 1.1 2012/04/23 20:27:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild,v 1.2 2012/04/23 20:49:28 ulm Exp $ EAPI=4 inherit elisp -DESCRIPTION="A major mode for GNU emacs for editing YAML files." +DESCRIPTION="A major mode for GNU Emacs for editing YAML files." HOMEPAGE="https://github.com/yoshiki/yaml-mode" SRC_URI="mirror://github/yoshiki/${PN}/${P}.tar.gz" |