diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 08:12:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 08:12:26 +0000 |
commit | 3ef28c20dec5f306675cef9d8acb8da0a2cd020b (patch) | |
tree | 206fc36058d9d4065c1cf3d6c6933c021728ad7a /app-xemacs/python-modes | |
parent | Version bump (diff) | |
download | gentoo-2-3ef28c20dec5f306675cef9d8acb8da0a2cd020b.tar.gz gentoo-2-3ef28c20dec5f306675cef9d8acb8da0a2cd020b.tar.bz2 gentoo-2-3ef28c20dec5f306675cef9d8acb8da0a2cd020b.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.13.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index 8367933811bf..516e5168dc67 100644 --- a/app-xemacs/python-modes/ChangeLog +++ b/app-xemacs/python-modes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/python-modes -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.15 2008/03/19 19:55:37 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.16 2009/02/22 08:12:26 graaff Exp $ + +*python-modes-1.13 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +python-modes-1.13.ebuild: + Version bump with sync to latest upstream version 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/python-modes/python-modes-1.13.ebuild b/app-xemacs/python-modes/python-modes-1.13.ebuild new file mode 100644 index 000000000000..a14c8934df0c --- /dev/null +++ b/app-xemacs/python-modes/python-modes-1.13.ebuild @@ -0,0 +1,18 @@ +# 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 |