* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-01-02 22:24 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2018-01-02 22:24 UTC (permalink / raw
To: gentoo-commits
commit: f0d8d1222534a291943aa9245f29f0a853a362be
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 22:23:29 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 22:23:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d8d122
app-emacs/gnuserv: Migrate to xdg-utils.eclass, bump to EAPI 6.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 68 ++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
new file mode 100644
index 00000000000..680dce5508d
--- /dev/null
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp multilib desktop xdg-utils
+
+DESCRIPTION="Attach to an already running Emacs"
+HOMEPAGE="http://meltin.net/hacks/emacs/"
+SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+IUSE="X"
+
+DEPEND=">=app-eselect/eselect-emacs-1.15
+ X? ( x11-libs/libXau )"
+RDEPEND="${DEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+ sed -i -e 's/exec gnuclient/&-emacs/' gnudoit || die
+ eapply_user
+}
+
+src_configure() {
+ econf $(use_enable X xauth) \
+ --x-includes="${EPREFIX}"/usr/include \
+ --x-libraries="${EPREFIX}"/usr/$(get_libdir)
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ exeinto /usr/libexec/emacs
+ doexe gnuserv
+ newbin gnuclient gnuclient-emacs
+ newbin gnudoit gnudoit-emacs
+ # Don't install gnuattach, it is not functional with FSF GNU Emacs
+
+ newman gnuserv.1 gnuserv-emacs.1
+ echo ".so man1/gnuserv-emacs.1" | newman - gnuclient-emacs.1
+ echo ".so man1/gnuserv-emacs.1" | newman - gnudoit-emacs.1
+
+ elisp-install ${PN} *.el *.elc
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ dodoc ChangeLog README README.orig
+
+ if use X; then
+ domenu "${FILESDIR}"/gnuclient.desktop || die
+ fi
+}
+
+pkg_postinst() {
+ elisp-site-regen
+ use X && xdg_desktop_database_update
+ eselect gnuclient update ifunset
+}
+
+pkg_postrm() {
+ elisp-site-regen
+ use X && xdg_desktop_database_update
+ eselect gnuclient update ifunset
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-01-02 22:24 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2018-01-02 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 61b7b3c74e3159efca9690afad0c9c9ae7a4b9db
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 22:16:41 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 22:23:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7b3c7
app-emacs/gnuserv: Add missing inherit of desktop.eclass.
Closes: https://bugs.gentoo.org/643132
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
index 47823b7bd51..38b3c602b4d 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit elisp multilib fdo-mime
+inherit elisp multilib desktop fdo-mime
DESCRIPTION="Attach to an already running Emacs"
HOMEPAGE="http://meltin.net/hacks/emacs/"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-02-10 0:32 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-02-10 0:32 UTC (permalink / raw
To: gentoo-commits
commit: 30599795fcc51652e4e046e2a26a41067e3c1868
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 00:18:08 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 00:18:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30599795
app-emacs/gnuserv: x86 stable (bug #647122)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
index 680dce5508d..e3f052adc7a 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos"
IUSE="X"
DEPEND=">=app-eselect/eselect-emacs-1.15
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-02-22 9:05 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2018-02-22 9:05 UTC (permalink / raw
To: gentoo-commits
commit: d8a967bf2d94c905384bbf2ae646f8ae317e3009
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 09:04:14 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 09:05:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a967bf
app-emacs/gnuserv: amd64 stable wrt bug #647122
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
index e3f052adc7a..fdecaef90ee 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
IUSE="X"
DEPEND=">=app-eselect/eselect-emacs-1.15
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-02-22 12:30 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2018-02-22 12:30 UTC (permalink / raw
To: gentoo-commits
commit: b6990ea4e494e8fc93c11e0869d348acb2130476
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 12:29:45 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 12:29:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6990ea4
app-emacs/gnuserv: Remove old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild | 72 ------------------------------
1 file changed, 72 deletions(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
deleted file mode 100644
index 38b3c602b4d..00000000000
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp multilib desktop fdo-mime
-
-DESCRIPTION="Attach to an already running Emacs"
-HOMEPAGE="http://meltin.net/hacks/emacs/"
-SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
-IUSE="X"
-
-DEPEND=">=app-eselect/eselect-emacs-1.15
- X? ( x11-libs/libXau )"
-RDEPEND="${DEPEND}
- !!app-emacs/gnuserv-programs
- !!<app-editors/xemacs-21.4.22-r3
- !!~app-editors/xemacs-21.5.29 !!~app-editors/xemacs-21.5.30
- !!~app-editors/xemacs-21.5.31 !!~app-editors/xemacs-21.5.33
- !!=app-editors/xemacs-21.5.34 !!=app-editors/xemacs-21.5.34-r1"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- sed -i -e 's/exec gnuclient/&-emacs/' gnudoit || die
-}
-
-src_configure() {
- econf $(use_enable X xauth) \
- --x-includes="${EPREFIX}"/usr/include \
- --x-libraries="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- exeinto /usr/libexec/emacs
- doexe gnuserv
- newbin gnuclient gnuclient-emacs
- newbin gnudoit gnudoit-emacs
- # Don't install gnuattach, it is not functional with FSF GNU Emacs
-
- newman gnuserv.1 gnuserv-emacs.1
- echo ".so man1/gnuserv-emacs.1" | newman - gnuclient-emacs.1
- echo ".so man1/gnuserv-emacs.1" | newman - gnudoit-emacs.1
-
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc ChangeLog README README.orig
-
- if use X; then
- domenu "${FILESDIR}"/gnuclient.desktop || die
- fi
-}
-
-pkg_postinst() {
- elisp-site-regen
- use X && fdo-mime_desktop_database_update
- eselect gnuclient update ifunset
-}
-
-pkg_postrm() {
- elisp-site-regen
- use X && fdo-mime_desktop_database_update
- eselect gnuclient update ifunset
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-04-24 7:01 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2018-04-24 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 3d6f18e9a75c283c321ee81187b8ee274702ff80
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 07:01:02 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 07:01:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f18e9
app-emacs/gnuserv: Depend on x11-base/xorg-proto at build time.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
index fdecaef90ee..f7f72ec5e7d 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
@@ -14,9 +14,10 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
IUSE="X"
-DEPEND=">=app-eselect/eselect-emacs-1.15
+RDEPEND=">=app-eselect/eselect-emacs-1.15
X? ( x11-libs/libXau )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )"
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-09-19 7:41 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-09-19 7:41 UTC (permalink / raw
To: gentoo-commits
commit: eb10693b711d257d808fd302c5ee31f09ffaf30c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 07:40:43 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 07:40:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb10693b
app-emacs/gnuserv: amd64 stable wrt bug #666432
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild
index 935e23bd8c8..b7852e0d263 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
IUSE="X"
RDEPEND=">=app-eselect/eselect-emacs-1.15
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2018-09-19 18:08 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2018-09-19 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 66412e3ffcab332e92cbc342568e6be96afeaa68
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 18:06:29 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 18:08:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66412e3f
app-emacs/gnuserv: Remove old.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 69 ------------------------------
1 file changed, 69 deletions(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
deleted file mode 100644
index f7f72ec5e7d..00000000000
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp multilib desktop xdg-utils
-
-DESCRIPTION="Attach to an already running Emacs"
-HOMEPAGE="http://meltin.net/hacks/emacs/"
-SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
-IUSE="X"
-
-RDEPEND=">=app-eselect/eselect-emacs-1.15
- X? ( x11-libs/libXau )"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- sed -i -e 's/exec gnuclient/&-emacs/' gnudoit || die
- eapply_user
-}
-
-src_configure() {
- econf $(use_enable X xauth) \
- --x-includes="${EPREFIX}"/usr/include \
- --x-libraries="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- exeinto /usr/libexec/emacs
- doexe gnuserv
- newbin gnuclient gnuclient-emacs
- newbin gnudoit gnudoit-emacs
- # Don't install gnuattach, it is not functional with FSF GNU Emacs
-
- newman gnuserv.1 gnuserv-emacs.1
- echo ".so man1/gnuserv-emacs.1" | newman - gnuclient-emacs.1
- echo ".so man1/gnuserv-emacs.1" | newman - gnudoit-emacs.1
-
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc ChangeLog README README.orig
-
- if use X; then
- domenu "${FILESDIR}"/gnuclient.desktop || die
- fi
-}
-
-pkg_postinst() {
- elisp-site-regen
- use X && xdg_desktop_database_update
- eselect gnuclient update ifunset
-}
-
-pkg_postrm() {
- elisp-site-regen
- use X && xdg_desktop_database_update
- eselect gnuclient update ifunset
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2022-03-18 20:32 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2022-03-18 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 7d0db8cb6c8195455d3a548e00e8cbd49c1feb4c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 20:31:35 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 20:32:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0db8cb
app-emacs/gnuserv: Drop unused multilib inherit
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
index 142d9eeeeaf7..fdd9b4a6d7ca 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit elisp multilib desktop xdg-utils
+inherit elisp desktop xdg-utils
DESCRIPTION="Attach to an already running Emacs"
HOMEPAGE="http://meltin.net/hacks/emacs/"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2023-11-10 12:01 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-10 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 6b7420e712df3cc6978150d767f1359c52772ae2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 12:00:50 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 12:00:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7420e7
app-emacs/gnuserv: Stabilize 3.12.8-r8 amd64, #917094
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
index 4cb5f7e12303..ddfd53b868d7 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://web.archive.org/web/20150908031821/http://martin.meltin.net/sit
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
IUSE="gui"
RDEPEND=">=app-eselect/eselect-emacs-1.15
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
@ 2023-11-10 19:54 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-11-10 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 0b7b112d130b6950dab73785efba7819731442bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 19:53:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 19:53:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7b112d
app-emacs/gnuserv: Stabilize 3.12.8-r8 x86, #917094
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
index ddfd53b868d7..d4299f3b51c1 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://web.archive.org/web/20150908031821/http://martin.meltin.net/sit
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
IUSE="gui"
RDEPEND=">=app-eselect/eselect-emacs-1.15
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-11-10 19:54 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19 7:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2023-11-10 19:54 Sam James
2023-11-10 12:01 Arthur Zamarin
2022-03-18 20:32 Ulrich Müller
2018-09-19 18:08 Ulrich Müller
2018-04-24 7:01 Ulrich Müller
2018-02-22 12:30 Ulrich Müller
2018-02-22 9:05 Agostino Sarubbo
2018-02-10 0:32 Thomas Deutschmann
2018-01-02 22:24 Ulrich Müller
2018-01-02 22:24 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