public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/
@ 2016-08-20 11:24 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-08-20 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Aug 16 11:11:48 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 11:23:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58768fee

app-emacs/windows: cosmetic fix.

Closes: https://github.com/gentoo/gentoo/pull/2092

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-emacs/windows/windows-2.49.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild
index 12b33fe..191a0c3 100644
--- a/app-emacs/windows/windows-2.49.ebuild
+++ b/app-emacs/windows/windows-2.49.ebuild
@@ -21,6 +21,6 @@ DEPEND="${RDEPEND}"
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
-	elisp-compile *.el || die
-	elisp-make-autoload-file || die
+	elisp-compile *.el
+	elisp-make-autoload-file
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/
@ 2017-10-03 21:32 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-10-03 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3df78a4d32d33af701af70a75fa882806e2fd480
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Oct  3 09:28:55 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 21:32:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df78a4d

app-emacs/windows: update SRC_URI.

Bug: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5845

 app-emacs/windows/windows-2.49.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild
index 29f1ef3878a..75cecc5d231 100644
--- a/app-emacs/windows/windows-2.49.ebuild
+++ b/app-emacs/windows/windows-2.49.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="Window manager for GNU Emacs"
 HOMEPAGE="http://www.gentei.org/~yuuji/software/"
 # taken from http://www.gentei.org/~yuuji/software/euc/windows.el
-SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
+SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
 
 LICENSE="yuuji"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/
@ 2018-06-25 18:15 Jonas Stein
  0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2018-06-25 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dfac2639e0054621be82b69e51be6972d75fefa5
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 18:03:03 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 18:12:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfac2639

app-emacs/windows: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633230
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/windows/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-emacs/windows/metadata.xml b/app-emacs/windows/metadata.xml
index a3c89c47d36..e936a1a7bb6 100644
--- a/app-emacs/windows/metadata.xml
+++ b/app-emacs/windows/metadata.xml
@@ -1,17 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>victor@enise.org</email>
-    <name>Victor Gaydov</name>
-  </maintainer>
   <maintainer type="project">
     <email>gnu-emacs@gentoo.org</email>
     <name>Gentoo GNU Emacs project</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <stabilize-allarches/>
 </pkgmetadata>
+


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

end of thread, other threads:[~2018-06-25 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20 11:24 [gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-10-03 21:32 Patrice Clement
2018-06-25 18:15 Jonas Stein

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