diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-06 15:02:41 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-06 15:41:38 +0200 |
commit | c899ce7864b172f657ac645b3f7441fdd82e5227 (patch) | |
tree | 2ad31c751ac4ec10678656942125cae2382e61ca /net-misc | |
parent | net-misc/snarf: Shorter DESCRIPTION (diff) | |
download | gentoo-c899ce7864b172f657ac645b3f7441fdd82e5227.tar.gz gentoo-c899ce7864b172f657ac645b3f7441fdd82e5227.tar.bz2 gentoo-c899ce7864b172f657ac645b3f7441fdd82e5227.zip |
net-misc/udpxy: Shorter DESCRIPTION
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild index 2ba249c8096b..8d67b7f4467f 100644 --- a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild +++ b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils systemd toolchain-funcs versionator MY_PV=$(replace_version_separator 3 -) -DESCRIPTION="Small-footprint daemon to relay multicast UDP traffic to client's TCP (HTTP) connection" +DESCRIPTION="Small daemon to relay multicast UDP traffic to client's TCP (HTTP) connection" HOMEPAGE="https://sourceforge.net/projects/udpxy/" SRC_URI="http://www.udpxy.com/download/1_23/${PN}.${MY_PV}-prod.tar.gz" |