Reassign some packages from Emacs project to GNU Emacs project.
authorUlrich Müller <ulm@gentoo.org>
Mon, 25 Jan 2016 00:07:29 +0000 (01:07 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 25 Jan 2016 00:46:41 +0000 (01:46 +0100)
app-accessibility/emacspeak/metadata.xml
app-accessibility/speechd-el/metadata.xml
app-misc/editor-wrapper/metadata.xml
dev-python/ropemacs/metadata.xml
dev-util/cscope/metadata.xml

index 13ed568bbae00d5da235aeb0e5ce03e26896b777..2d3e20711d7a30a5cfe9e0e0475c0b38aa6e9a1c 100644 (file)
@@ -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>
index 021c70540090bf2161168aeaea7dda365ebd7b42..298ece6d7d629253c734fe3ab56ba7761cac8909 100644 (file)
@@ -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>
index dec72a5ef256270dc326a1f4e46d14cf4ef928f9..4a19a14fba9db5526814cf09401482ee1c0ee2ec 100644 (file)
@@ -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>
index 974d52b9f3d146bcf3f0696d6f7c64ede86d79e0..f3a018c564882f3d461c818241616c052127fe23 100644 (file)
@@ -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>
index 84736c8c8818ea410bd90faec53229697c1a7e37..d474ab0ab2b1a0d8ba795a3e02c99a906bb81202 100644 (file)
@@ -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>