diff options
Diffstat (limited to 'app-emacs/pymacs/pymacs-0.22-r1.ebuild')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
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 -} |