diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-14 14:48:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-14 14:48:30 +0000 |
commit | a8e48e869af9abc713d628045ab001649bcb5848 (patch) | |
tree | 824c74b175a0caaf414db954ced1397d7cc652c1 /app-emacs/emacs-daemon | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-a8e48e869af9abc713d628045ab001649bcb5848.tar.gz gentoo-2-a8e48e869af9abc713d628045ab001649bcb5848.tar.bz2 gentoo-2-a8e48e869af9abc713d628045ab001649bcb5848.zip |
Update HOMEPAGE. Remove old.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/emacs-daemon')
-rw-r--r-- | app-emacs/emacs-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild | 52 | ||||
-rw-r--r-- | app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild | 4 |
3 files changed, 7 insertions, 55 deletions
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog index 6ba165e16bb3..e7c29c9563a2 100644 --- a/app-emacs/emacs-daemon/ChangeLog +++ b/app-emacs/emacs-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/emacs-daemon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.70 2013/06/02 08:45:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/ChangeLog,v 1.71 2013/07/14 14:48:30 ulm Exp $ + + 14 Jul 2013; Ulrich Müller <ulm@gentoo.org> -emacs-daemon-0.19.ebuild, + emacs-daemon-0.20.ebuild: + Update HOMEPAGE. Remove old. 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> emacs-daemon-0.20.ebuild: Stable for sh, wrt bug #469880 diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild deleted file mode 100644 index a5af93bad1f9..000000000000 --- a/app-emacs/emacs-daemon/emacs-daemon-0.19.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 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.19.ebuild,v 1.10 2013/03/23 22:08:32 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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=virtual/emacs-23" -RDEPEND="${DEPEND}" - -SITEFILE="10${PN}-gentoo.el" - -pkg_setup() { - local has_daemon has_gtk line - has_daemon=$(${EMACS} ${EMACSFLAGS} --eval "(princ (fboundp 'daemonp))") - has_gtk=$(${EMACS} ${EMACSFLAGS} --eval "(princ (featurep 'gtk))") - - if [[ ${has_daemon} != t ]]; then - while read line; do ewarn "${line}"; done <<-EOF - Your current Emacs version does not support running as a daemon - which is required for ${CATEGORY}/${PN}. - Use "eselect emacs" to select an Emacs version >= 23. - EOF - elif [[ ${has_gtk} == t ]]; then - while read line; do ewarn "${line}"; done <<-EOF - Your current Emacs is compiled with GTK+. There is a long-standing - bug in GTK+ that prevents Emacs from recovering from X disconnects: - <http://bugzilla.gnome.org/show_bug.cgi?id=85715> - If you run Emacs as a daemon, then it is strongly recommended that - you compile it with the Lucid toolkit, i.e. with USE="Xaw3d -gtk". - EOF - fi -} - -src_compile() { :; } - -src_install() { - newinitd emacs.rc emacs || die - newconfd emacs.conf emacs || die - exeinto /usr/libexec/emacs - doexe emacs-wrapper.sh emacs-stop.sh || die - elisp-site-file-install "${SITEFILE}" || die - dodoc README ChangeLog || die -} diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild index cddfebf23a0f..1ff0fafd22a2 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 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.20.ebuild,v 1.12 2013/06/02 08:45:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-daemon/emacs-daemon-0.20.ebuild,v 1.13 2013/07/14 14:48:30 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Gentoo support for Emacs running as a server in the background" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+" |