diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-03-20 22:05:40 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-03-20 22:05:40 +0000 |
commit | 503f76bff776c6b72b71e9241c14d4b9e754f08d (patch) | |
tree | bba0687eeeeee4082b04abd4aa31b3168191f74e /app-emacs/color-theme | |
parent | stable on alpha (diff) | |
download | gentoo-2-503f76bff776c6b72b71e9241c14d4b9e754f08d.tar.gz gentoo-2-503f76bff776c6b72b71e9241c14d4b9e754f08d.tar.bz2 gentoo-2-503f76bff776c6b72b71e9241c14d4b9e754f08d.zip |
fixed -gentoo.el and minor version bump
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r-- | app-emacs/color-theme/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-5.2.13.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-6.5.0.ebuild | 38 | ||||
-rw-r--r-- | app-emacs/color-theme/files/50color-theme-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/color-theme/files/digest-color-theme-6.5.0 | 1 |
5 files changed, 49 insertions, 4 deletions
diff --git a/app-emacs/color-theme/ChangeLog b/app-emacs/color-theme/ChangeLog index 278561f44451..72b7516858b9 100644 --- a/app-emacs/color-theme/ChangeLog +++ b/app-emacs/color-theme/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/color-theme # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.2 2003/02/12 03:51:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.3 2003/03/20 22:05:40 mkennedy Exp $ + +*color-theme-6.5.0 (20 Mar 2003) + + 20 Mar 2003; Matthew Kennedy <mkennedy@gentoo.org> + color-theme-6.5.0.ebuild, files/50color-theme-gentoo.el: + typo fix in -gentoo.el and minor version bump *color-theme-5.2.13 (31 Oct 2002) diff --git a/app-emacs/color-theme/color-theme-5.2.13.ebuild b/app-emacs/color-theme/color-theme-5.2.13.ebuild index 45b815bb1b59..521bcbd7aff5 100644 --- a/app-emacs/color-theme/color-theme-5.2.13.ebuild +++ b/app-emacs/color-theme/color-theme-5.2.13.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-5.2.13.ebuild,v 1.2 2003/02/13 07:04:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-5.2.13.ebuild,v 1.3 2003/03/20 22:05:40 mkennedy Exp $ inherit elisp IUSE="" DESCRIPTION="Install color themes (includes many themes and allows you to share you won with the world)" -HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-emacs/color-theme/color-theme-6.5.0.ebuild b/app-emacs/color-theme/color-theme-6.5.0.ebuild new file mode 100644 index 000000000000..8054c4efa18e --- /dev/null +++ b/app-emacs/color-theme/color-theme-6.5.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.0.ebuild,v 1.1 2003/03/20 22:05:40 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Install color themes (includes many themes and allows you to share you won with the world)" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +SITEFILE=50color-theme-gentoo.el + +src_compile() { + emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el || die +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} + +pkg_postinst() { + elisp-site-regen + einfo "Please see ${SITELISP}/${PN}/color-theme.el for the complete documentation." +} + +pkg_postrm() { + elisp-site-regen +} diff --git a/app-emacs/color-theme/files/50color-theme-gentoo.el b/app-emacs/color-theme/files/50color-theme-gentoo.el index 44e3246fb294..a7fda2ce17d0 100644 --- a/app-emacs/color-theme/files/50color-theme-gentoo.el +++ b/app-emacs/color-theme/files/50color-theme-gentoo.el @@ -1,6 +1,6 @@ ;;; color-theme site-lisp configuration -(setq load-path (cons "@SITELISP" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'color-theme) diff --git a/app-emacs/color-theme/files/digest-color-theme-6.5.0 b/app-emacs/color-theme/files/digest-color-theme-6.5.0 new file mode 100644 index 000000000000..aeda42b6afe9 --- /dev/null +++ b/app-emacs/color-theme/files/digest-color-theme-6.5.0 @@ -0,0 +1 @@ +MD5 5186ed7eef48a09d5cd219c81defce88 color-theme-6.5.0.tar.bz2 55727 |