diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-30 19:09:57 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-30 19:09:57 +0000 |
commit | e1f7654cbd2d4328bb888e2b156d288864f28a05 (patch) | |
tree | 7db5eeccf5a87cb8f788822611dcf329aea647f3 /app-emacs/python-mode | |
parent | Stable on ppc. (diff) | |
download | historical-e1f7654cbd2d4328bb888e2b156d288864f28a05.tar.gz historical-e1f7654cbd2d4328bb888e2b156d288864f28a05.tar.bz2 historical-e1f7654cbd2d4328bb888e2b156d288864f28a05.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/python-mode/Manifest | 6 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-4.63-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 0f633ba1819f..40a2359eb247 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/python-mode # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.13 2005/04/21 18:40:31 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.14 2005/04/30 19:09:57 hansmi Exp $ + + 30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + python-mode-4.63-r1.ebuild: + Stable on ppc. 21 Apr 2005; Simon Stelling <blubb@gentoo.org> python-mode-4.6.ebuild: stable on amd64 diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index e415ec252ee4..f94160611a52 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,8 +1,8 @@ -MD5 ebc1b3a0f6d3fbfca373acb0ff1cc689 ChangeLog 1523 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 MD5 0ecb08054b678f7912068f673c5a2a54 python-mode-4.6.ebuild 773 -MD5 c0b341d75fdfcd95f9d378792f285f72 python-mode-4.63-r1.ebuild 882 +MD5 d2aeab1fc410f6961a38f4e6f8fa4002 ChangeLog 1626 +MD5 21a66ded47aba33202ab43f239452ed6 python-mode-4.63-r1.ebuild 881 +MD5 7842a604f7fbeda6be9d9b86f6d143bb files/digest-python-mode-4.6 67 MD5 b16866ae5b915c74ccb69ff8591a4ada files/50python-mode-gentoo.el 334 MD5 2f5fc2b5c01b7202432d5e420db9d66b files/55python-mode-gentoo.el 505 -MD5 7842a604f7fbeda6be9d9b86f6d143bb files/digest-python-mode-4.6 67 MD5 45d20c84f1cf40ffa73a3471d5e4ac6f files/digest-python-mode-4.63-r1 71 diff --git a/app-emacs/python-mode/python-mode-4.63-r1.ebuild b/app-emacs/python-mode/python-mode-4.63-r1.ebuild index 1489fc6af3c0..05ac16132091 100644 --- a/app-emacs/python-mode/python-mode-4.63-r1.ebuild +++ b/app-emacs/python-mode/python-mode-4.63-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.63-r1.ebuild,v 1.5 2005/04/10 18:34:33 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.63-r1.ebuild,v 1.6 2005/04/30 19:09:57 hansmi Exp $ inherit distutils elisp @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/python-mode/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc-macos ~amd64 ~ppc" +KEYWORDS="x86 ~ppc-macos ~amd64 ppc" DEPEND="app-emacs/pymacs" |