public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/pymacs: ChangeLog pymacs-0.23_beta6.ebuild pymacs-0.23_beta5.ebuild
@ 2008-02-09 10:08 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-02-09 10:08 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/09 10:08:12

  Modified:             ChangeLog
  Added:                pymacs-0.23_beta6.ebuild
  Removed:              pymacs-0.23_beta5.ebuild
  Log:
  New beta version.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.24                 app-emacs/pymacs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	8 Feb 2008 14:26:56 -0000	1.23
+++ ChangeLog	9 Feb 2008 10:08:11 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/pymacs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.23 2008/02/08 14:26:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.24 2008/02/09 10:08:11 ulm Exp $
+
+*pymacs-0.23_beta6 (09 Feb 2008)
+
+  09 Feb 2008; Ulrich Mueller <ulm@gentoo.org>
+  -files/0.23_beta5-fix-pytest-nonascii.patch, -pymacs-0.23_beta5.ebuild,
+  +pymacs-0.23_beta6.ebuild:
+  New beta version.
 
 *pymacs-0.23_beta5 (08 Feb 2008)
 



1.1                  app-emacs/pymacs/pymacs-0.23_beta6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta6.ebuild?rev=1.1&content-type=text/plain

Index: pymacs-0.23_beta6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.23_beta6.ebuild,v 1.1 2008/02/09 10:08:11 ulm Exp $

inherit distutils elisp versionator

MY_P=Pymacs-$(replace_version_separator 2 -)
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/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd"
IUSE="doc"

DEPEND="doc? ( dev-python/docutils virtual/latex-base )"
RDEPEND=""

SITEFILE=50${PN}-gentoo.el

S="${WORKDIR}/${MY_P}"

src_compile() {
	emake || die "emake failed"
	elisp-compile pymacs.el || die "elisp-compile failed"
	if use doc; then
		emake pymacs.pdf || die "emake pymacs.pdf failed"
	fi
}

src_install() {
	elisp_src_install
	distutils_src_install
	dodoc THANKS pymacs.rst
	if use doc; then
		insinto /usr/share/doc/${PF}
		doins pymacs.pdf
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-09 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-09 10:08 [gentoo-commits] gentoo-x86 commit in app-emacs/pymacs: ChangeLog pymacs-0.23_beta6.ebuild pymacs-0.23_beta5.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox