diff options
author | Olivier Crête <tester@gentoo.org> | 2005-05-15 23:54:50 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-05-15 23:54:50 +0000 |
commit | d75009f33d57978082cf50f78002dd227a3a335b (patch) | |
tree | 044b1d75002c86aeb8c9312badb20e8fdc36dd8c /app-emacs/python-mode | |
parent | - update metadata.xml (diff) | |
download | historical-d75009f33d57978082cf50f78002dd227a3a335b.tar.gz historical-d75009f33d57978082cf50f78002dd227a3a335b.tar.bz2 historical-d75009f33d57978082cf50f78002dd227a3a335b.zip |
Stable on amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/python-mode/Manifest | 18 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-4.63-r1.ebuild | 4 |
3 files changed, 21 insertions, 7 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index 6f19fdd2e0ee..59f1e9864181 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.16 2005/05/03 09:37:13 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.17 2005/05/15 23:54:50 tester Exp $ + + 14 May 2005; Olivier Crête <tester@gentoo.org> + python-mode-4.63-r1.ebuild: + Stable on amd64 *python-mode-4.70 (03 May 2005) diff --git a/app-emacs/python-mode/Manifest b/app-emacs/python-mode/Manifest index d0b31e812edf..f53fee31c0e8 100644 --- a/app-emacs/python-mode/Manifest +++ b/app-emacs/python-mode/Manifest @@ -1,11 +1,21 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 1481a60b331d0154e8933557b382eb59 python-mode-4.63-r1.ebuild 880 MD5 0ecb08054b678f7912068f673c5a2a54 python-mode-4.6.ebuild 773 -MD5 8f46c12c85591d9d007c04cfaa65bd91 ChangeLog 1953 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 711dc65d123ffb27b7f8df92fe8dcf12 python-mode-4.63-r1.ebuild 880 +MD5 917d4cc42204fdbf9d1d6714bc1ea624 ChangeLog 2053 MD5 9469101daa0ea149e320d0af1f330ff7 python-mode-4.70.ebuild 996 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 6d29bd6bc2d870795491141dcb821e06 files/setup.py 86 MD5 45d20c84f1cf40ffa73a3471d5e4ac6f files/digest-python-mode-4.63-r1 71 +MD5 b16866ae5b915c74ccb69ff8591a4ada files/50python-mode-gentoo.el 334 MD5 0f84fd7d46723117bcf57db5a7f4eed8 files/digest-python-mode-4.70 143 +MD5 6d29bd6bc2d870795491141dcb821e06 files/setup.py 86 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCh+FbmOfEJZHYOKcRAk64AJ0UTBG+i7KVvKa8F+kaYurgWi5GVACfdDj3 +Nqu8No21ZgGVkFG69pgpp/g= +=a7ni +-----END PGP SIGNATURE----- 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 2161510dc84e..2e4b016e5b1c 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.7 2005/05/03 08:55:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-4.63-r1.ebuild,v 1.8 2005/05/15 23:54:50 tester 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" |