Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/
Date: Wed, 04 May 2016 01:02:56
Message-Id: 1462323421.45c8cbde857b1d14ac47947e42f44afb8c145074.wizardedit@gentoo
1 commit: 45c8cbde857b1d14ac47947e42f44afb8c145074
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:57:01 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:57:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c8cbde
7
8 net-misc/udpxy: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild | 34 ---------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild b/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild
16 deleted file mode 100644
17 index d031435..0000000
18 --- a/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils systemd toolchain-funcs versionator
27 -
28 -MY_PV=$(replace_version_separator 3 -)
29 -DESCRIPTION="Small-footprint daemon to relay multicast UDP traffic to client's TCP (HTTP) connection"
30 -HOMEPAGE="http://sourceforge.net/projects/udpxy/"
31 -SRC_URI="http://www.udpxy.com/download/1_23/${PN}.${MY_PV}-prod.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -S="${WORKDIR}/${PN}-${MY_PV}"
38 -
39 -src_prepare() {
40 - epatch_user
41 - tc-export CC
42 -}
43 -
44 -src_install() {
45 - dobin udpxy
46 - dosym udpxy /usr/bin/udpxrec
47 -
48 - doman doc/en/*.1
49 - dodoc CHANGES README
50 -
51 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
52 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
53 - systemd_dounit "${FILESDIR}/${PN}.service"
54 -}