diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:16:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:16:35 +0000 |
commit | 1ddce5dd7e9bae3373beee9c951633bc840d1648 (patch) | |
tree | 8aab6698e3fd79a8c3aeda5c0d416bd5544cd293 /app-xemacs/mh-e | |
parent | Version bump (diff) | |
download | historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.tar.gz historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.tar.bz2 historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/mh-e')
-rw-r--r-- | app-xemacs/mh-e/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/mh-e/mh-e-1.31.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/app-xemacs/mh-e/ChangeLog b/app-xemacs/mh-e/ChangeLog index 947378101482..3f4d215a22a9 100644 --- a/app-xemacs/mh-e/ChangeLog +++ b/app-xemacs/mh-e/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/mh-e -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mh-e/ChangeLog,v 1.14 2008/03/19 19:46:04 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mh-e/ChangeLog,v 1.15 2009/02/22 10:09:15 graaff Exp $ + +*mh-e-1.31 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +mh-e-1.31.ebuild: + Version bump with better runtime feature detection. 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/mh-e/mh-e-1.31.ebuild b/app-xemacs/mh-e/mh-e-1.31.ebuild new file mode 100644 index 000000000000..49a11e392d71 --- /dev/null +++ b/app-xemacs/mh-e/mh-e-1.31.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mh-e/mh-e-1.31.ebuild,v 1.1 2009/02/22 10:09:15 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Front end support for MH." +PKG_CAT="standard" + +RDEPEND="app-xemacs/gnus +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/speedbar +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/sh-script +app-xemacs/fsf-compat +app-xemacs/xemacs-devel +app-xemacs/net-utils +app-xemacs/xemacs-eterm +app-xemacs/os-utils +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |