diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:13:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:13:41 +0000 |
commit | 1be863b9fe6995c4ef4c34397e1b70a3f72b6998 (patch) | |
tree | 0dd1ac16b25ea9e18fa4dcfc8e981f84e2818467 /app-xemacs/gnus | |
parent | Remove old version. (diff) | |
download | gentoo-2-1be863b9fe6995c4ef4c34397e1b70a3f72b6998.tar.gz gentoo-2-1be863b9fe6995c4ef4c34397e1b70a3f72b6998.tar.bz2 gentoo-2-1be863b9fe6995c4ef4c34397e1b70a3f72b6998.zip |
Remove old version.
(Portage version: 2.1.9.42/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, 5 insertions, 30 deletions
diff --git a/app-xemacs/gnus/ChangeLog b/app-xemacs/gnus/ChangeLog index f70c50aee50d..388deafaafed 100644 --- a/app-xemacs/gnus/ChangeLog +++ b/app-xemacs/gnus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/gnus -# 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 $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.29 2011/06/03 12:13:41 graaff Exp $ + + 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -gnus-1.93.ebuild: + Remove old version. *gnus-1.94 (13 Aug 2010) diff --git a/app-xemacs/gnus/gnus-1.93.ebuild b/app-xemacs/gnus/gnus-1.93.ebuild deleted file mode 100644 index b464e3ed5b58..000000000000 --- a/app-xemacs/gnus/gnus-1.93.ebuild +++ /dev/null @@ -1,28 +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/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 |