summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-09-20 21:09:47 +0000
committerUlrich Müller <ulm@gentoo.org>2008-09-20 21:09:47 +0000
commit2e9e2ba2980c8296ecb1e4affd086deda52fdc07 (patch)
tree69c8d04657de4074106dc12e468917a5dc9239e5 /app-emacs
parentRemove old. (diff)
downloadgentoo-2-2e9e2ba2980c8296ecb1e4affd086deda52fdc07.tar.gz
gentoo-2-2e9e2ba2980c8296ecb1e4affd086deda52fdc07.tar.bz2
gentoo-2-2e9e2ba2980c8296ecb1e4affd086deda52fdc07.zip
Remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/python-mode/ChangeLog5
-rw-r--r--app-emacs/python-mode/python-mode-1.0.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-emacs/python-mode/ChangeLog b/app-emacs/python-mode/ChangeLog
index 3299eca61847..295f33ae1743 100644
--- a/app-emacs/python-mode/ChangeLog
+++ b/app-emacs/python-mode/ChangeLog
@@ -1,6 +1,9 @@
# 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.35 2008/08/28 06:08:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.36 2008/09/20 21:09:47 ulm Exp $
+
+ 20 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -python-mode-1.0.ebuild:
+ Remove old.
28 Aug 2008; Ulrich Mueller <ulm@gentoo.org> python-mode-1.0.ebuild,
python-mode-1.0-r1.ebuild:
diff --git a/app-emacs/python-mode/python-mode-1.0.ebuild b/app-emacs/python-mode/python-mode-1.0.ebuild
deleted file mode 100644
index 25abb21512fd..000000000000
--- a/app-emacs/python-mode/python-mode-1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.12 2008/08/28 06:08:11 ulm Exp $
-
-inherit elisp distutils
-
-DESCRIPTION="An Emacs major mode for editing Python source"
-HOMEPAGE="http://sourceforge.net/projects/python-mode/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-emacs/pymacs"
-
-SITEFILE=60${PN}-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cp "${FILESDIR}"/setup.py "${S}"
-}
-
-src_compile() {
- distutils_src_compile
- elisp_src_compile
-}
-
-src_install() {
- distutils_src_install
- elisp-install python-mode *.{el,elc}
- elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-}
-
-pkg_postinst() {
- elisp_pkg_postinst
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
- elisp_pkg_postrm
- distutils_pkg_postrm
-}