summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-11-03 14:51:12 +0000
committerUlrich Müller <ulm@gentoo.org>2008-11-03 14:51:12 +0000
commit19342278039f876681f69b0ffd3b4243242c5fc7 (patch)
treeaaa8bea3f21b54d001b6f991854c8973c90e2528
parentVersion bump. (diff)
downloademacs-19342278039f876681f69b0ffd3b4243242c5fc7.tar.gz
emacs-19342278039f876681f69b0ffd3b4243242c5fc7.tar.bz2
emacs-19342278039f876681f69b0ffd3b4243242c5fc7.zip
Add live SVN version.
svn path=/emacs-overlay/; revision=1197
-rw-r--r--app-emacs/emacs-daemon/ChangeLog5
-rw-r--r--app-emacs/emacs-daemon/Manifest5
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-0.4.ebuild2
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-9999.ebuild39
4 files changed, 48 insertions, 3 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog
index 227dd60..01132dd 100644
--- a/app-emacs/emacs-daemon/ChangeLog
+++ b/app-emacs/emacs-daemon/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*emacs-daemon-9999 (03 Nov 2008)
+
+ 03 Nov 2008; Ulrich Mueller <ulm@gentoo.org> +emacs-daemon-9999.ebuild:
+ Add live SVN version.
+
*emacs-daemon-0.4 (02 Nov 2008)
02 Nov 2008; Ulrich Mueller <ulm@gentoo.org> -emacs-daemon-0.3.ebuild,
diff --git a/app-emacs/emacs-daemon/Manifest b/app-emacs/emacs-daemon/Manifest
index 6d81284..36478d2 100644
--- a/app-emacs/emacs-daemon/Manifest
+++ b/app-emacs/emacs-daemon/Manifest
@@ -1,4 +1,5 @@
DIST emacs-daemon-0.4.tar.bz2 1255 RMD160 9df33b9220f3453761304a7f032e113055d0a7fb SHA1 8856e6b4ffed1d20cdf396396a2240745efbf8c1 SHA256 dc3036abf112149f7d79eed8a30e4476ba4ad3a285d19f76445422e3b7d63573
-EBUILD emacs-daemon-0.4.ebuild 959 RMD160 de2f1ce184e4f9c88bd3530e139bae718e2175b2 SHA1 4fb20ad0c813718a4cb5ad16188635947eeaaf8a SHA256 6f44d98f6d610fee9636d2c69298cb91d529973cff6d0584d7a65aa435795eb9
-MISC ChangeLog 1248 RMD160 7bc041a4890b6900aca23be3440e7bed007ca96e SHA1 846076190ecddf4ec86746d62eb6080eebbbc62d SHA256 2f6f58916858740d70630ae90c1eebc51df151ffcbc948bf39a7ace229b50c2d
+EBUILD emacs-daemon-0.4.ebuild 969 RMD160 70047f2fed15dd4604dd96e9274a34d7c4c1078c SHA1 0d3e1db893a13cb726c7c29c1599087631371c83 SHA256 e9bc592d6d2cf87fe1496b7e055e64a4105534e8acd9d7cfd2f25b2bbbc7a474
+EBUILD emacs-daemon-9999.ebuild 984 RMD160 6c18e06afec6a81dce6209e75619d20337a61170 SHA1 5b19a338715c79adbd2673de1cec8ce171394593 SHA256 3c2c99617ba8cdd732f72207e02504c9947b109f57545ba3e89281f6722f67ff
+MISC ChangeLog 1381 RMD160 7d60278900d285b57ef77029fe4d328962c44a7b SHA1 512e89c353dd6ded7f55de615ad6b80ef6bfd27b SHA256 62e93d1db832a95336064dca918d66d678a01c9fc27c9cb8adad6592d78372a4
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.4.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.4.ebuild
index 5ff56ae..1893466 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-0.4.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-0.4.ebuild
@@ -4,7 +4,7 @@
inherit elisp
-DESCRIPTION="Support files for Emacs daemon started as rc service"
+DESCRIPTION="Gentoo support for Emacs running as a server in the background"
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2"
diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
new file mode 100644
index 0000000..b1563a5
--- /dev/null
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit elisp subversion
+
+ESVN_REPO_URI="svn://anonsvn.gentoo.org/emacs/${PN}"
+DESCRIPTION="Gentoo support for Emacs running as a server in the background"
+HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
+SRC_URI=""
+
+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
+ elisp-site-file-install "${SITEFILE}" || die
+ keepdir /var/run/emacs || die
+}