public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/distel: ChangeLog distel-4.03.ebuild
@ 2009-02-20 18:11 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-02-20 18:11 UTC (permalink / raw
  To: gentoo-commits

ulm         09/02/20 18:11:41

  Modified:             ChangeLog
  Added:                distel-4.03.ebuild
  Log:
  Version bump and fix path for ebin files, bug 259695.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-emacs/distel/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/distel/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/distel/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/distel/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/distel/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	28 Aug 2008 07:33:30 -0000	1.3
+++ ChangeLog	20 Feb 2009 18:11:41 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for app-emacs/distel
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/ChangeLog,v 1.3 2008/08/28 07:33:30 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/ChangeLog,v 1.4 2009/02/20 18:11:41 ulm Exp $
+
+*distel-4.03 (20 Feb 2009)
+
+  20 Feb 2009; Ulrich Mueller <ulm@gentoo.org>
+  +files/distel-4.03-fix-ebin-path.patch, files/50distel-gentoo.el,
+  +distel-4.03.ebuild:
+  Version bump and fix path for ebin files, bug 259695. Thanks to
+  Sergey Sinkovskiy <glorybox.away@gmail.com>.
 
   28 Aug 2008; Ulrich Mueller <ulm@gentoo.org> distel-3.2_p20071103.ebuild:
   Use elisp-compile instead of elisp-comp, bug 235442.



1.1                  app-emacs/distel/distel-4.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/distel/distel-4.03.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/distel/distel-4.03.ebuild?rev=1.1&content-type=text/plain

Index: distel-4.03.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/distel-4.03.ebuild,v 1.1 2009/02/20 18:11:41 ulm Exp $

EAPI=2

inherit elisp eutils

DESCRIPTION="Distributed Emacs Lisp for Erlang"
HOMEPAGE="http://fresh.homeunix.net/~luke/distel/"
SRC_URI="http://distel.googlecode.com/files/${P}.tgz"

# "New BSD License" according to http://code.google.com/p/distel/
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND=">=dev-lang/erlang-11.2.5[emacs]"
RDEPEND="${DEPEND}"

SITEFILE="50${PN}-gentoo.el"

src_prepare() {
	epatch "${FILESDIR}/${P}-fix-ebin-path.patch"
}

src_compile() {
	emake base info || die "emake failed"
	cd elisp
	elisp-compile *.el || die "elisp-compile failed"
}

src_install() {
	emake prefix="${D}"/usr \
		ELISP_DIR="${D}${SITELISP}/${PN}" install \
		|| die "emake install failed"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
	doinfo doc/distel.info || die "doinfo failed"
	dohtml doc/distel/*.html || die "dohtml failed"
	dodoc AUTHORS ChangeLog NEWS README* || die "dodoc failed"
	if use doc; then
		dodoc doc/gorrie02distel.pdf || die "dodoc failed"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-20 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 18:11 [gentoo-commits] gentoo-x86 commit in app-emacs/distel: ChangeLog distel-4.03.ebuild 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