public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/emacs:master commit in: app-admin/eselect-emacs/, app-emacs/evil/, app-editors/uemacs-pk/, ...
@ 2013-10-10 16:24 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2013-10-10 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5081e385b7de9d38b20ed38ddc6245db81a23243
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 15:47:15 2013 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 15:47:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5081e385

Migrate live ebuilds to git-r3.eclass.

Package-Manager: portage-2.2.7

---
 app-admin/emacs-updater/ChangeLog                           |  3 +++
 app-admin/emacs-updater/emacs-updater-9999.ebuild           |  3 ++-
 app-admin/eselect-ctags/ChangeLog                           |  3 +++
 app-admin/eselect-ctags/eselect-ctags-9999.ebuild           |  3 ++-
 app-admin/eselect-emacs/ChangeLog                           |  3 +++
 app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild        |  3 ++-
 app-editors/uemacs-pk/ChangeLog                             |  5 ++++-
 app-editors/uemacs-pk/uemacs-pk-9999.ebuild                 | 12 +++++++-----
 app-emacs/anything/ChangeLog                                |  5 ++++-
 app-emacs/anything/anything-9999.ebuild                     | 12 ++++++------
 app-emacs/async/ChangeLog                                   |  5 ++++-
 app-emacs/async/async-9999.ebuild                           | 13 +++++++------
 app-emacs/ebuild-mode/ChangeLog                             |  3 +++
 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild               |  3 ++-
 app-emacs/emacs-common-gentoo/ChangeLog                     |  3 +++
 .../emacs-common-gentoo/emacs-common-gentoo-9999.ebuild     |  3 ++-
 app-emacs/emacs-daemon/ChangeLog                            |  3 +++
 app-emacs/emacs-daemon/emacs-daemon-9999.ebuild             |  4 +++-
 app-emacs/evil/ChangeLog                                    |  5 ++++-
 app-emacs/evil/evil-9999.ebuild                             | 13 +++++++------
 app-emacs/org-mode/ChangeLog                                |  5 ++++-
 app-emacs/org-mode/org-mode-9999.ebuild                     |  8 +++++---
 22 files changed, 83 insertions(+), 37 deletions(-)

diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog
index b4cd78c..b57d0b3 100644
--- a/app-admin/emacs-updater/ChangeLog
+++ b/app-admin/emacs-updater/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index d4425f8..70bec4b 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit git-2
+inherit git-r3
 
 DESCRIPTION="Rebuild Emacs packages"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"

diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog
index 5c60d4f..ef9cd0a 100644
--- a/app-admin/eselect-ctags/ChangeLog
+++ b/app-admin/eselect-ctags/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
index f5fdbad..4a4b1a3 100644
--- a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
+++ b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
@@ -7,8 +7,9 @@ EAPI=5
 MY_PN="eselect-emacs"
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${MY_PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
 
-inherit git-2
+inherit git-r3
 
 DESCRIPTION="Manages ctags implementations"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"

diff --git a/app-admin/eselect-emacs/ChangeLog b/app-admin/eselect-emacs/ChangeLog
index 178a1a7..b3eb8f4 100644
--- a/app-admin/eselect-emacs/ChangeLog
+++ b/app-admin/eselect-emacs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
index 17546e4..4c44f72 100644
--- a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
+++ b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit git-2
+inherit git-r3
 
 DESCRIPTION="Manage multiple Emacs versions on one system"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"

diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog
index 23a94bd..1384785 100644
--- a/app-editors/uemacs-pk/ChangeLog
+++ b/app-editors/uemacs-pk/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-editors/uemacs-pk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> uemacs-pk-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   01 Sep 2011; Ulrich Mueller <ulm@gentoo.org> uemacs-pk-9999.ebuild:
   LDFLAGS patch was accepted upstream.
 

diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
index 5be4386..5da7660 100644
--- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 EGIT_REPO_URI="git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit git-2 toolchain-funcs
+inherit git-r3 toolchain-funcs
 
 DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
 HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
 	ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
-SRC_URI=""
 
 LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+S="${WORKDIR}/${PN}"
 
 DEPEND="sys-libs/ncurses"
 RDEPEND="${DEPEND}"

diff --git a/app-emacs/anything/ChangeLog b/app-emacs/anything/ChangeLog
index a3a7831..76270a8 100644
--- a/app-emacs/anything/ChangeLog
+++ b/app-emacs/anything/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/anything
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> anything-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   11 Oct 2011; Ulrich Mueller <ulm@gentoo.org> -anything-1.3.1.ebuild:
   Package committed to Portage tree. Keeping only live ebuild in overlay.
 

diff --git a/app-emacs/anything/anything-9999.ebuild b/app-emacs/anything/anything-9999.ebuild
index 6daaecd..3f63880 100644
--- a/app-emacs/anything/anything-9999.ebuild
+++ b/app-emacs/anything/anything-9999.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit elisp
 
 if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="git://repo.or.cz/anything-config.git"
-	inherit git-2
-	SRC_URI=""
+	EGIT_CHECKOUT_DIR="${WORKDIR}/anything-config"
+	inherit git-r3
 else
 	# snapshot from upstream git repo
 	SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
-	S="${WORKDIR}/anything-config"
 fi
 
 DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
 HOMEPAGE="http://www.emacswiki.org/emacs/Anything"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="extensions"
 
+S="${WORKDIR}/anything-config"
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {

diff --git a/app-emacs/async/ChangeLog b/app-emacs/async/ChangeLog
index 31d4ab3..2e0c2e4 100644
--- a/app-emacs/async/ChangeLog
+++ b/app-emacs/async/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/async
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> async-9999.ebuild:
+  Migrate to git-r3.eclass.
+
 *async-9999 (24 Jun 2012)
 
   24 Jun 2012; Ulrich Müller <ulm@gentoo.org> +files/50async-gentoo.el,

diff --git a/app-emacs/async/async-9999.ebuild b/app-emacs/async/async-9999.ebuild
index 8f97a33..5afc81d 100644
--- a/app-emacs/async/async-9999.ebuild
+++ b/app-emacs/async/async-9999.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 EGIT_REPO_URI="https://github.com/jwiegley/emacs-async.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp git-2
+inherit elisp git-r3
 
 DESCRIPTION="A simple asynchronous framework for Emacs"
 HOMEPAGE="https://github.com/jwiegley/emacs-async"
-SRC_URI=""
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
+S="${WORKDIR}/${PN}"
 SITEFILE="50${PN}-gentoo.el"
 DOCS="README.md"

diff --git a/app-emacs/ebuild-mode/ChangeLog b/app-emacs/ebuild-mode/ChangeLog
index a3614e9..5461ea8 100644
--- a/app-emacs/ebuild-mode/ChangeLog
+++ b/app-emacs/ebuild-mode/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> ebuild-mode-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> ebuild-mode-9999.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index cbbc52b..d135e84 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit readme.gentoo elisp git-2
+inherit readme.gentoo elisp git-r3
 
 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"

diff --git a/app-emacs/emacs-common-gentoo/ChangeLog b/app-emacs/emacs-common-gentoo/ChangeLog
index 3523a6a..0f2d01a 100644
--- a/app-emacs/emacs-common-gentoo/ChangeLog
+++ b/app-emacs/emacs-common-gentoo/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
index 055a256..1a49fd2 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-2
+inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-r3
 
 DESCRIPTION="Common files needed by all GNU Emacs versions"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"

diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog
index 6e8117f..731c091 100644
--- a/app-emacs/emacs-daemon/ChangeLog
+++ b/app-emacs/emacs-daemon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-daemon-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-daemon-9999.ebuild:
   Update HOMEPAGE. Merge changes from Portage tree.
 

diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 5c64acc..7bf5da2 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp git-2
+inherit elisp git-r3
 
 DESCRIPTION="Gentoo support for Emacs running as a server in the background"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
@@ -19,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 DEPEND=">=virtual/emacs-23"
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/${PN}"
 SITEFILE="10${PN}-gentoo.el"
 
 pkg_setup() {

diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog
index ebb0746..3679434 100644
--- a/app-emacs/evil/ChangeLog
+++ b/app-emacs/evil/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/evil
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> evil-9999.ebuild:
+  Migrate to git-r3.eclass.
+
 *evil-9999 (02 Jan 2012)
 
   02 Jan 2012; Ulrich Mueller <ulm@gentoo.org> +files/50evil-gentoo.el,

diff --git a/app-emacs/evil/evil-9999.ebuild b/app-emacs/evil/evil-9999.ebuild
index 8b84747..38a2ecd 100644
--- a/app-emacs/evil/evil-9999.ebuild
+++ b/app-emacs/evil/evil-9999.ebuild
@@ -1,24 +1,25 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 EGIT_REPO_URI="git://gitorious.org/evil/evil.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp git-2
+inherit elisp git-r3
 
 DESCRIPTION="Extensible vi layer"
 HOMEPAGE="http://gitorious.org/evil"
-SRC_URI=""
 
-LICENSE="GPL-2 FDL-1.3"
+LICENSE="GPL-3+ FDL-1.3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="app-emacs/undo-tree"
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/${PN}"
 ELISP_REMOVE="evil-pkg.el evil-tests.el"
 ELISP_TEXINFO="doc/evil.texi"
 SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index e8fa764..42a9b5a 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/org-mode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild:
+  Migrate to git-r3.eclass.
+
   04 Oct 2012; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild,
   metadata.xml:
   Sync from Portage tree.

diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild
index add9382..e1c1bc3 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,9 +9,12 @@ inherit elisp
 
 if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="git://orgmode.org/org-mode.git"
-	inherit git-2
+	EGIT_CHECKOUT_DIR="${WORKDIR}/org"
+	inherit git-r3
+	S="${WORKDIR}/org"
 else
 	SRC_URI="http://orgmode.org/org-${PV}.tar.gz"
+	S="${WORKDIR}/org-${PV}"
 fi
 
 DESCRIPTION="An Emacs mode for notes and project planning"
@@ -32,7 +35,6 @@ else
 	ELISP_REMOVE="lisp/org-install.el"
 fi
 
-S="${WORKDIR}/org-${PV}"
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-10 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 16:24 [gentoo-commits] proj/emacs:master commit in: app-admin/eselect-emacs/, app-emacs/evil/, app-editors/uemacs-pk/, 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