diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:16:31 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:16:31 +0000 |
commit | 8733e88496d0c5c956645d872a681c0388873a3b (patch) | |
tree | 47908014d7eb3828300fc75eeb88710d9e30964f /app-xemacs/mail-lib | |
parent | Bump to 2.6.6. Bug fixes. (diff) | |
download | gentoo-2-8733e88496d0c5c956645d872a681c0388873a3b.tar.gz gentoo-2-8733e88496d0c5c956645d872a681c0388873a3b.tar.bz2 gentoo-2-8733e88496d0c5c956645d872a681c0388873a3b.zip |
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-xemacs/mail-lib')
-rw-r--r-- | app-xemacs/mail-lib/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/mail-lib/mail-lib-1.78.ebuild | 18 |
2 files changed, 6 insertions, 20 deletions
diff --git a/app-xemacs/mail-lib/ChangeLog b/app-xemacs/mail-lib/ChangeLog index 42991ed7ce53..78fa2ffeba74 100644 --- a/app-xemacs/mail-lib/ChangeLog +++ b/app-xemacs/mail-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-xemacs/mail-lib -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.21 2008/03/19 19:45:04 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.22 2009/02/20 00:16:31 fauli Exp $ + + 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> + -mail-lib-1.78.ebuild: + clean up 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/mail-lib/mail-lib-1.78.ebuild b/app-xemacs/mail-lib/mail-lib-1.78.ebuild deleted file mode 100644 index 2126a56a06df..000000000000 --- a/app-xemacs/mail-lib/mail-lib-1.78.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.78.ebuild,v 1.4 2007/07/11 02:37:37 mr_bones_ Exp $ - -SLOT="0" -IUSE="" -DESCRIPTION="Fundamental lisp files for providing email support." -PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-eterm -app-xemacs/xemacs-base -app-xemacs/fsf-compat -app-xemacs/sh-script -app-xemacs/ecrypto -" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |