public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
@ 2017-10-15 11:28 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2017-10-15 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     741958eae24083c4109038a32e37fbef39161dd3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 11:23:34 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 11:23:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=741958ea

app-emacs/emacs-daemon: Update EGIT_REPO_URI, sync from Gentoo repo.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index b66542a..1f1045c 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
 inherit elisp git-r3
 
 DESCRIPTION="Gentoo support for Emacs running as a server in the background"
-HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -28,18 +28,18 @@ pkg_setup() {
 
 	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}.
+		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 Motif or the Lucid toolkit instead, i.e.
-		with USE="motif -athena -gtk" or USE="athena -gtk -motif".
+		Your current Emacs is compiled with GTK+. There is a long-standing bug
+		in GTK+ that prevents Emacs from recovering from X disconnects:
+		<https://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 or the Motif toolkit instead, i.e. with
+		USE="athena Xaw3d -gtk -motif" or USE="motif -gtk -athena -Xaw3d".
 		EOF
 	fi
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
@ 2019-12-21 18:30 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2019-12-21 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b754301f6f3e8cb69948e5401e42367dbbb3c7b2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 18:27:21 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 18:27:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=b754301f

app-emacs/emacs-daemon: Sync from gentoo repo.

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 1f1045c..548100e 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,9 +15,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
 LICENSE="GPL-2+"
 SLOT="0"
 
-DEPEND=">=virtual/emacs-23"
-RDEPEND="${DEPEND}"
-
 S="${WORKDIR}/${PN}"
 SITEFILE="10${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
@ 2021-04-13  7:00 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2021-04-13  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9da8ac8da11938e2507917b446af93fa88db8ef5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 07:00:13 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 07:00:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=9da8ac8d

app-emacs/emacs-daemon: Bump to EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 548100e..3db05eb 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
@@ -11,11 +11,11 @@ inherit elisp git-r3
 
 DESCRIPTION="Gentoo support for Emacs running as a server in the background"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
 
-S="${WORKDIR}/${PN}"
 SITEFILE="10${PN}-gentoo.el"
 
 pkg_setup() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
@ 2025-03-05 13:40 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2025-03-05 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4d64b76bc0a11a5cf16a7b3a47296b34e1c39200
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  5 13:37:44 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 13:38:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4d64b76b

app-emacs/emacs-daemon: Don't install emacs-stop.sh

EAPI 8. Update URLs in warning message.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 3db05eb..12dfa92 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
@@ -33,7 +33,8 @@ pkg_setup() {
 		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:
-		<https://bugzilla.gnome.org/show_bug.cgi?id=85715>
+		<https://gitlab.gnome.org/GNOME/gtk/-/issues/221> and
+		<https://gitlab.gnome.org/GNOME/gtk/-/issues/2315>.
 		If you run Emacs as a daemon, then it is strongly recommended that you
 		compile it with the Lucid or the Motif toolkit instead, i.e. with
 		USE="athena Xaw3d -gtk -motif" or USE="motif -gtk -athena -Xaw3d".
@@ -47,7 +48,7 @@ src_install() {
 	newinitd emacs.rc emacs
 	newconfd emacs.conf emacs
 	exeinto /usr/libexec/emacs
-	doexe emacs-wrapper.sh emacs-stop.sh
+	doexe emacs-wrapper.sh
 	elisp-site-file-install "${SITEFILE}"
 	dodoc README ChangeLog
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
@ 2025-03-09 20:51 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2025-03-09 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     394f4839b464561710272696c69e0851844f7dc7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 20:37:38 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 20:50:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=394f4839

app-emacs/emacs-daemon: Update for "upstream" package changes

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 12dfa92..797198b 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-SITEFILE="10${PN}-gentoo.el"
+RDEPEND=">=app-emacs/emacs-common-1.11"
 
 pkg_setup() {
 	local has_daemon has_gtk line
@@ -47,8 +47,5 @@ src_compile() { :; }
 src_install() {
 	newinitd emacs.rc emacs
 	newconfd emacs.conf emacs
-	exeinto /usr/libexec/emacs
-	doexe emacs-wrapper.sh
-	elisp-site-file-install "${SITEFILE}"
 	dodoc README ChangeLog
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-09 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 20:51 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 13:40 Ulrich Müller
2021-04-13  7:00 Ulrich Müller
2019-12-21 18:30 Ulrich Müller
2017-10-15 11:28 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox