* [gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.40-r1.ebuild ecb-2.40.ebuild ChangeLog
@ 2010-01-31 11:45 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-01-31 11:45 UTC (permalink / raw
To: gentoo-commits
ulm 10/01/31 11:45:11
Modified: ecb-2.40.ebuild ChangeLog
Added: ecb-2.40-r1.ebuild
Log:
Add prefix keywords, change EAPI to 3. Move site file to canonical name.
(Portage version: 2.2_rc62/cvs/Linux i686)
Revision Changes Path
1.5 app-emacs/ecb/ecb-2.40.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild?r1=1.4&r2=1.5
Index: ecb-2.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ecb-2.40.ebuild 16 Jul 2009 16:40:22 -0000 1.4
+++ ecb-2.40.ebuild 31 Jan 2010 11:45:10 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild,v 1.4 2009/07/16 16:40:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.40.ebuild,v 1.5 2010/01/31 11:45:10 ulm Exp $
inherit elisp eutils
@@ -17,7 +17,7 @@
java? ( app-emacs/jde )"
RDEPEND="${DEPEND}"
-SITEFILE="71${PN}-gentoo.el"
+SITEFILE="70${PN}-gentoo.el"
src_unpack() {
unpack ${A}
1.44 app-emacs/ecb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 16 Jul 2009 17:27:57 -0000 1.43
+++ ChangeLog 31 Jan 2010 11:45:10 -0000 1.44
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/ecb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.43 2009/07/16 17:27:57 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.44 2010/01/31 11:45:10 ulm Exp $
+
+*ecb-2.40-r1 (31 Jan 2010)
+
+ 31 Jan 2010; Ulrich Mueller <ulm@gentoo.org> +files/70ecb-gentoo.el,
+ ecb-2.40.ebuild, -files/71ecb-gentoo.el, +ecb-2.40-r1.ebuild:
+ Add prefix keywords, change EAPI to 3. Move site file to canonical name.
16 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -ecb-2.32-r3.ebuild:
clean up
1.1 app-emacs/ecb/ecb-2.40-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.40-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ecb/ecb-2.40-r1.ebuild?rev=1.1&content-type=text/plain
Index: ecb-2.40-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.40-r1.ebuild,v 1.1 2010/01/31 11:45:10 ulm Exp $
EAPI=3
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 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="java"
DEPEND=">=app-emacs/cedet-1.0_pre6
java? ( app-emacs/jde )"
RDEPEND="${DEPEND}"
SITEFILE="70${PN}-gentoo.el"
src_prepare() {
epatch "${FILESDIR}/${PN}-2.32-gentoo.patch"
sed -i -e "s:@PF@:${PF}:" ecb-help.el || die "sed failed"
}
src_compile() {
local loadpath="" sl=${EPREFIX}${SITELISP}
if use java; then
loadpath="${sl}/elib ${sl}/jde ${sl}/jde/lisp"
fi
emake CEDET="${sl}/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."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-31 11:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 11:45 [gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.40-r1.ebuild ecb-2.40.ebuild ChangeLog Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox