diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:38:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:38:03 +0000 |
commit | 3bfda8840a4dcc7f890e1e4120d422076a808e4d (patch) | |
tree | 99ffc6f065b0e8f96939253ce90ab3aede63253e /app-emacs/hexrgb | |
parent | Stable for x86, wrt bug #506288 (diff) | |
download | gentoo-2-3bfda8840a4dcc7f890e1e4120d422076a808e4d.tar.gz gentoo-2-3bfda8840a4dcc7f890e1e4120d422076a808e4d.tar.bz2 gentoo-2-3bfda8840a4dcc7f890e1e4120d422076a808e4d.zip |
Stable for x86, wrt bug #505526
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emacs/hexrgb')
-rw-r--r-- | app-emacs/hexrgb/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/hexrgb/hexrgb-0_p957.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/hexrgb/ChangeLog b/app-emacs/hexrgb/ChangeLog index bf2f5534bf8f..0748b70edef0 100644 --- a/app-emacs/hexrgb/ChangeLog +++ b/app-emacs/hexrgb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/hexrgb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.2 2014/04/11 11:28:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.3 2014/04/12 09:38:03 ago Exp $ + + 12 Apr 2014; Agostino Sarubbo <ago@gentoo.org> hexrgb-0_p957.ebuild: + Stable for x86, wrt bug #505526 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> hexrgb-0_p957.ebuild: Stable for amd64 wrt bug #505526 @@ -10,4 +13,3 @@ 22 Feb 2014; Ulrich Müller <ulm@gentoo.org> +hexrgb-0_p957.ebuild, +files/50hexrgb-gentoo.el, +metadata.xml: Initial import. Ebuild contributed by me. - diff --git a/app-emacs/hexrgb/hexrgb-0_p957.ebuild b/app-emacs/hexrgb/hexrgb-0_p957.ebuild index 15a131595f43..87e862e9c94d 100644 --- a/app-emacs/hexrgb/hexrgb-0_p957.ebuild +++ b/app-emacs/hexrgb/hexrgb-0_p957.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.2 2014/04/11 11:28:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.3 2014/04/12 09:38:02 ago Exp $ EAPI=5 @@ -12,6 +12,6 @@ SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SITEFILE="50${PN}-gentoo.el" |