summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:57:01 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:57:01 -0500
commit45c8cbde857b1d14ac47947e42f44afb8c145074 (patch)
treed3a0e358cea5fdd6ed61734ac82a0af893af6d5d
parentnet-misc/udpxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-45c8cbde857b1d14ac47947e42f44afb8c145074.tar.gz
gentoo-45c8cbde857b1d14ac47947e42f44afb8c145074.tar.bz2
gentoo-45c8cbde857b1d14ac47947e42f44afb8c145074.zip
net-misc/udpxy: remove old version
Package-Manager: portage-2.2.26
-rw-r--r--net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild b/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild
deleted file mode 100644
index d03143555e8c..000000000000
--- a/net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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"
-HOMEPAGE="http://sourceforge.net/projects/udpxy/"
-SRC_URI="http://www.udpxy.com/download/1_23/${PN}.${MY_PV}-prod.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- epatch_user
- tc-export CC
-}
-
-src_install() {
- dobin udpxy
- dosym udpxy /usr/bin/udpxrec
-
- doman doc/en/*.1
- dodoc CHANGES README
-
- newinitd "${FILESDIR}/${PN}.initd" ${PN}
- newconfd "${FILESDIR}/${PN}.confd" ${PN}
- systemd_dounit "${FILESDIR}/${PN}.service"
-}