app-admin/localepurge: Add description attribute for user maintainer in metadata.xml

Package-Manager: portage-2.2.28
This commit is contained in:
Ian Delaney
2016-04-04 14:49:28 +08:00
parent 4ab2bf0a6a
commit 0e3db7ef27
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ EAPI=4
inherit eutils prefix
DESCRIPTION="Script to recover diskspace wasted for unneeded locale files and localized man pages"
DESCRIPTION="Script to recover diskspace on unneeded locale files & localized man pages"
HOMEPAGE="https://gentoo.org
https://cgit.gentoo.org/proj/localepurge.git"
SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tbz2"

View File

@@ -4,12 +4,12 @@
<maintainer type="person">
<email>wimmuskee@gmail.com</email>
<name>Wim Muskee</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
Just a simple tool to erase all uneeded locale and man files usually generated for USE="nls"
</longdescription>
<longdescription>Just a simple tool to erase all uneeded locale and man files
usually generated for USE="nls"</longdescription>
</pkgmetadata>