diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-09-05 06:44:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-09-05 06:44:48 +0000 |
commit | afbcb6cbc719971450fe8e51a61f84792b864e1a (patch) | |
tree | 45e51ab94fdf6265f3c778af9095ee2a52ff00bf /app-emacs/color-theme | |
parent | Fix inconsistent slotmoves for app-editors/emacs-cvs. (diff) | |
download | gentoo-2-afbcb6cbc719971450fe8e51a61f84792b864e1a.tar.gz gentoo-2-afbcb6cbc719971450fe8e51a61f84792b864e1a.tar.bz2 gentoo-2-afbcb6cbc719971450fe8e51a61f84792b864e1a.zip |
Inherit eutils is no longer needed.
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r-- | app-emacs/color-theme/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/color-theme/color-theme-6.6.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/color-theme/ChangeLog b/app-emacs/color-theme/ChangeLog index e05892d3f908..eac55891b09a 100644 --- a/app-emacs/color-theme/ChangeLog +++ b/app-emacs/color-theme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/color-theme # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.26 2007/06/27 11:11:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.27 2007/09/05 06:44:48 ulm Exp $ + + 05 Sep 2007; Ulrich Mueller <ulm@gentoo.org> color-theme-6.6.0.ebuild: + Inherit eutils is no longer needed. 27 Jun 2007; Christian Faulhammer <opfer@gentoo.org> color-theme-6.6.0.ebuild, ChangeLog: diff --git a/app-emacs/color-theme/color-theme-6.6.0.ebuild b/app-emacs/color-theme/color-theme-6.6.0.ebuild index 826dae6d1336..0adcb06070da 100644 --- a/app-emacs/color-theme/color-theme-6.6.0.ebuild +++ b/app-emacs/color-theme/color-theme-6.6.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2007 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.6.0.ebuild,v 1.3 2007/06/27 06:09:14 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.6.0.ebuild,v 1.4 2007/09/05 06:44:48 ulm Exp $ -inherit elisp eutils - -IUSE="" +inherit elisp DESCRIPTION="Install color themes (includes many themes and allows you to share your own with the world)" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme" SRC_URI="http://download.gna.org/color-theme/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" SITEFILE="51${PN}-gentoo.el" |