diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-01-25 01:07:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-01-25 01:46:41 +0100 |
commit | 56a0c043d81686a25c56f2c399aae71f747f8847 (patch) | |
tree | 0fc54f280b686d0330b278ebf7605519ef31bed8 /dev-util/cscope | |
parent | app-emulation/lxd: remove old (diff) | |
download | gentoo-56a0c043d81686a25c56f2c399aae71f747f8847.tar.gz gentoo-56a0c043d81686a25c56f2c399aae71f747f8847.tar.bz2 gentoo-56a0c043d81686a25c56f2c399aae71f747f8847.zip |
Reassign some packages from Emacs project to GNU Emacs project.
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/metadata.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/dev-util/cscope/metadata.xml b/dev-util/cscope/metadata.xml index 84736c8c8818..d474ab0ab2b1 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> |