summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-01-04 10:53:18 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-01-04 10:53:18 +0000
commit36dc3d104eba5b875e3728ce04f8cafd78d40765 (patch)
tree4d1648569d441358a13381b4183522eae4c52aa2 /app-emacs/python-mode
parentclean up (diff)
downloadgentoo-2-36dc3d104eba5b875e3728ce04f8cafd78d40765.tar.gz
gentoo-2-36dc3d104eba5b875e3728ce04f8cafd78d40765.tar.bz2
gentoo-2-36dc3d104eba5b875e3728ce04f8cafd78d40765.zip
clean up
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'app-emacs/python-mode')
-rw-r--r--app-emacs/python-mode/ChangeLog6
-rw-r--r--app-emacs/python-mode/python-mode-6.0.11.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index 90215a914621..413d6f80794e 100644
--- a/app-emacs/python-mode/ChangeLog
+++ b/app-emacs/python-mode/ChangeLog
@@ -1,6 +1,10 @@
# 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.66 2013/01/04 10:50:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.67 2013/01/04 10:53:18 fauli Exp $
+
+ 04 Jan 2013; Christian Faulhammer <fauli@gentoo.org>
+ -python-mode-6.0.11.ebuild:
+ clean up
*python-mode-6.1.0 (04 Jan 2013)
diff --git a/app-emacs/python-mode/python-mode-6.0.11.ebuild b/app-emacs/python-mode/python-mode-6.0.11.ebuild
deleted file mode 100644
index 85e94eb064bb..000000000000
--- a/app-emacs/python-mode/python-mode-6.0.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 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.0.11.ebuild,v 1.1 2012/09/26 06:21:05 ulm Exp $
-
-EAPI=4
-
-inherit 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"
-
-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."
-}