diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-28 21:34:10 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-28 21:34:10 +0000 |
commit | 144d06c5b988a3deb692bfbc12f28e3569a5e6d8 (patch) | |
tree | d8234d41c053237a1f9fea41af10f7883c107d73 | |
parent | Version bump. (diff) | |
download | gentoo-2-144d06c5b988a3deb692bfbc12f28e3569a5e6d8.tar.gz gentoo-2-144d06c5b988a3deb692bfbc12f28e3569a5e6d8.tar.bz2 gentoo-2-144d06c5b988a3deb692bfbc12f28e3569a5e6d8.zip |
Drop unused local USE-description. Fix indentation.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/unrealircd/metadata.xml | 43 |
2 files changed, 25 insertions, 23 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 1e5f9029b155..e01371da26cb 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.122 2015/06/28 19:20:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.123 2015/06/28 21:34:10 mrueg Exp $ + + 28 Jun 2015; Manuel Rüger <mrueg@gentoo.org> metadata.xml: + Drop unused local USE-description. Fix indentation. 28 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -files/unrealircd-3.2.9-disabled-stacked-extbans.patch, diff --git a/net-irc/unrealircd/metadata.xml b/net-irc/unrealircd/metadata.xml index 4c7c37f225df..7a298531b3cb 100644 --- a/net-irc/unrealircd/metadata.xml +++ b/net-irc/unrealircd/metadata.xml @@ -1,26 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>net-irc</herd> - <maintainer> - <email>binki@gentoo.org</email> - <name>Nathan Phillip Brink</name> - </maintainer> - <maintainer> - <email>jdhore@gentoo.org</email> - <name>Jeff Horelick</name> - </maintainer> -<use> - <flag name='class-nofakelag'>Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers).</flag> - <flag name='extban-stacking'>Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks.</flag> - <flag name='spoof'>Enable the spoof protection</flag> - <flag name='prefixaq'>Enable chanadmin and chanowner prefixes</flag> - <flag name='showlistmodes'>Support displaying channel modes during compilation</flag> - <flag name='operoverride-verify'>Enable requiring opers to invite themselves to +s/+p channels</flag> - <flag name='operoverride'>Enable OperOverride extension</flag> - <flag name='usermod'>Enable /set* and /chg* commands</flag> - <flag name='showlistmodes'>Support displaying channel modes in /list</flag> - <flag name='shunnotices'>Enable notifying a user when un-shunned</flag> - <flag name='topicisnuhost'>Enable displaying nick!user@host as topic setter</flag> -</use> + <herd>net-irc</herd> + <maintainer> + <email>binki@gentoo.org</email> + <name>Nathan Phillip Brink</name> + </maintainer> + <maintainer> + <email>jdhore@gentoo.org</email> + <name>Jeff Horelick</name> + </maintainer> + <use> + <flag name='class-nofakelag'>Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers).</flag> + <flag name='extban-stacking'>Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks.</flag> + <flag name='prefixaq'>Enable chanadmin and chanowner prefixes</flag> + <flag name='showlistmodes'>Support displaying channel modes during compilation</flag> + <flag name='operoverride-verify'>Enable requiring opers to invite themselves to +s/+p channels</flag> + <flag name='operoverride'>Enable OperOverride extension</flag> + <flag name='usermod'>Enable /set* and /chg* commands</flag> + <flag name='showlistmodes'>Support displaying channel modes in /list</flag> + <flag name='shunnotices'>Enable notifying a user when un-shunned</flag> + <flag name='topicisnuhost'>Enable displaying nick!user@host as topic setter</flag> + </use> </pkgmetadata> |