diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:03:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:03:54 +0000 |
commit | a609c7b32e8f68fe6a3b6f0aff09f3f6731985d9 (patch) | |
tree | 409311590b857a6df46fdd35fbd1296a4becc938 | |
parent | Version bump: XEmacs compatibility fixes. (diff) | |
download | gentoo-2-a609c7b32e8f68fe6a3b6f0aff09f3f6731985d9.tar.gz gentoo-2-a609c7b32e8f68fe6a3b6f0aff09f3f6731985d9.tar.bz2 gentoo-2-a609c7b32e8f68fe6a3b6f0aff09f3f6731985d9.zip |
Version bump: XEmacs compatibility fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | app-xemacs/gnus/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-1.94.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-xemacs/gnus/ChangeLog b/app-xemacs/gnus/ChangeLog index 6beeac6625d8..f70c50aee50d 100644 --- a/app-xemacs/gnus/ChangeLog +++ b/app-xemacs/gnus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/gnus -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.27 2009/02/22 13:08:50 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.28 2010/08/13 11:03:54 graaff Exp $ + +*gnus-1.94 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +gnus-1.94.ebuild: + Version bump: XEmacs compatibility fixes. *gnus-1.93 (22 Feb 2009) diff --git a/app-xemacs/gnus/gnus-1.94.ebuild b/app-xemacs/gnus/gnus-1.94.ebuild new file mode 100644 index 000000000000..e0dfb7494bda --- /dev/null +++ b/app-xemacs/gnus/gnus-1.94.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.94.ebuild,v 1.1 2010/08/13 11:03:54 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="The Gnus Newsreader and Mailreader." +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/os-utils +app-xemacs/dired +app-xemacs/mh-e +app-xemacs/sieve +app-xemacs/ps-print +app-xemacs/w3 +app-xemacs/pgg +app-xemacs/mailcrypt +app-xemacs/ecrypto +app-xemacs/sasl +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |