diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 07:20:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 07:20:41 +0000 |
commit | e67b7f3c84248891d64aea15a4fc95a147343272 (patch) | |
tree | cd9cf26ec13b3e5ede90ee903e33749a09b6b915 /app-emacs/pymacs | |
parent | Rekeyword ~sparc/x86-fbsd. (diff) | |
download | gentoo-2-e67b7f3c84248891d64aea15a4fc95a147343272.tar.gz gentoo-2-e67b7f3c84248891d64aea15a4fc95a147343272.tar.bz2 gentoo-2-e67b7f3c84248891d64aea15a4fc95a147343272.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch | 27 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22-r1.ebuild | 41 |
3 files changed, 6 insertions, 70 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index f2f1591af122..3af017361516 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/pymacs -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.39 2008/11/24 11:00:55 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.40 2009/01/29 07:20:41 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/0.22-character-encoding-gentoo.patch, -pymacs-0.22-r1.ebuild: + clean up 24 Nov 2008; Ulrich Mueller <ulm@gentoo.org> pymacs-0.23.ebuild: Remove test from IUSE, bug 232497. diff --git a/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch b/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch deleted file mode 100644 index 0a5a7bfaf9c4..000000000000 --- a/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur Pymacs-0.22.orig/Pymacs/Rebox/rebox.py Pymacs-0.22/Pymacs/Rebox/rebox.py ---- Pymacs-0.22.orig/Pymacs/Rebox/rebox.py 2002-11-13 18:01:02.000000000 -0600 -+++ Pymacs-0.22/Pymacs/Rebox/rebox.py 2006-08-08 02:04:47.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 1991-1998, 2000, 2002 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, April 1991. - -diff -ur Pymacs-0.22.orig/Pymacs/__init__.py Pymacs-0.22/Pymacs/__init__.py ---- Pymacs-0.22.orig/Pymacs/__init__.py 2003-05-17 13:57:07.000000000 -0500 -+++ Pymacs-0.22/Pymacs/__init__.py 2006-08-08 02:05:05.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 2002, 2003 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, 2002. - -diff -ur Pymacs-0.22.orig/Pymacs/pymacs.py Pymacs-0.22/Pymacs/pymacs.py ---- Pymacs-0.22.orig/Pymacs/pymacs.py 2003-05-16 13:03:07.000000000 -0500 -+++ Pymacs-0.22/Pymacs/pymacs.py 2006-08-08 02:05:12.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 2001, 2002, 2003 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, 2001. - diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild deleted file mode 100644 index 888cf2b27907..000000000000 --- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.14 2007/07/26 18:30:21 corsair Exp $ - -inherit distutils elisp eutils - -DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs-lisp" -HOMEPAGE="http://pymacs.progiciels-bpi.ca/" -SRC_URI="http://pymacs.progiciels-bpi.ca/archives/${P/pymacs/Pymacs}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd" -IUSE="doc" - -DEPEND="virtual/python" -SITEFILE=50${PN}-gentoo.el - -S="${WORKDIR}/Pymacs-${PV}" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PV}-character-encoding-gentoo.patch -} - -src_compile() { - distutils_src_compile - elisp-compile pymacs.el -} - -src_install() { - elisp-install ${PN} pymacs.el pymacs.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - distutils_src_install - if use doc ; then - insinto /usr/share/doc/${PF} - doins ./pymacs.pdf - fi - cd "${S}" - dodoc THANKS THANKS-rebox -} |