diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 18:33:47 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-09 18:33:47 +0000 |
commit | e50c4436fd8f12ebcd6c91741167be84e8a8811c (patch) | |
tree | c4ec40b082be225f069c559724c7acff7fa05f71 /app-emacs | |
parent | first version in portage. (diff) | |
download | historical-e50c4436fd8f12ebcd6c91741167be84e8a8811c.tar.gz historical-e50c4436fd8f12ebcd6c91741167be84e8a8811c.tar.bz2 historical-e50c4436fd8f12ebcd6c91741167be84e8a8811c.zip |
Initial import. Ebuild submitted by Nick Savchenko <rust@voliacable.com>; bug #69323.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/pymacs/Manifest | 15 | ||||
-rw-r--r-- | app-emacs/pymacs/files/50pymacs-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/pymacs/files/digest-pymacs-0.22 | 1 | ||||
-rw-r--r-- | app-emacs/pymacs/metadata.xml | 6 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22.ebuild | 35 |
6 files changed, 74 insertions, 0 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog new file mode 100644 index 000000000000..e7a90d2d5eb1 --- /dev/null +++ b/app-emacs/pymacs/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-emacs/pymacs +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.1 2004/11/09 18:33:47 usata Exp $ + +*pymacs-0.22 (10 Nov 2004) + + 10 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +files/50pymacs-gentoo.el, +pymacs-0.22.ebuild: + Initial import. Ebuild submitted by Nick Savchenko <rust@voliacable.com>; + bug #69323. + diff --git a/app-emacs/pymacs/Manifest b/app-emacs/pymacs/Manifest new file mode 100644 index 000000000000..70f29ddd4b4b --- /dev/null +++ b/app-emacs/pymacs/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 98ace825a47cf44aba479bf54c7b6cab pymacs-0.22.ebuild 953 +MD5 21c241bbefde20d6fea4b612da378963 metadata.xml 178 +MD5 79cdfcaad735f6fedce9c66726a25889 ChangeLog 437 +MD5 f7d73dd21b3da6c8dc519bcb4cbea18c files/digest-pymacs-0.22 63 +MD5 bda0b79a6ef909ba726d0f9a9a7e84c0 files/50pymacs-gentoo.el 191 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBkQwLVWNWqTUmv+0RAldDAKCWgETk/WYSxxEqyFFJwlKbx5RRSgCgiYsd +zIXyWjYoyBsvFk4f6wZuVCo= +=K7h9 +-----END PGP SIGNATURE----- diff --git a/app-emacs/pymacs/files/50pymacs-gentoo.el b/app-emacs/pymacs/files/50pymacs-gentoo.el new file mode 100644 index 000000000000..155458b52ee4 --- /dev/null +++ b/app-emacs/pymacs/files/50pymacs-gentoo.el @@ -0,0 +1,6 @@ + +;;; emacs site-lisp configuration for pymacs +(autoload 'pymacs-load "pymacs" nil t) +(autoload 'pymacs-eval "pymacs" nil t) +(autoload 'pymacs-apply "pymacs") +(autoload 'pymacs-call "pymacs") diff --git a/app-emacs/pymacs/files/digest-pymacs-0.22 b/app-emacs/pymacs/files/digest-pymacs-0.22 new file mode 100644 index 000000000000..28e0f2c4465f --- /dev/null +++ b/app-emacs/pymacs/files/digest-pymacs-0.22 @@ -0,0 +1 @@ +MD5 73b7a641be100fd90a9be59ecf01fd98 Pymacs-0.22.tar.gz 363119 diff --git a/app-emacs/pymacs/metadata.xml b/app-emacs/pymacs/metadata.xml new file mode 100644 index 000000000000..f65b0d259bdb --- /dev/null +++ b/app-emacs/pymacs/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<herd>python</herd> +</pkgmetadata> diff --git a/app-emacs/pymacs/pymacs-0.22.ebuild b/app-emacs/pymacs/pymacs-0.22.ebuild new file mode 100644 index 000000000000..ac05cdc6352e --- /dev/null +++ b/app-emacs/pymacs/pymacs-0.22.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 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.1 2004/11/09 18:33:47 usata 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" + +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 +} |