diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-02-23 15:31:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-02-23 15:31:38 +0000 |
commit | a8bd0be81e2ae11f3fbd0fdd30642c589c0fe895 (patch) | |
tree | 747042049bc74f6359ea86eba3b5e12fe3b6e1f4 /app-emacs/emacs-daemon | |
parent | Marked ~ppc for bug #200076. (diff) | |
download | gentoo-2-a8bd0be81e2ae11f3fbd0fdd30642c589c0fe895.tar.gz gentoo-2-a8bd0be81e2ae11f3fbd0fdd30642c589c0fe895.tar.bz2 gentoo-2-a8bd0be81e2ae11f3fbd0fdd30642c589c0fe895.zip |
Version bump. Remove old.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-emacs/emacs-daemon')
-rw-r--r-- | app-emacs/emacs-daemon/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.10.ebuild | 41 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.13.ebuild (renamed from app-emacs/emacs-daemon/emacs-daemon-0.11.ebuild) | 4 |
3 files changed, 9 insertions, 44 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog index 3c1f585c0ade..c0ff25df988d 100644 --- a/app-emacs/emacs-daemon/ChangeLog +++ b/app-emacs/emacs-daemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/emacs-daemon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.6 2009/02/01 19:01:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.7 2009/02/23 15:31:38 ulm Exp $ + +*emacs-daemon-0.13 (23 Feb 2009) + + 23 Feb 2009; Ulrich Mueller <ulm@gentoo.org> -emacs-daemon-0.10.ebuild, + -emacs-daemon-0.11.ebuild, +emacs-daemon-0.13.ebuild: + Version bump. Remove old. *emacs-daemon-0.12 (01 Feb 2009) diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.10.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.10.ebuild deleted file mode 100644 index 9518406eb366..000000000000 --- a/app-emacs/emacs-daemon/emacs-daemon-0.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.10.ebuild,v 1.1 2008/12/27 20:51:29 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 -} diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.11.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.13.ebuild index a439cdf0ad88..8cad3cb4b2e0 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.11.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.11.ebuild,v 1.1 2009/01/14 21:47:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.13.ebuild,v 1.1 2009/02/23 15:31:38 ulm Exp $ inherit elisp @@ -15,7 +15,7 @@ IUSE="" DEPEND=">=virtual/emacs-23" RDEPEND="${DEPEND} - >=sys-apps/openrc-0.3.0-r1" + >=sys-apps/openrc-0.4" SITEFILE="10${PN}-gentoo.el" |