summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-11 10:46:22 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-11 10:46:22 +0000
commitc215f4449faf569cf78fe5baf9238f4e6619bd7b (patch)
treec9cb21d5e328568d16988990ab288bbb84e80503 /app-emacs
parentarm/ia64/s390/sh love #165116 (diff)
downloadgentoo-2-c215f4449faf569cf78fe5baf9238f4e6619bd7b.tar.gz
gentoo-2-c215f4449faf569cf78fe5baf9238f4e6619bd7b.tar.bz2
gentoo-2-c215f4449faf569cf78fe5baf9238f4e6619bd7b.zip
arm/ia64/s390/sh love #165116
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/pymacs/pymacs-0.22-r1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild
index 56afc9ef107c..63483ebd728f 100644
--- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild
+++ b/app-emacs/pymacs/pymacs-0.22-r1.ebuild
@@ -1,6 +1,6 @@
# 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.4 2007/01/07 01:44:16 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.5 2007/02/11 10:46:22 vapier Exp $
inherit distutils elisp eutils
@@ -8,12 +8,13 @@ DESCRIPTION="Pymacs is a tool that allows both-side communication beetween Pytho
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="~amd64 ppc ppc-macos x86"
+KEYWORDS="~amd64 ~arm ~ia64 ppc ppc-macos ~s390 ~sh x86"
+IUSE="doc"
+
+DEPEND="virtual/emacs
+ virtual/python"
S=${WORKDIR}/Pymacs-${PV}
@@ -36,5 +37,5 @@ src_install() {
doins ./pymacs.pdf
fi
cd ${S}
- dodoc PKG-INFO MANIFEST README THANKS TODO THANKS-rebox ChangeLog ChangeLog-rebox
+ dodoc PKG-INFO README THANKS TODO THANKS-rebox ChangeLog ChangeLog-rebox
}