summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-05-02 19:38:04 +0000
committerUlrich Müller <ulm@gentoo.org>2013-05-02 19:38:04 +0000
commitb626b0c0172c3c3f0d6b91fc179102cd78d44198 (patch)
tree994db90e84da9bd23fca81b8041858660c6cd25a /app-emacs/python-mode
parentMerge hasufell's changes into 12.2.0 (diff)
downloadgentoo-2-b626b0c0172c3c3f0d6b91fc179102cd78d44198.tar.gz
gentoo-2-b626b0c0172c3c3f0d6b91fc179102cd78d44198.tar.bz2
gentoo-2-b626b0c0172c3c3f0d6b91fc179102cd78d44198.zip
Version bump, bug 468278.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r--app-emacs/python-mode/ChangeLog7
-rw-r--r--app-emacs/python-mode/python-mode-6.1.1.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index 413d6f80794e..a92177b31ecc 100644
--- a/app-emacs/python-mode/ChangeLog
+++ b/app-emacs/python-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/python-mode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.67 2013/01/04 10:53:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.68 2013/05/02 19:38:04 ulm Exp $
+
+*python-mode-6.1.1 (02 May 2013)
+
+ 02 May 2013; Ulrich Müller <ulm@gentoo.org> +python-mode-6.1.1.ebuild:
+ Version bump, bug 468278.
04 Jan 2013; Christian Faulhammer <fauli@gentoo.org>
-python-mode-6.0.11.ebuild:
diff --git a/app-emacs/python-mode/python-mode-6.1.1.ebuild b/app-emacs/python-mode/python-mode-6.1.1.ebuild
new file mode 100644
index 000000000000..e00472a3996d
--- /dev/null
+++ b/app-emacs/python-mode/python-mode-6.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.1 2013/05/02 19:38:04 ulm Exp $
+
+EAPI=5
+
+inherit readme.gentoo elisp
+
+MY_P="${PN}.el-${PV}"
+DESCRIPTION="An Emacs major mode for editing Python source"
+HOMEPAGE="https://launchpad.net/python-mode"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+S="${WORKDIR}/${MY_P}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="NEWS README"
+DOC_CONTENTS="Note that doctest and pymacs are in their own packages,
+ app-emacs/doctest-mode and app-emacs/pymacs, respectively."