summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-07-04 23:20:53 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-07-04 23:20:53 +0000
commit457d0564212917fac78d9ca47af4d3b23422af8d (patch)
treeaf889f71dd67d8bfe03679b6e37ddb94f0fa3e57 /app-emacs/semi
parentremoved virtual/emacs from DEPEND; adjusted DESCRIPTION; added trailing backs... (diff)
downloadgentoo-2-457d0564212917fac78d9ca47af4d3b23422af8d.tar.gz
gentoo-2-457d0564212917fac78d9ca47af4d3b23422af8d.tar.bz2
gentoo-2-457d0564212917fac78d9ca47af4d3b23422af8d.zip
adjusted DESCRIPTION; SITEFILE handling canonical; manual make calls to emake; added some die comments
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/semi')
-rw-r--r--app-emacs/semi/ChangeLog6
-rw-r--r--app-emacs/semi/semi-1.14.6.ebuild15
2 files changed, 13 insertions, 8 deletions
diff --git a/app-emacs/semi/ChangeLog b/app-emacs/semi/ChangeLog
index f5065035be66..477a165ae4cf 100644
--- a/app-emacs/semi/ChangeLog
+++ b/app-emacs/semi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/semi
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/ChangeLog,v 1.21 2007/05/04 21:06:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/ChangeLog,v 1.22 2007/07/04 23:20:53 opfer Exp $
+
+ 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> semi-1.14.6.ebuild:
+ adjusted DESCRIPTION; SITEFILE handling canonical; manual make calls to
+ emake; added some die comments
04 May 2007; Ulrich Mueller <ulm@gentoo.org> semi-1.14.6.ebuild:
Remove virtual/semi since no other package provides it.
diff --git a/app-emacs/semi/semi-1.14.6.ebuild b/app-emacs/semi/semi-1.14.6.ebuild
index acefa2aece14..a39d208a9e9a 100644
--- a/app-emacs/semi/semi-1.14.6.ebuild
+++ b/app-emacs/semi/semi-1.14.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/semi-1.14.6.ebuild,v 1.14 2007/05/04 21:06:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/semi-1.14.6.ebuild,v 1.15 2007/07/04 23:20:53 opfer Exp $
inherit elisp eutils
-DESCRIPTION="a library to provide MIME feature for GNU Emacs -- SEMI"
+DESCRIPTION="A library to provide MIME feature for GNU Emacs"
HOMEPAGE="http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/SEMI/"
SRC_URI="http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/semi/semi-1.14-for-flim-1.14/${P}.tar.gz"
@@ -15,6 +15,7 @@ IUSE=""
DEPEND=">=app-emacs/apel-10.6
virtual/flim"
+SITEFILE=65${PN}-gentoo.el
src_unpack() {
unpack ${A}
@@ -23,20 +24,20 @@ src_unpack() {
}
src_compile() {
- make PREFIX="${D}"/usr \
+ emake PREFIX="${D}"/usr \
LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die
+ VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "emake failed"
emacs -batch -q --no-site-file -l "${FILESDIR}/comp.el" \
|| die "compile info failed"
}
src_install() {
- make PREFIX="${D}/usr" \
+ emake PREFIX="${D}/usr" \
LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" install || die
+ VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" install || die "emake install failed"
- elisp-site-file-install "${FILESDIR}/65semi-gentoo.el"
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc README* ChangeLog VERSION NEWS
doinfo *.info