diff options
author | 2013-10-03 14:02:08 +0000 | |
---|---|---|
committer | 2013-10-03 14:02:08 +0000 | |
commit | ec0d2560f349ed7e4cb4f57f7e387a9a1ea399b2 (patch) | |
tree | 3520bfc020b73a3e4cb9187304a8d58336de20da /app-emacs | |
parent | Version bump (diff) | |
download | gentoo-2-ec0d2560f349ed7e4cb4f57f7e387a9a1ea399b2.tar.gz gentoo-2-ec0d2560f349ed7e4cb4f57f7e387a9a1ea399b2.tar.bz2 gentoo-2-ec0d2560f349ed7e4cb4f57f7e387a9a1ea399b2.zip |
Version bump, bug 486806.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yaml-mode/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild | 7 | ||||
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild | 19 |
3 files changed, 31 insertions, 6 deletions
diff --git a/app-emacs/yaml-mode/ChangeLog b/app-emacs/yaml-mode/ChangeLog index 5441f5d5c2fe..ccb02613e90f 100644 --- a/app-emacs/yaml-mode/ChangeLog +++ b/app-emacs/yaml-mode/ChangeLog @@ -1,6 +1,13 @@ # 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.2 2012/04/23 20:49:28 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/ChangeLog,v 1.3 2013/10/03 14:02:08 ulm Exp $ + +*yaml-mode-0.0.9 (03 Oct 2013) + + 03 Oct 2013; Ulrich Müller <ulm@gentoo.org> yaml-mode-0.0.8.ebuild, + +yaml-mode-0.0.9.ebuild: + Version bump, bug 486806. Thanks to Pariksheet Nanda + <pariksheet.nanda@gmail.com>. 23 Apr 2012; Ulrich Müller <ulm@gentoo.org> yaml-mode-0.0.8.ebuild: Fix typo. 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 34a232c6d5bd..b4d924656e89 100644 --- a/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild +++ b/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.3 2012/04/23 20:53:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/yaml-mode-0.0.8.ebuild,v 1.4 2013/10/03 14:02:08 ulm Exp $ EAPI=4 @@ -10,10 +10,9 @@ 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" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DOCS="README Changes" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild new file mode 100644 index 000000000000..4f01f467ab2b --- /dev/null +++ b/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 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.9.ebuild,v 1.1 2013/10/03 14:02:08 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="A major mode for GNU Emacs for editing YAML files" +HOMEPAGE="https://github.com/yoshiki/yaml-mode" +SRC_URI="https://github.com/yoshiki/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${PN}-release-${PV}" +DOCS="README Changes" +SITEFILE="50${PN}-gentoo.el" |