diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-22 02:35:26 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-22 02:35:26 +0000 |
commit | 639f182778e4130935ef9cfa6b1b4a379ea920e4 (patch) | |
tree | fefa2be61014c9488f6472b77386ca613badf5d7 /app-emacs/gnus | |
parent | Version bump #144652 by Rodrigo Severo. (diff) | |
download | gentoo-2-639f182778e4130935ef9cfa6b1b4a379ea920e4.tar.gz gentoo-2-639f182778e4130935ef9cfa6b1b4a379ea920e4.tar.bz2 gentoo-2-639f182778e4130935ef9cfa6b1b4a379ea920e4.zip |
Stable on SPARC wrt bug #144616.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'app-emacs/gnus')
-rw-r--r-- | app-emacs/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnus/files/digest-gnus-5.10.6 | 2 | ||||
-rw-r--r-- | app-emacs/gnus/gnus-5.10.8.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog index bbb754b3512d..ffbbfe354564 100644 --- a/app-emacs/gnus/ChangeLog +++ b/app-emacs/gnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnus # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.17 2006/08/21 17:50:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.18 2006/08/22 02:35:26 weeve Exp $ + + 22 Aug 2006; Jason Wever <weeve@gentoo.org> gnus-5.10.8.ebuild: + Stable on SPARC wrt bug #144616. 21 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> gnus-5.10.8.ebuild: Don't depend on app-emacs/w3; Resolves Bug #144616. diff --git a/app-emacs/gnus/files/digest-gnus-5.10.6 b/app-emacs/gnus/files/digest-gnus-5.10.6 index 50b50018bfa5..bcfeffa23a67 100644 --- a/app-emacs/gnus/files/digest-gnus-5.10.6 +++ b/app-emacs/gnus/files/digest-gnus-5.10.6 @@ -1 +1,3 @@ MD5 8b510e5d2530f92af371eb64f828b257 gnus-5.10.6.tar.gz 2312518 +RMD160 6b0661515d2669194d625665f8b03d75eaaa247f gnus-5.10.6.tar.gz 2312518 +SHA256 b4fe26c481946dafc7ce907f96da5b8dcd3e2b10f92b411df6e55aeee32035e2 gnus-5.10.6.tar.gz 2312518 diff --git a/app-emacs/gnus/gnus-5.10.8.ebuild b/app-emacs/gnus/gnus-5.10.8.ebuild index 823ddbb488ac..6728a1b304e1 100644 --- a/app-emacs/gnus/gnus-5.10.8.ebuild +++ b/app-emacs/gnus/gnus-5.10.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.2 2006/08/21 17:50:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.8.ebuild,v 1.3 2006/08/22 02:35:26 weeve Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnus.org/" SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" DEPEND="virtual/emacs" |