diff options
author | 2005-04-21 18:36:29 +0000 | |
---|---|---|
committer | 2005-04-21 18:36:29 +0000 | |
commit | e70157bd3a0bf1aecf1b6f6ab207b6158585e905 (patch) | |
tree | 3dafca633bf0f22d15a8dc7f40430aa546925f1d /app-emacs/gnus | |
parent | Fix #89836. (diff) | |
download | gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.tar.gz gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.tar.bz2 gentoo-2-e70157bd3a0bf1aecf1b6f6ab207b6158585e905.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emacs/gnus')
-rw-r--r-- | app-emacs/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/gnus/gnus-5.10.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog index 652398868022..d7934c5b1a1c 100644 --- a/app-emacs/gnus/ChangeLog +++ b/app-emacs/gnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/gnus # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.13 2005/01/01 13:46:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.14 2005/04/21 18:35:16 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> gnus-5.10.6.ebuild: + stable on amd64 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-emacs/gnus/gnus-5.10.6.ebuild b/app-emacs/gnus/gnus-5.10.6.ebuild index db0c9cd44893..1b5f4f6ea367 100644 --- a/app-emacs/gnus/gnus-5.10.6.ebuild +++ b/app-emacs/gnus/gnus-5.10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.6.ebuild,v 1.11 2005/01/01 13:46:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.6.ebuild,v 1.12 2005/04/21 18:35:16 blubb 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="x86 ~ppc alpha sparc ~amd64" +KEYWORDS="x86 ~ppc alpha sparc amd64" DEPEND="virtual/emacs emacs-w3? ( app-emacs/w3 )" |