Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/
Date: Sun, 06 Aug 2017 13:42:33
Message-Id: 1502026898.c899ce7864b172f657ac645b3f7441fdd82e5227.amynka@gentoo
1 commit: c899ce7864b172f657ac645b3f7441fdd82e5227
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:02:41 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c899ce78
7
8 net-misc/udpxy: Shorter DESCRIPTION
9
10 net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
14 index 2ba249c8096..8d67b7f4467 100644
15 --- a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
16 +++ b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit eutils systemd toolchain-funcs versionator
24
25 MY_PV=$(replace_version_separator 3 -)
26 -DESCRIPTION="Small-footprint daemon to relay multicast UDP traffic to client's TCP (HTTP) connection"
27 +DESCRIPTION="Small daemon to relay multicast UDP traffic to client's TCP (HTTP) connection"
28 HOMEPAGE="https://sourceforge.net/projects/udpxy/"
29 SRC_URI="http://www.udpxy.com/download/1_23/${PN}.${MY_PV}-prod.tar.gz"