diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 20:17:50 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 20:17:50 +0000 |
commit | 3b649fb6611b53932d37aba3245449dbc771108a (patch) | |
tree | c218346df4bea6f17abd1ddd1442d350a6948259 /app-emacs/color-theme | |
parent | Stable on x86 and ppc. (diff) | |
download | historical-3b649fb6611b53932d37aba3245449dbc771108a.tar.gz historical-3b649fb6611b53932d37aba3245449dbc771108a.tar.bz2 historical-3b649fb6611b53932d37aba3245449dbc771108a.zip |
Stable on x86.
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r-- | app-emacs/color-theme/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-6.5.0.ebuild | 36 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-6.5.4.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/color-theme/files/digest-color-theme-6.5.0 | 1 |
4 files changed, 7 insertions, 40 deletions
diff --git a/app-emacs/color-theme/ChangeLog b/app-emacs/color-theme/ChangeLog index da46f547df3d..39e4ebf001cf 100644 --- a/app-emacs/color-theme/ChangeLog +++ b/app-emacs/color-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/color-theme # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.9 2004/06/24 22:07:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.10 2004/10/09 20:17:50 usata Exp $ + + 10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> -color-theme-6.5.0.ebuild, + color-theme-6.5.4.ebuild: + Stable on x86. 10 May 2004; Jason Wever <weeve@gentoo.org> color-theme-6.5.4.ebuild: Added ~sparc keyword to help resolve bug #50695. diff --git a/app-emacs/color-theme/color-theme-6.5.0.ebuild b/app-emacs/color-theme/color-theme-6.5.0.ebuild deleted file mode 100644 index 5b2e35be4807..000000000000 --- a/app-emacs/color-theme/color-theme-6.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.5 2004/06/24 22:07:58 agriffis Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Install color themes (includes many themes and allows you to share you own 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" - -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/color-theme-6.5.4.ebuild b/app-emacs/color-theme/color-theme-6.5.4.ebuild index 4fe25848768f..ad4e19946847 100644 --- a/app-emacs/color-theme/color-theme-6.5.4.ebuild +++ b/app-emacs/color-theme/color-theme-6.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.4.ebuild,v 1.4 2004/06/24 22:07:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.4.ebuild,v 1.5 2004/10/09 20:17:50 usata Exp $ inherit elisp @@ -11,6 +11,6 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="x86 ~amd64 ~sparc" SITEFILE="50${PN}-gentoo.el" 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 deleted file mode 100644 index aeda42b6afe9..000000000000 --- a/app-emacs/color-theme/files/digest-color-theme-6.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 5186ed7eef48a09d5cd219c81defce88 color-theme-6.5.0.tar.bz2 55727 |