summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/emacs-daemon')
-rw-r--r--app-emacs/emacs-daemon/ChangeLog4
-rw-r--r--app-emacs/emacs-daemon/Manifest8
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-0.5.ebuild39
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-0.6.ebuild41
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-9999.ebuild2
5 files changed, 7 insertions, 87 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog
index 6f5c0a2..bdd6ff4 100644
--- a/app-emacs/emacs-daemon/ChangeLog
+++ b/app-emacs/emacs-daemon/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Nov 2008; Ulrich Mueller <ulm@gentoo.org> -emacs-daemon-0.5.ebuild,
+ -emacs-daemon-0.6.ebuild:
+ Leave only live svn version, since the package is in Portage tree now.
+
*emacs-daemon-0.6 (14 Nov 2008)
14 Nov 2008; Ulrich Mueller <ulm@gentoo.org> -emacs-daemon-0.4.ebuild,
diff --git a/app-emacs/emacs-daemon/Manifest b/app-emacs/emacs-daemon/Manifest
index b7a80eb..a52e863 100644
--- a/app-emacs/emacs-daemon/Manifest
+++ b/app-emacs/emacs-daemon/Manifest
@@ -1,7 +1,3 @@
-DIST emacs-daemon-0.5.tar.bz2 1959 RMD160 f36860720369dc9c7dfdd71919e971960b6d3127 SHA1 051bbefa28646fd7903bc7dc6903aae0f07250f5 SHA256 94ff07be508c471b8935813981e1d210eb36cfdb455fc6da3a6d5d6b1311545a
-DIST emacs-daemon-0.6.tar.bz2 2309 RMD160 ff8faeb5088f326e67b295a3198787a7f2621ee8 SHA1 593ab76a5a9445dfcf25e503b7d4b4e0fa051474 SHA256 66989587fff2df0e9eef5fa8ffc83256772c7baf5d8a0f42b333a5b89016bc6a
-EBUILD emacs-daemon-0.5.ebuild 1003 RMD160 4ef62fe32fb10989e7ed80670ee5dcb82eefc132 SHA1 3d7065aaeaaf229fa744d48fd0b28a282c49d881 SHA256 3aa8a72a714417db43082d75461e75c5d13184e811fedc90338add4d39fdb2c0
-EBUILD emacs-daemon-0.6.ebuild 1062 RMD160 d2cb8355f1db961318d036456b612b1b43565de5 SHA1 75082a97b37e5041d9b21cbae9ff2bd45a7b5598 SHA256 a1b07327d6f8ccd58eba64039fb11af69b12d2ffec70a4107722b58a8ea3fd4e
-EBUILD emacs-daemon-9999.ebuild 1077 RMD160 38ea7f39bbc1fb74afe30f0221404f2862d66917 SHA1 bfcfcb0ed53d3406f22fccb2d40483772807888b SHA256 044d6081839244804ebfa3a82668c0fbf41a68248f32710626cb084399d2647e
-MISC ChangeLog 1782 RMD160 da349b4108e7609a34c9fefd10a37070fdc1a6b5 SHA1 806ce1bd32a9a565b415379e630fc37b1157d7dc SHA256 62fcfa1971441308d9f8d933dd7e553eb92e7ef67886d10630121f5683364d0d
+EBUILD emacs-daemon-9999.ebuild 1079 RMD160 6b05d20a0ccd276e445e8d53bb37efba6ca0a7e9 SHA1 a16805438256622b6fb87e611b56ae95d776c882 SHA256 6065719d7c3094b0264081b8219af444f8533183deb3118198cbe7d9b024a8ca
+MISC ChangeLog 1957 RMD160 03e84fdc39589785ce7f27a8faaf6b073cd7e548 SHA1 4e4c4c4fe7909b0f26342e230edaa07748d644d5 SHA256 ed549da76ed1227237f007a528a6438df0746dc2d3c40d09461ea7f1b4d562b0
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.5.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.5.ebuild
deleted file mode 100644
index 3e93410..0000000
--- a/app-emacs/emacs-daemon/emacs-daemon-0.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="http://dev.gentoo.org/~ulm/distfiles/${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
- elisp-site-file-install "${SITEFILE}" || die
- keepdir /var/run/emacs || die
-}
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.6.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.6.ebuild
deleted file mode 100644
index fcb161d..0000000
--- a/app-emacs/emacs-daemon/emacs-daemon-0.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="http://dev.gentoo.org/~ulm/distfiles/${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-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 0be60b9..088d921 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -18,7 +18,7 @@ DEPEND=">=virtual/emacs-23"
RDEPEND="${DEPEND}
>=sys-apps/openrc-0.3.0-r1"
-SITEFILE=10${PN}-gentoo.el
+SITEFILE="10${PN}-gentoo.el"
pkg_setup() {
local has_daemon=$(${EMACS} ${EMACSFLAGS} \