diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 13:16:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 13:16:33 +0000 |
commit | c57e80dec39cdbc60d616e89abf010bc142fae88 (patch) | |
tree | 5ae8e1e5ff49e31171eee53cce43537893a6aa4a /app-xemacs/gnus | |
parent | stable amd64, bug 259213 (diff) | |
download | historical-c57e80dec39cdbc60d616e89abf010bc142fae88.tar.gz historical-c57e80dec39cdbc60d616e89abf010bc142fae88.tar.bz2 historical-c57e80dec39cdbc60d616e89abf010bc142fae88.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/gnus')
-rw-r--r-- | app-xemacs/gnus/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-1.93.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/app-xemacs/gnus/ChangeLog b/app-xemacs/gnus/ChangeLog index fe00fbc7801e..6beeac6625d8 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.26 2009/02/20 00:07:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.27 2009/02/22 13:08:50 graaff Exp $ + +*gnus-1.93 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +gnus-1.93.ebuild: + Version bump with minor compatibility fixes. 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -gnus-1.90.ebuild: clean up diff --git a/app-xemacs/gnus/gnus-1.93.ebuild b/app-xemacs/gnus/gnus-1.93.ebuild new file mode 100644 index 000000000000..b464e3ed5b58 --- /dev/null +++ b/app-xemacs/gnus/gnus-1.93.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.93.ebuild,v 1.1 2009/02/22 13:08:50 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 |