diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-11-02 09:23:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-11-02 09:23:03 +0000 |
commit | 43d25a2a663259ea804502c4e84a563c8171a9d1 (patch) | |
tree | ae9f4a0b96b8c4b23f56aa7225918fba683367b2 /app-emacs | |
parent | Version bump to match server side service. (diff) | |
download | gentoo-2-43d25a2a663259ea804502c4e84a563c8171a9d1.tar.gz gentoo-2-43d25a2a663259ea804502c4e84a563c8171a9d1.tar.bz2 gentoo-2-43d25a2a663259ea804502c4e84a563c8171a9d1.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/python-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/python-mode/python-mode-6.1.2.ebuild (renamed from app-emacs/python-mode/python-mode-6.1.0.ebuild) | 14 |
2 files changed, 12 insertions, 10 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog index d97edc8ab9d2..8805497957a2 100644 --- a/app-emacs/python-mode/ChangeLog +++ b/app-emacs/python-mode/ChangeLog @@ -1,6 +1,12 @@ # 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.77 2013/05/20 17:43:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.78 2013/11/02 09:23:03 ulm Exp $ + +*python-mode-6.1.2 (02 Nov 2013) + + 02 Nov 2013; Ulrich Müller <ulm@gentoo.org> -python-mode-6.1.0.ebuild, + +python-mode-6.1.2.ebuild: + Version bump. 20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-mode-6.0.12.ebuild: Stable for s390, wrt bug #451052 diff --git a/app-emacs/python-mode/python-mode-6.1.0.ebuild b/app-emacs/python-mode/python-mode-6.1.2.ebuild index aaa63fb92287..bc859e4a13b4 100644 --- a/app-emacs/python-mode/python-mode-6.1.0.ebuild +++ b/app-emacs/python-mode/python-mode-6.1.2.ebuild @@ -1,10 +1,10 @@ # 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.0.ebuild,v 1.1 2013/01/04 10:50:38 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.1 2013/11/02 09:23:03 ulm Exp $ -EAPI=4 +EAPI=5 -inherit elisp +inherit readme.gentoo elisp MY_P="${PN}.el-${PV}" DESCRIPTION="An Emacs major mode for editing Python source" @@ -18,9 +18,5 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-free S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" DOCS="NEWS README" - -pkg_postinst() { - elisp-site-regen - elog "Note that doctest and pymacs are in their own packages," - elog "app-emacs/doctest-mode and app-emacs/pymacs, respectively." -} +DOC_CONTENTS="Note that doctest and pymacs are in their own packages, + app-emacs/doctest-mode and app-emacs/pymacs, respectively." |