diff options
author | 2009-08-25 13:39:55 +0000 | |
---|---|---|
committer | 2009-08-25 13:39:55 +0000 | |
commit | fe84891503a6ad0474af347f68707ba5c78b5774 (patch) | |
tree | b2b1fd77f5aa491b63051d6807b0423d749c3b4c /app-emacs/gentoo-syntax | |
parent | Rename xfce4-diskperf to xfce4-diskperf-plugin. (diff) | |
download | gentoo-2-fe84891503a6ad0474af347f68707ba5c78b5774.tar.gz gentoo-2-fe84891503a6ad0474af347f68707ba5c78b5774.tar.bz2 gentoo-2-fe84891503a6ad0474af347f68707ba5c78b5774.zip |
generate and install new Info documentation
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index ebe1c2671d93..465e0684f879 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.43 2009/07/16 17:42:15 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.44 2009/08/25 13:39:55 fauli Exp $ + + 25 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + gentoo-syntax-9999.ebuild: + generate and install new Info documentation 16 Jul 2009; Tiago Cunha <tcunha@gentoo.org> gentoo-syntax-1.12.ebuild: stable amd64, bug 276638 diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild index f5f0d1cbd95c..c9b6db3cfad6 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.6 2009/03/08 22:18:51 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.7 2009/08/25 13:39:55 fauli Exp $ inherit elisp subversion @@ -9,7 +9,7 @@ DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" SRC_URI="" -LICENSE="GPL-2" +LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" @@ -17,6 +17,16 @@ IUSE="" DOCS="ChangeLog" SITEFILE="50${PN}-gentoo.el" +src_compile() { + elisp_src_compile + makeinfo gentoo-syntax.texi +} + +src_install() { + elisp_src_install + doinfo gentoo-syntax.info +} + pkg_postinst() { elisp-site-regen |