public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak/, dev-python/ropemacs/, dev-util/cscope/, ...
@ 2016-01-25  0:46 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2016-01-25  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     56a0c043d81686a25c56f2c399aae71f747f8847
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 00:07:29 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 00:46:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a0c043

Reassign some packages from Emacs project to GNU Emacs project.

 app-accessibility/emacspeak/metadata.xml  |  4 +--
 app-accessibility/speechd-el/metadata.xml | 14 ++++----
 app-misc/editor-wrapper/metadata.xml      |  8 ++---
 dev-python/ropemacs/metadata.xml          | 24 +++++++-------
 dev-util/cscope/metadata.xml              | 54 +++++++++++++++----------------
 5 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/app-accessibility/emacspeak/metadata.xml b/app-accessibility/emacspeak/metadata.xml
index 13ed568..2d3e207 100644
--- a/app-accessibility/emacspeak/metadata.xml
+++ b/app-accessibility/emacspeak/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Gentoo Accessibility Project</name>
 	</maintainer>
 	<maintainer type="project">
-		<email>emacs@gentoo.org</email>
-		<name>Gentoo Emacs project</name>
+		<email>gnu-emacs@gentoo.org</email>
+		<name>Gentoo GNU Emacs project</name>
 	</maintainer>
 	<longdescription lang="en">Emacspeak is a speech interface that allows visually impaired 
 	users to interact independently and efficiently with the computer.</longdescription>

diff --git a/app-accessibility/speechd-el/metadata.xml b/app-accessibility/speechd-el/metadata.xml
index 021c705..298ece6 100644
--- a/app-accessibility/speechd-el/metadata.xml
+++ b/app-accessibility/speechd-el/metadata.xml
@@ -4,15 +4,15 @@
 <maintainer type="person">
 <email>williamh@gentoo.org</email>
 </maintainer>
- <maintainer type="project">
+<maintainer type="project">
   <email>accessibility@gentoo.org</email>
   <name>Gentoo Accessibility Project</name>
- </maintainer>
- <maintainer type="project">
-  <email>emacs@gentoo.org</email>
-  <name>Gentoo Emacs project</name>
- </maintainer>
- <use>
+</maintainer>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<use>
   <flag name="brltty">brltty support</flag>
 </use>
 </pkgmetadata>

diff --git a/app-misc/editor-wrapper/metadata.xml b/app-misc/editor-wrapper/metadata.xml
index dec72a5..4a19a14 100644
--- a/app-misc/editor-wrapper/metadata.xml
+++ b/app-misc/editor-wrapper/metadata.xml
@@ -2,11 +2,11 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer type="project">
-	<email>base-system@gentoo.org</email>
-	<name>Gentoo Base System</name>
+  <email>base-system@gentoo.org</email>
+  <name>Gentoo Base System</name>
 </maintainer>
 <maintainer type="project">
-	<email>emacs@gentoo.org</email>
-	<name>Gentoo Emacs project</name>
+  <email>emacs@gentoo.org</email>
+  <name>Gentoo Emacs project</name>
 </maintainer>
 </pkgmetadata>

diff --git a/dev-python/ropemacs/metadata.xml b/dev-python/ropemacs/metadata.xml
index 974d52b..f3a018c 100644
--- a/dev-python/ropemacs/metadata.xml
+++ b/dev-python/ropemacs/metadata.xml
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>emacs@gentoo.org</email>
-    <name>Gentoo Emacs project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">ropemacs</remote-id>
-    <remote-id type="sourceforge">rope</remote-id>
-  </upstream>
+<maintainer type="project">
+  <email>python@gentoo.org</email>
+  <name>Python</name>
+</maintainer>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<upstream>
+  <remote-id type="pypi">ropemacs</remote-id>
+  <remote-id type="sourceforge">rope</remote-id>
+</upstream>
 </pkgmetadata>

diff --git a/dev-util/cscope/metadata.xml b/dev-util/cscope/metadata.xml
index 84736c8..d474ab0 100644
--- a/dev-util/cscope/metadata.xml
+++ b/dev-util/cscope/metadata.xml
@@ -1,36 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>vim@gentoo.org</email>
-    <name>Gentoo Vim Project</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>emacs@gentoo.org</email>
-    <name>Gentoo Emacs project</name>
-  </maintainer>
-  <longdescription>
-Cscope is a developer's tool for browsing source code.  Cscope allows
-searching code for:
+<maintainer type="project">
+  <email>vim@gentoo.org</email>
+  <name>Gentoo Vim Project</name>
+</maintainer>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<longdescription>
+  Cscope is a developer's tool for browsing source code.  Cscope allows
+  searching code for:
 
-  * cross referenced symbols
-  * global definitions
-  * callees and callers
-  * text strings and regular expression patterns
-  * files and files including a file
+    * cross referenced symbols
+    * global definitions
+    * callees and callers
+    * text strings and regular expression patterns
+    * files and files including a file
 
-Other features:
+  Other features:
 
-  * curses based (text screen)
-  * fast searches
-  * fuzzy parser supports C and is flexible enough to be useful for
-    C++, Java and other documents
-  * command line mode for inclusion in scripts or as a backend to GUIs
+    * curses based (text screen)
+    * fast searches
+    * fuzzy parser supports C and is flexible enough to be useful for
+      C++, Java and other documents
+    * command line mode for inclusion in scripts or as a backend to GUIs
 
-Cscope is distributed with xcscope which provides tight integration
-with GNU Emacs.
+  Cscope is distributed with xcscope which provides tight integration
+  with GNU Emacs.
 </longdescription>
-  <upstream>
-    <remote-id type="sourceforge">cscope</remote-id>
-  </upstream>
+<upstream>
+  <remote-id type="sourceforge">cscope</remote-id>
+</upstream>
 </pkgmetadata>


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

only message in thread, other threads:[~2016-01-25  0:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25  0:46 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak/, dev-python/ropemacs/, dev-util/cscope/, 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