diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 08:59:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-07-25 08:59:39 +0000 |
commit | ba6f30310bcdf7e2139a19018ee5521c4662355c (patch) | |
tree | bd24c757687b2071c725c5544b7d97eb68978b4b /dev-haskell/punycode | |
parent | Mask EOL'ed postgresql-8.4 (diff) | |
download | gentoo-2-ba6f30310bcdf7e2139a19018ee5521c4662355c.tar.gz gentoo-2-ba6f30310bcdf7e2139a19018ee5521c4662355c.tar.bz2 gentoo-2-ba6f30310bcdf7e2139a19018ee5521c4662355c.zip |
Drop redundant '<maintainer>' field, leave only '<herd>'.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/punycode')
-rw-r--r-- | dev-haskell/punycode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/punycode/metadata.xml | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-haskell/punycode/ChangeLog b/dev-haskell/punycode/ChangeLog index 5dabbd3eedca..56c229a2b9c0 100644 --- a/dev-haskell/punycode/ChangeLog +++ b/dev-haskell/punycode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/punycode -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/punycode/ChangeLog,v 1.3 2013/11/24 19:38:13 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/punycode/ChangeLog,v 1.4 2014/07/25 08:58:31 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: + Drop redundant '<maintainer>' field, leave only '<herd>'. 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> punycode-2.0.ebuild: Stable for x86, wrt bug #488750 diff --git a/dev-haskell/punycode/metadata.xml b/dev-haskell/punycode/metadata.xml index a54494b1ec23..d45b39fa9c05 100644 --- a/dev-haskell/punycode/metadata.xml +++ b/dev-haskell/punycode/metadata.xml @@ -2,9 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>haskell</herd> - <maintainer> - <email>haskell@gentoo.org</email> - </maintainer> <longdescription> Encode unicode strings to ascii forms according to RFC 3492. It is written in pure Haskell, as opposed to gnuidn's Data.Text.IDN.Punycode. Please note that Data.Encoding.BootString from the 'encoding' package also contains an implementation of the Punycode algorithm. </longdescription> |