diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:44:49 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:44:49 +0000 |
commit | c7c51dc2f3258329308f17d53785555c00c2d5f0 (patch) | |
tree | f07e4d7c6675b18ff05942526df68ce17706a4fb /app-xemacs/python-modes | |
parent | version bump. seems to be simple bug fixes but masked for further testing on ... (diff) | |
download | historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.tar.gz historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.tar.bz2 historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.zip |
Version bump.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/python-modes/files/digest-python-modes-1.08 | 3 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.08.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index b52027d451ac..99fc0dacd268 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.8 2006/11/12 12:03:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.9 2006/12/22 09:41:59 graaff Exp $ + +*python-modes-1.08 (22 Dec 2006) + + 22 Dec 2006; Hans de Graaff <graaff@gentoo.org> +python-modes-1.08.ebuild: + Version bump. *python-modes-1.07 (12 Nov 2006) diff --git a/app-xemacs/python-modes/files/digest-python-modes-1.08 b/app-xemacs/python-modes/files/digest-python-modes-1.08 new file mode 100644 index 000000000000..adbe672b1835 --- /dev/null +++ b/app-xemacs/python-modes/files/digest-python-modes-1.08 @@ -0,0 +1,3 @@ +MD5 991cf6d7e23823d3f6ce13b76527dc11 python-modes-1.08-pkg.tar.gz 93002 +RMD160 e060fa99731374334be2971a0b10b96a215aa960 python-modes-1.08-pkg.tar.gz 93002 +SHA256 1e69c63a3ead8a0e909b84b244ef779373613257e5b7baa323f61b171731fa2f python-modes-1.08-pkg.tar.gz 93002 diff --git a/app-xemacs/python-modes/python-modes-1.08.ebuild b/app-xemacs/python-modes/python-modes-1.08.ebuild new file mode 100644 index 000000000000..2dd6706b4dd0 --- /dev/null +++ b/app-xemacs/python-modes/python-modes-1.08.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.08.ebuild,v 1.1 2006/12/22 09:41:59 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 +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |