diff options
author | 2011-06-03 12:30:21 +0000 | |
---|---|---|
committer | 2011-06-03 12:30:21 +0000 | |
commit | 59175c790711ad2c081ac4ae4567db042a4ec3a0 (patch) | |
tree | 1df3a9b204ff31575e60ad9a4ea96552cb5b0453 /app-xemacs | |
parent | Removed deprecated versions (diff) | |
download | gentoo-2-59175c790711ad2c081ac4ae4567db042a4ec3a0.tar.gz gentoo-2-59175c790711ad2c081ac4ae4567db042a4ec3a0.tar.bz2 gentoo-2-59175c790711ad2c081ac4ae4567db042a4ec3a0.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/mh-e/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/mh-e/mh-e-1.31.ebuild | 27 |
2 files changed, 5 insertions, 29 deletions
diff --git a/app-xemacs/mh-e/ChangeLog b/app-xemacs/mh-e/ChangeLog index 3198a0c76b5b..f7741549fc4f 100644 --- a/app-xemacs/mh-e/ChangeLog +++ b/app-xemacs/mh-e/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/mh-e -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mh-e/ChangeLog,v 1.16 2010/08/13 10:12:24 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mh-e/ChangeLog,v 1.17 2011/06/03 12:30:21 graaff Exp $ + + 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -mh-e-1.31.ebuild: + Remove old version. *mh-e-1.32 (13 Aug 2010) diff --git a/app-xemacs/mh-e/mh-e-1.31.ebuild b/app-xemacs/mh-e/mh-e-1.31.ebuild deleted file mode 100644 index 49a11e392d71..000000000000 --- a/app-xemacs/mh-e/mh-e-1.31.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 |