public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (fauli)" <fauli@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog
Date: Thu, 16 Apr 2009 05:31:28 +0000	[thread overview]
Message-ID: <E1LuKC8-0005eA-KV@stork.gentoo.org> (raw)

fauli       09/04/16 05:31:28

  Modified:             ChangeLog
  Added:                python-mode-5.1.0.ebuild
  Log:
  version bump, taken from Emacs overlay.  Major rework of the mode, but dropped some features, like doctest-mode which has its own ebuild now
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.37                 app-emacs/python-mode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	20 Sep 2008 21:09:47 -0000	1.36
+++ ChangeLog	16 Apr 2009 05:31:28 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/python-mode
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.36 2008/09/20 21:09:47 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.37 2009/04/16 05:31:28 fauli Exp $
+
+*python-mode-5.1.0 (16 Apr 2009)
+
+  16 Apr 2009; Christian Faulhammer <fauli@gentoo.org>
+  +files/60python-mode-gentoo-5.1.el, +python-mode-5.1.0.ebuild:
+  version bump, taken from Emacs overlay. Major rework of the mode, but
+  dropped some features, like doctest-mode which has its own ebuild now
 
   20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -python-mode-1.0.ebuild:
   Remove old.



1.1                  app-emacs/python-mode/python-mode-5.1.0.ebuild

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

Index: python-mode-5.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.1.0.ebuild,v 1.1 2009/04/16 05:31:28 fauli Exp $

inherit elisp

DESCRIPTION="An Emacs major mode for editing Python source"
HOMEPAGE="https://launchpad.net/python-mode"
# taken from http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}.el"
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"

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

DEPEND=""
RDEPEND="${DEPEND}"

S=${WORKDIR}
SITEFILE=50${PN}-gentoo-5.1.el

pkg_postinst() {
	elog "Note that doctest support is now split out to app-emacs/doctest-mode."
}






             reply	other threads:[~2009-04-16  5:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-16  5:31 Christian Faulhammer (fauli) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-16 14:33 [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-5.1.0.ebuild ChangeLog Christian Faulhammer (fauli)
2009-06-04 19:26 Christian Faulhammer (fauli)
2009-06-06 17:43 Gysbert Wassenaar (nixnut)
2009-06-09 14:42 Raul Porcel (armin76)
2009-06-11 19:46 Markus Meier (maekke)
2009-07-06 10:35 Jeroen Roovers (jer)
2009-09-06 16:32 Brent Baude (ranger)
2009-11-24 21:16 Christian Faulhammer (fauli)
2010-04-30 14:56 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LuKC8-0005eA-KV@stork.gentoo.org \
    --to=fauli@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox