From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.32-r3.ebuild ChangeLog
Date: Wed, 04 Mar 2009 00:20:42 +0000 [thread overview]
Message-ID: <E1Leeqo-0004PT-4Z@stork.gentoo.org> (raw)
ulm 09/03/04 00:20:42
Modified: ChangeLog
Added: ecb-2.32-r3.ebuild
Log:
Install pixmaps under SITEETC instead of SITELISP. Other minor changes.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.35 app-emacs/ecb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 24 Sep 2007 12:03:55 -0000 1.34
+++ ChangeLog 4 Mar 2009 00:20:42 -0000 1.35
@@ -1,6 +1,15 @@
# ChangeLog for app-emacs/ecb
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.34 2007/09/24 12:03:55 opfer Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.35 2009/03/04 00:20:42 ulm Exp $
+
+*ecb-2.32-r3 (03 Mar 2009)
+
+ 03 Mar 2009; Ulrich Mueller <ulm@gentoo.org> +files/ecb-2.32-gentoo.patch,
+ +ecb-2.32-r3.ebuild:
+ Install pixmaps under SITEETC instead of SITELISP. Use proper patch for
+ help and info paths, instead of sed tweaks. Allow any compress extension
+ of Info files; don't hardcode .gz. Add alternative load-path for jde, in
+ order to prepare for a later change of its install location.
24 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
-files/70ecb-gentoo.el, -ecb-2.32-r1.ebuild:
@@ -85,7 +94,7 @@
eieio and semantic; bug #64395.
27 Aug 2004; Jared Hudson <jhhudso@gentoo.org> : Added ~amd64 keyword
-
+
01 Jun 2004; Aron Griffis <agriffis@gentoo.org> ecb-2.21.ebuild,
ecb-2.24.ebuild:
Fix use invocation
1.1 app-emacs/ecb/ecb-2.32-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.32-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.32-r3.ebuild?rev=1.1&content-type=text/plain
Index: ecb-2.32-r3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.32-r3.ebuild,v 1.1 2009/03/04 00:20:42 ulm Exp $
inherit elisp eutils
DESCRIPTION="Source code browser for Emacs"
HOMEPAGE="http://ecb.sourceforge.net/"
SRC_URI="mirror://sourceforge/ecb/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="java"
DEPEND="app-emacs/cedet
java? ( app-emacs/jde )"
RDEPEND="${DEPEND}"
SITEFILE="71${PN}-gentoo.el"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.patch"
sed -i -e "s:@PF@:${PF}:" ecb-help.el || die "sed failed"
}
src_compile() {
local loadpath=""
if use java; then
loadpath="${SITELISP}/elib ${SITELISP}/jde ${SITELISP}/jde/lisp"
fi
emake CEDET="${SITELISP}/cedet" LOADPATH="${loadpath}" \
|| die "emake failed"
}
src_install() {
elisp_src_install
insinto "${SITEETC}/${PN}"
doins -r ecb-images || die
doinfo info-help/ecb.info* || die
dohtml html-help/*.html || die
dodoc NEWS README RELEASE_NOTES || die
}
pkg_postinst() {
elisp-site-regen
elog "ECB is now autoloaded in site-gentoo.el. Add the line"
elog " (require 'ecb)"
elog "to your ~/.emacs file to enable all features on Emacs startup."
}
next reply other threads:[~2009-03-04 1:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-04 0:20 Ulrich Mueller (ulm) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-04-06 14:07 [gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.32-r3.ebuild ChangeLog Brent Baude (ranger)
2009-04-06 20:45 Markus Meier (maekke)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Leeqo-0004PT-4Z@stork.gentoo.org \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox