diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 07:37:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 07:37:35 +0000 |
commit | 94fa502bcb800405b448f5c177fa79449ec97711 (patch) | |
tree | 084c05ece7ade150094c66a2944a20e4dfc37e61 /app-emacs/u-vm-color | |
parent | mask games-arcade/ppracer - Old and unmaintained. Used games-action/extreme-... (diff) | |
download | historical-94fa502bcb800405b448f5c177fa79449ec97711.tar.gz historical-94fa502bcb800405b448f5c177fa79449ec97711.tar.bz2 historical-94fa502bcb800405b448f5c177fa79449ec97711.zip |
clean up
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686
Diffstat (limited to 'app-emacs/u-vm-color')
-rw-r--r-- | app-emacs/u-vm-color/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/u-vm-color/files/50u-vm-color-gentoo.el | 9 | ||||
-rw-r--r-- | app-emacs/u-vm-color/u-vm-color-1.7.ebuild | 36 |
3 files changed, 6 insertions, 47 deletions
diff --git a/app-emacs/u-vm-color/ChangeLog b/app-emacs/u-vm-color/ChangeLog index 80984ba5641f..3eced149bbfa 100644 --- a/app-emacs/u-vm-color/ChangeLog +++ b/app-emacs/u-vm-color/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/u-vm-color -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/ChangeLog,v 1.24 2008/06/14 23:31:15 ulm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/ChangeLog,v 1.25 2009/01/29 07:37:35 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/50u-vm-color-gentoo.el, -u-vm-color-1.7.ebuild: + clean up 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> u-vm-color-2.10.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el b/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el deleted file mode 100644 index 14969766ec8d..000000000000 --- a/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; u-vm-color site-lisp configuration - -(setq load-path (cons "@SITELISP@" load-path)) -(require 'u-vm-color) -(add-hook 'vm-mode-hook 'u-vm-color-presentation-mode) -(add-hook 'vm-presentation-mode-hook 'u-vm-color-presentation-mode) -(add-hook 'vm-summary-mode-hook 'u-vm-color-summary-mode) - diff --git a/app-emacs/u-vm-color/u-vm-color-1.7.ebuild b/app-emacs/u-vm-color/u-vm-color-1.7.ebuild deleted file mode 100644 index 4e5b065f5346..000000000000 --- a/app-emacs/u-vm-color/u-vm-color-1.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/u-vm-color-1.7.ebuild,v 1.12 2007/10/06 17:38:43 ulm Exp $ - -inherit elisp - -DESCRIPTION="Color schemes for VM" -HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="app-emacs/vm" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/u-vm-color.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} |