summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/php-mode/php-mode-1.5.0.ebuild')
-rw-r--r--app-emacs/php-mode/php-mode-1.5.0.ebuild22
1 files changed, 7 insertions, 15 deletions
diff --git a/app-emacs/php-mode/php-mode-1.5.0.ebuild b/app-emacs/php-mode/php-mode-1.5.0.ebuild
index 4a5123402544..c11ec00a3ba9 100644
--- a/app-emacs/php-mode/php-mode-1.5.0.ebuild
+++ b/app-emacs/php-mode/php-mode-1.5.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-1.5.0.ebuild,v 1.6 2009/11/24 21:09:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-1.5.0.ebuild,v 1.7 2014/02/23 09:38:33 ulm Exp $
+
+EAPI=5
inherit elisp
@@ -8,20 +10,10 @@ DESCRIPTION="GNU Emacs major mode for editing PHP code"
HOMEPAGE="http://php-mode.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 FDL-1.2"
+LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-SITEFILE=51${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="${PN}.texi"
DOCS="ChangeLog"
-
-src_compile() {
- elisp_src_compile
- makeinfo ${PN}.texi || die "makeinfo failed"
-}
-
-src_install() {
- elisp_src_install
- doinfo ${PN}.info* || die "doinfo failed"
-}