Remove explicit notion of maintainer-needed, for GLEP 67

GLEP 67 removes the explicit notion of maintainer-needed@g.o being used
for packages lacking maintainers, in favor of assuming maintainer-needed
whenever the package has no maintainers.
This commit is contained in:
Michał Górny
2016-01-24 23:22:16 +01:00
parent 4412ca2c79
commit 54abd8ef45
1211 changed files with 34 additions and 3311 deletions

View File

@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription>Python module for importing and exporting DSV (delimiter separated values) files.
DSV is a generalization of CSV (comma separated values) and it is a common file
format used by many programs to import and export data.</longdescription>