diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:36:38 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-03 12:36:38 +0000 |
commit | d2b8708131d8992a49ce7024e472f86d51944806 (patch) | |
tree | 32a5baa7c478b1883835b81195b6535f80dec81c | |
parent | Remove old version. (diff) | |
download | gentoo-2-d2b8708131d8992a49ce7024e472f86d51944806.tar.gz gentoo-2-d2b8708131d8992a49ce7024e472f86d51944806.tar.bz2 gentoo-2-d2b8708131d8992a49ce7024e472f86d51944806.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.13.ebuild | 18 |
2 files changed, 5 insertions, 20 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index fc461db653cf..273cd379b572 100644 --- a/app-xemacs/python-modes/ChangeLog +++ b/app-xemacs/python-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/python-modes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.17 2010/08/13 08:15:18 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.18 2011/06/03 12:36:38 graaff Exp $ + + 03 Jun 2011; Hans de Graaff <graaff@gentoo.org> -python-modes-1.13.ebuild: + Remove old version. *python-modes-1.14 (13 Aug 2010) diff --git a/app-xemacs/python-modes/python-modes-1.13.ebuild b/app-xemacs/python-modes/python-modes-1.13.ebuild deleted file mode 100644 index a14c8934df0c..000000000000 --- a/app-xemacs/python-modes/python-modes-1.13.ebuild +++ /dev/null @@ -1,18 +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/python-modes/python-modes-1.13.ebuild,v 1.1 2009/02/22 08:12:26 graaff Exp $ - -SLOT="0" -IUSE="" -DESCRIPTION="Python support." -PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/edit-utils -app-xemacs/fsf-compat -app-xemacs/text-modes -" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" - -inherit xemacs-packages |