diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-30 15:25:02 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-30 15:25:02 +0000 |
commit | dbf564098ce4548e6bfc095d9c0592016050dc56 (patch) | |
tree | 110c09676f5268c664ee74f804b3e4fb172984dd /app-emacs/pymacs | |
parent | clean up (diff) | |
download | gentoo-2-dbf564098ce4548e6bfc095d9c0592016050dc56.tar.gz gentoo-2-dbf564098ce4548e6bfc095d9c0592016050dc56.tar.bz2 gentoo-2-dbf564098ce4548e6bfc095d9c0592016050dc56.zip |
clean up
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/pymacs/files/digest-pymacs-0.22 | 3 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22.ebuild | 35 |
3 files changed, 4 insertions, 39 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index 03c14eac0bf3..efece2a66fee 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.15 2007/03/27 18:11:08 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.16 2007/03/30 15:25:02 opfer Exp $ + + 30 Mar 2007; Christian Faulhammer <opfer@gentoo.org> -pymacs-0.22.ebuild: + clean up 27 Mar 2007; Peter Weller <welp@gentoo.org> pymacs-0.22-r1.ebuild: Stable on amd64 wrt bug 167807 diff --git a/app-emacs/pymacs/files/digest-pymacs-0.22 b/app-emacs/pymacs/files/digest-pymacs-0.22 deleted file mode 100644 index c6be0e5cc046..000000000000 --- a/app-emacs/pymacs/files/digest-pymacs-0.22 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 73b7a641be100fd90a9be59ecf01fd98 Pymacs-0.22.tar.gz 363119 -RMD160 bb74fe8724f6c2a579724114356a2c49673d17fc Pymacs-0.22.tar.gz 363119 -SHA256 71b465f81366a4bea4a519781e1d9cb1ad067280e86f9b385d57b74c32bf7a75 Pymacs-0.22.tar.gz 363119 diff --git a/app-emacs/pymacs/pymacs-0.22.ebuild b/app-emacs/pymacs/pymacs-0.22.ebuild deleted file mode 100644 index bd8c1a050d6a..000000000000 --- a/app-emacs/pymacs/pymacs-0.22.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22.ebuild,v 1.8 2005/04/24 11:04:25 hansmi Exp $ - -inherit distutils elisp - -DESCRIPTION="Pymacs is 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" - -DEPEND="virtual/emacs - virtual/python" -LICENSE="as-is" -IUSE="doc" -SLOT="0" -KEYWORDS="x86 ~ppc-macos amd64 ppc" - -S=${WORKDIR}/Pymacs-${PV} - -src_compile() { - distutils_src_compile - elisp-compile pymacs.el -} - -src_install() { - elisp-install ${PN} pymacs.el pymacs.elc - elisp-site-file-install ${FILESDIR}/50pymacs-gentoo.el - distutils_src_install - if use doc ; then - insinto /usr/share/doc/${PF} - doins ./pymacs.pdf - fi - cd ${S} - dodoc PKG-INFO MANIFEST README THANKS TODO THANKS-rebox ChangeLog ChangeLog-rebox -} |