diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-04 05:41:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-04 05:41:23 +0000 |
commit | ac328644500f1526ceb5059f422a0f1eddc703dd (patch) | |
tree | a03bf24cc35d4d1e390ef61bdf87b459285940f5 /app-emacs | |
parent | rev bump to deal with upstreams random update (diff) | |
download | gentoo-2-ac328644500f1526ceb5059f422a0f1eddc703dd.tar.gz gentoo-2-ac328644500f1526ceb5059f422a0f1eddc703dd.tar.bz2 gentoo-2-ac328644500f1526ceb5059f422a0f1eddc703dd.zip |
Remove redundant functions. Dropped ~ppc-macos keyword.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/jam-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/jam-mode/jam-mode-0.1.ebuild | 19 |
2 files changed, 9 insertions, 15 deletions
diff --git a/app-emacs/jam-mode/ChangeLog b/app-emacs/jam-mode/ChangeLog index 0626703f6d7c..af7f73af64b9 100644 --- a/app-emacs/jam-mode/ChangeLog +++ b/app-emacs/jam-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/jam-mode # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.7 2007/02/06 13:34:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/ChangeLog,v 1.8 2007/07/04 05:41:23 ulm Exp $ + + 04 Jul 2007; Ulrich Mueller <ulm@gentoo.org> jam-mode-0.1.ebuild: + Remove redundant functions. Dropped ~ppc-macos keyword. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/jam-mode/jam-mode-0.1.ebuild b/app-emacs/jam-mode/jam-mode-0.1.ebuild index e85b3abf9df9..b2d58ca780bf 100644 --- a/app-emacs/jam-mode/jam-mode-0.1.ebuild +++ b/app-emacs/jam-mode/jam-mode-0.1.ebuild @@ -1,25 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.8 2005/09/09 16:00:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.9 2007/07/04 05:41:23 ulm Exp $ inherit elisp DESCRIPTION="An Emacs major mode for editing Jam files" HOMEPAGE="http://www.tenfoot.uklinux.net/emacs/" SRC_URI="mirror://gentoo/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ppc-macos x86" +KEYWORDS="alpha ~amd64 x86" IUSE="" -DEPEND="" - -SITEFILE=70jam-mode-gentoo.el - -src_compile() { - elisp-compile *.el -} -src_install() { - elisp-install jam-mode *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} +SITEFILE=70${PN}-gentoo.el |