diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:28:29 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:28:29 +0000 |
commit | 8adb0805d7326eb0c2cbf572a85ca49f88f53e52 (patch) | |
tree | 8b110e67d5fb9a7edec64cc3e0150e9c6ab490fd /dev-util/ddd | |
parent | keyring to gnome-keyring (diff) | |
download | historical-8adb0805d7326eb0c2cbf572a85ca49f88f53e52.tar.gz historical-8adb0805d7326eb0c2cbf572a85ca49f88f53e52.tar.bz2 historical-8adb0805d7326eb0c2cbf572a85ca49f88f53e52.zip |
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-util/ddd')
-rw-r--r-- | dev-util/ddd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ddd/metadata.xml | 21 |
2 files changed, 17 insertions, 10 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog index df6a7f25092f..6938860e653d 100644 --- a/dev-util/ddd/ChangeLog +++ b/dev-util/ddd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ddd # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.50 2008/02/21 19:54:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.51 2008/04/21 17:19:55 phreak Exp $ + + 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Fix up metadata.xml. If there's no maintainer for the package, the metadata + also needs to contain m-needed@g.o. 21 Feb 2008; Ulrich Mueller <ulm@gentoo.org> ddd-3.3.11.ebuild: Explicitely depend on x11-libs/openmotif wrt bug 193505. diff --git a/dev-util/ddd/metadata.xml b/dev-util/ddd/metadata.xml index 4696965e74b0..311a90d7731f 100644 --- a/dev-util/ddd/metadata.xml +++ b/dev-util/ddd/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<longdescription lang="en"> -GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, -WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python -debugger. Besides ``usual'' front-end features such as viewing source texts, DDD -has become famous through its interactive graphical data display, where data -structures are displayed as graphs. -</longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> + <longdescription lang="en"> + GNU DDD is a graphical front-end for command-line debuggers such as + GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, + or the Python debugger. Besides ``usual'' front-end features such as + viewing source texts, DDD has become famous through its interactive + graphical data display, where data structures are displayed as graphs. + </longdescription> </pkgmetadata> - |