Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ulrich Mueller (ulm)" <ulm@g.o>
Subject: gentoo-x86 commit in app-emacs/emacs-daemon: ChangeLog emacs-daemon-0.8.ebuild
Date: Mon, 08 Dec 2008 21:45:09 +0000
ulm         08/12/08 21:45:09

  Modified:             ChangeLog
  Added:                emacs-daemon-0.8.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 i686)

Revision  Changes    Path
1.2                  app-emacs/emacs-daemon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Nov 2008 10:43:39 -0000	1.1
+++ ChangeLog	8 Dec 2008 21:45:09 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-emacs/emacs-daemon
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.1 2008/11/30 10:43:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.2 2008/12/08 21:45:09 ulm Exp $
+
+*emacs-daemon-0.8 (08 Dec 2008)
+
+  08 Dec 2008; Ulrich Mueller <ulm@g.o> +emacs-daemon-0.8.ebuild:
+  Version bump.
 
 *emacs-daemon-0.7 (30 Nov 2008)
 



1.1                  app-emacs/emacs-daemon/emacs-daemon-0.8.ebuild

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

Index: emacs-daemon-0.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.8.ebuild,v 1.1 2008/12/08 21:45:09 ulm Exp $

inherit elisp

DESCRIPTION="Gentoo support for Emacs running as a server in the background"
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=virtual/emacs-23"
RDEPEND="${DEPEND}
	>=sys-apps/openrc-0.3.0-r1"

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

pkg_setup() {
	local has_daemon=$(${EMACS} ${EMACSFLAGS} \
		--eval "(princ (fboundp 'daemonp))")
	if [ "${has_daemon}" != t ]; then
		ewarn "Your current Emacs version does not support running as a daemon"
		ewarn "which is required for ${CATEGORY}/${PN}."
		ewarn "Use \"eselect emacs\" to select an Emacs version >= 23."
	fi
}

src_compile() { :; }

src_install() {
	newinitd emacs.rc emacs || die
	newconfd emacs.conf emacs || die
	exeinto /usr/libexec/emacs
	doexe emacs-wrapper.sh || die
	elisp-site-file-install "${SITEFILE}" || die
	keepdir /var/run/emacs || die
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in xfce-extra/xfce4-mixer: xfce4-mixer-4.4.3.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in sci-visualization/pyxplot/files: 0.7.0-dont-build-pyx.patch
Previous by date:
gentoo-x86 commit in app-emacs/php-mode: ChangeLog php-mode-1.5.0.ebuild
Next by date:
gentoo-x86 commit in sci-visualization/pyxplot/files: 0.7.0-dont-build-pyx.patch


Updated Mar 27, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.