diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-04 23:18:24 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-04 23:18:24 +0000 |
commit | f5ea0dccdcb9154ac9dda1d4bff3f2c0f7d424f3 (patch) | |
tree | e1111f6684411d1b1b3240e6cc0ed17f727746dc /app-emacs | |
parent | reordered KEYWORDS; added some die comments and quotes (diff) | |
download | gentoo-2-f5ea0dccdcb9154ac9dda1d4bff3f2c0f7d424f3.tar.gz gentoo-2-f5ea0dccdcb9154ac9dda1d4bff3f2c0f7d424f3.tar.bz2 gentoo-2-f5ea0dccdcb9154ac9dda1d4bff3f2c0f7d424f3.zip |
removed virtual/emacs from DEPEND; adjusted DESCRIPTION; added trailing backslash to HOMEPAGE URI; prettied SITEFILE handling
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.22-r1.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index 0b1cbb7152b2..933e1c3fb58e 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,11 @@ # 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.18 2007/05/23 20:31:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.19 2007/07/04 23:18:24 opfer Exp $ + + 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> + pymacs-0.22-r1.ebuild: + removed virtual/emacs from DEPEND; adjusted DESCRIPTION; added trailing + backslash to HOMEPAGE URI; prettied SITEFILE handling 23 May 2007; Diego Pettenò <flameeyes@gentoo.org> pymacs-0.22-r1.ebuild: Add ~x86-fbsd keyword as per bug #178375 by Joe Peterson. diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild index 90afbbbaf1ef..4f80506dd1cd 100644 --- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.22-r1.ebuild @@ -1,11 +1,11 @@ # 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.11 2007/05/23 20:31:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.12 2007/07/04 23:18:24 opfer Exp $ inherit distutils elisp eutils -DESCRIPTION="Pymacs is a tool that allows both-side communication beetween Python and Emacs-lisp" -HOMEPAGE="http://pymacs.progiciels-bpi.ca" +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" @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="amd64 arm ~hppa ia64 ppc ppc-macos s390 sh x86 ~x86-fbsd" IUSE="doc" -DEPEND="virtual/emacs - virtual/python" +DEPEND="virtual/python" +SITEFILE=50${PN}-gentoo.el S=${WORKDIR}/Pymacs-${PV} @@ -30,7 +30,7 @@ src_compile() { src_install() { elisp-install ${PN} pymacs.el pymacs.elc - elisp-site-file-install "${FILESDIR}"/50pymacs-gentoo.el + elisp-site-file-install "${FILESDIR}"/ distutils_src_install if use doc ; then insinto /usr/share/doc/${PF} |