diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-11 17:32:49 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-04-11 17:32:49 +0000 |
commit | 930b70f04fdb228bd1658d181f430550ec07f2d2 (patch) | |
tree | 59b0e212da128a8c933b624d7f600d0fc97237c5 /app-emacs/yaml-mode | |
parent | update dates on dissy removal (diff) | |
download | gentoo-2-930b70f04fdb228bd1658d181f430550ec07f2d2.tar.gz gentoo-2-930b70f04fdb228bd1658d181f430550ec07f2d2.tar.bz2 gentoo-2-930b70f04fdb228bd1658d181f430550ec07f2d2.zip |
Keyword ~amd64-linux ~x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'app-emacs/yaml-mode')
-rw-r--r-- | app-emacs/yaml-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-emacs/yaml-mode/ChangeLog b/app-emacs/yaml-mode/ChangeLog index ccb02613e90f..a7b61d61fe76 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-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 $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/ChangeLog,v 1.4 2014/04/11 17:32:49 bicatali Exp $ + + 11 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> yaml-mode-0.0.9.ebuild: + Keyword ~amd64-linux ~x86-linux *yaml-mode-0.0.9 (03 Oct 2013) @@ -18,4 +21,3 @@ +yaml-mode-0.0.8.ebuild, +metadata.xml: Initial import, combined ebuild from emacs overlay and flameeyes-overlay. Originally contributed by Diego E. Pettenò <flameeyes@gentoo.org>. - diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild index 4f01f467ab2b..2d77f8e60fc1 100644 --- a/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild +++ b/app-emacs/yaml-mode/yaml-mode-0.0.9.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/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild,v 1.1 2013/10/03 14:02:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild,v 1.2 2014/04/11 17:32:49 bicatali Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/yoshiki/${PN}/archive/release-${PV}.tar.gz -> ${P}.t LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-release-${PV}" DOCS="README Changes" |