diff options
author | Torsten Alex <tee@itc-gmbh.de> | 2017-08-06 04:35:12 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-13 15:26:32 +0200 |
commit | 43fa4f6756914b15687821e50a312009dd299ddc (patch) | |
tree | 0cd092600dd05533ef9aa8848bdd8f2c7e866ecb /net-dialup/xl2tpd/metadata.xml | |
parent | net-news/rssguard: add live version. (diff) | |
download | gentoo-43fa4f6756914b15687821e50a312009dd299ddc.tar.gz gentoo-43fa4f6756914b15687821e50a312009dd299ddc.tar.bz2 gentoo-43fa4f6756914b15687821e50a312009dd299ddc.zip |
net-dialup/xl2tpd: EAPI 6 bump and other improvements.
This commit:
* adds myself as well as the proxy-maint project to metadata.xml.
* bumps xl2tpd to 1.3.9.
* bumps the EAPI to version 6.
* cleans up the ebuilds and improves its overall quality.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5310
Diffstat (limited to 'net-dialup/xl2tpd/metadata.xml')
-rw-r--r-- | net-dialup/xl2tpd/metadata.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net-dialup/xl2tpd/metadata.xml b/net-dialup/xl2tpd/metadata.xml index 555f2c792d73..8066f7a44b9e 100644 --- a/net-dialup/xl2tpd/metadata.xml +++ b/net-dialup/xl2tpd/metadata.xml @@ -1,8 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription>The Layer 2 Tunneling Protocol (L2TP) daemon mantained by Xelerance Corporation.</longdescription> + <maintainer type="person"> + <email>tee@itc-gmbh.de</email> + <name>Torsten Alex</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <longdescription>xl2tpd is a fork of l2tpd Layer 2 Tunneling Protocol (L2TP) daemon that can be used to transfer frames of OSI layer 2 protocols through an IP tunnel. While it provides authentication via CHAP or PAP it does not provide encryption itself and should therefore be externally secured (via IPSEC).</longdescription> <use> <flag name="dnsretry">Patch for host lookup retries, activated by redial feature</flag> <flag name="kernel">Enable kernel interface for PPPoL2TP</flag> |