diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-29 06:09:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-29 06:09:44 +0000 |
commit | 27e0f78a8f2da3e49c3024e388c3073f3bef15f6 (patch) | |
tree | 12e61bbc290ecbca8a2e08f8ed99aa55dc78b514 /app-emacs/sokoban | |
parent | Stable for x86, wrt bug #504222 (diff) | |
download | gentoo-2-27e0f78a8f2da3e49c3024e388c3073f3bef15f6.tar.gz gentoo-2-27e0f78a8f2da3e49c3024e388c3073f3bef15f6.tar.bz2 gentoo-2-27e0f78a8f2da3e49c3024e388c3073f3bef15f6.zip |
Stable for x86, wrt bug #504226
(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/sokoban')
-rw-r--r-- | app-emacs/sokoban/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/sokoban/sokoban-1.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emacs/sokoban/ChangeLog b/app-emacs/sokoban/ChangeLog index c6dc8e015657..eaae5148cc2d 100644 --- a/app-emacs/sokoban/ChangeLog +++ b/app-emacs/sokoban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/sokoban # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sokoban/ChangeLog,v 1.5 2014/03/22 21:09:33 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sokoban/ChangeLog,v 1.6 2014/03/29 06:09:44 ago Exp $ + + 29 Mar 2014; Agostino Sarubbo <ago@gentoo.org> sokoban-1.4.ebuild: + Stable for x86, wrt bug #504226 22 Mar 2014; Chema Alonso <nimiux@gentoo.org> sokoban-1.4.ebuild: Stable for amd64 wrt bug #504226 @@ -22,4 +25,3 @@ 07 Jan 2010; Ulrich Mueller <ulm@gentoo.org> +files/50sokoban-gentoo.el, +sokoban-1.04_p20030614.ebuild, +metadata.xml: Initial import, from Emacs overlay. Ebuild contributed by me. - diff --git a/app-emacs/sokoban/sokoban-1.4.ebuild b/app-emacs/sokoban/sokoban-1.4.ebuild index 4c8c21c81a2a..102627cbd0ff 100644 --- a/app-emacs/sokoban/sokoban-1.4.ebuild +++ b/app-emacs/sokoban/sokoban-1.4.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/sokoban/sokoban-1.4.ebuild,v 1.2 2014/03/22 21:09:33 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sokoban/sokoban-1.4.ebuild,v 1.3 2014/03/29 06:09:44 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://elpa.gnu.org/packages/${P}.tar" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" ELISP_REMOVE="sokoban-pkg.el" SITEFILE="50${PN}-gentoo.el" |