diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:38:34 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-20 00:38:34 +0000 |
commit | b0832ab402cbc573ef82cfffd5b4f02252d18765 (patch) | |
tree | 81f39f615e6a2ae02e07463423e5d418ee7a64ac /app-xemacs/prog-modes | |
parent | stable amd64, bug 248220 (diff) | |
download | historical-b0832ab402cbc573ef82cfffd5b4f02252d18765.tar.gz historical-b0832ab402cbc573ef82cfffd5b4f02252d18765.tar.bz2 historical-b0832ab402cbc573ef82cfffd5b4f02252d18765.zip |
clean up
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-2.09.ebuild | 27 |
2 files changed, 6 insertions, 29 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index f3d55f6e6ae4..bd021391af70 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-xemacs/prog-modes -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.21 2008/05/12 14:02:37 corsair Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.22 2009/02/20 00:27:27 fauli Exp $ + + 20 Feb 2009; Christian Faulhammer <fauli@gentoo.org> + -prog-modes-2.09.ebuild: + clean up 12 May 2008; Markus Rothe <corsair@gentoo.org> prog-modes-2.10.ebuild: Stable on ppc64 diff --git a/app-xemacs/prog-modes/prog-modes-2.09.ebuild b/app-xemacs/prog-modes/prog-modes-2.09.ebuild deleted file mode 100644 index d490176522b3..000000000000 --- a/app-xemacs/prog-modes/prog-modes-2.09.ebuild +++ /dev/null @@ -1,27 +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/prog-modes/prog-modes-2.09.ebuild,v 1.4 2007/07/11 02:37:38 mr_bones_ Exp $ - -SLOT="0" -IUSE="" -DESCRIPTION="Support for various programming languages." -PKG_CAT="standard" - -RDEPEND="app-xemacs/mail-lib -app-xemacs/xemacs-devel -app-xemacs/xemacs-base -app-xemacs/cc-mode -app-xemacs/fsf-compat -app-xemacs/edit-utils -app-xemacs/ediff -app-xemacs/emerge -app-xemacs/efs -app-xemacs/vc -app-xemacs/speedbar -app-xemacs/dired -app-xemacs/ilisp -app-xemacs/sh-script -" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |