diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-24 19:14:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-24 19:14:02 +0000 |
commit | 4aa044128a407a300f70db689b2cab7e6270951b (patch) | |
tree | 3189586ae1e590d0fd4dfe002cd5f80176717626 /app-emacs/color-theme | |
parent | new upstream (diff) | |
download | historical-4aa044128a407a300f70db689b2cab7e6270951b.tar.gz historical-4aa044128a407a300f70db689b2cab7e6270951b.tar.bz2 historical-4aa044128a407a300f70db689b2cab7e6270951b.zip |
new upstream
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r-- | app-emacs/color-theme/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-6.5.2.ebuild | 29 | ||||
-rw-r--r-- | app-emacs/color-theme/files/digest-color-theme-6.5.2 | 1 |
3 files changed, 32 insertions, 2 deletions
diff --git a/app-emacs/color-theme/Manifest b/app-emacs/color-theme/Manifest index 22fb46c85e2c..485e60ec3f09 100644 --- a/app-emacs/color-theme/Manifest +++ b/app-emacs/color-theme/Manifest @@ -1,8 +1,8 @@ -MD5 3d726654ddc62f61d5c4970d82055583 ChangeLog 839 +MD5 2f0a9fa0d9dea9b89da592b49c5ba62e ChangeLog 911 MD5 cefe7e61463b7a16187b770211ef450b color-theme-5.2.13.ebuild 947 MD5 2d40795e3ca367e7f76aae970a9a6b10 color-theme-6.5.0.ebuild 946 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 3d0fca2efd5c7b02ccf3f8d5ceab65d1 color-theme-6.5.2.ebuild 771 +MD5 247f365d3d9f5c07eb9dd69eaaef87c3 color-theme-6.5.2.ebuild 772 MD5 00a25d11e7177936fb464386a60997c8 files/50color-theme-gentoo.el 104 MD5 e7ba824a41df69e5b4f3c6252d23e7d9 files/digest-color-theme-5.2.13 70 MD5 2a12ce5e2ff332d05572e8627f707ee8 files/digest-color-theme-6.5.0 69 diff --git a/app-emacs/color-theme/color-theme-6.5.2.ebuild b/app-emacs/color-theme/color-theme-6.5.2.ebuild new file mode 100644 index 000000000000..ea83682f84ed --- /dev/null +++ b/app-emacs/color-theme/color-theme-6.5.2.ebuild @@ -0,0 +1,29 @@ +# 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.2.ebuild,v 1.1 2003/10/24 19:14:00 mkennedy 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.gz" +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-init-file *.el || die +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} diff --git a/app-emacs/color-theme/files/digest-color-theme-6.5.2 b/app-emacs/color-theme/files/digest-color-theme-6.5.2 new file mode 100644 index 000000000000..8501a2ee0f21 --- /dev/null +++ b/app-emacs/color-theme/files/digest-color-theme-6.5.2 @@ -0,0 +1 @@ +MD5 c4ae7a971a3321295355c73dc99d9c86 color-theme-6.5.2.tar.gz 108989 |