diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:35:38 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:35:38 +0000 |
commit | 0c5534129178ce8b5efa30ecdb38ce882da941a2 (patch) | |
tree | fd7af07a8b210020f755c59391bff88d82f9a255 /app-xemacs/prog-modes | |
parent | Remove old version. (diff) | |
download | gentoo-2-0c5534129178ce8b5efa30ecdb38ce882da941a2.tar.gz gentoo-2-0c5534129178ce8b5efa30ecdb38ce882da941a2.tar.bz2 gentoo-2-0c5534129178ce8b5efa30ecdb38ce882da941a2.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-2.19.ebuild | 28 |
2 files changed, 5 insertions, 30 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index d577018f0764..34c77ef77800 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/prog-modes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.24 2010/08/13 08:32:28 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.25 2011/06/03 12:35:38 graaff Exp $ + + 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -prog-modes-2.19.ebuild: + Remove old version. *prog-modes-2.20 (13 Aug 2010) diff --git a/app-xemacs/prog-modes/prog-modes-2.19.ebuild b/app-xemacs/prog-modes/prog-modes-2.19.ebuild deleted file mode 100644 index 13c97b80de1d..000000000000 --- a/app-xemacs/prog-modes/prog-modes-2.19.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/prog-modes/prog-modes-2.19.ebuild,v 1.1 2010/02/10 21:20:35 graaff 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 -app-xemacs/cedet-common -" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" - -inherit xemacs-packages |