public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/
@ 2016-05-04  1:02 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-05-04  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     45c8cbde857b1d14ac47947e42f44afb8c145074
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:57:01 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:57:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c8cbde

net-misc/udpxy: remove old version

Package-Manager: portage-2.2.26

 net-misc/udpxy/udpxy-1.0.23.7-r1.ebuild | 34 ---------------------------------
 1 file changed, 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 d031435..0000000
--- 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"
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/
@ 2017-08-06 13:42 Amy Liffey
  0 siblings, 0 replies; 3+ messages in thread
From: Amy Liffey @ 2017-08-06 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c899ce7864b172f657ac645b3f7441fdd82e5227
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 13:02:41 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 13:41:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c899ce78

net-misc/udpxy: Shorter DESCRIPTION

 net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 4 ++--
 1 file 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 2ba249c8096..8d67b7f4467 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"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/
@ 2021-04-20  1:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-20  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     18f832eeda40819e634dacf5f74acddd1e88b6af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 01:14:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:20:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f832ee

net-misc/udpxy: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 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 f7f7a11e3a1..73364f91047 100644
--- a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
+++ b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild
@@ -1,23 +1,23 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit systemd toolchain-funcs versionator
+inherit systemd toolchain-funcs
 
-MY_PV=$(replace_version_separator 3 -)
+MY_PV=$(ver_rs 3 -)
 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"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 src_prepare() {
-	eapply_user
+	default
+
 	tc-export CC
 }
 
@@ -28,7 +28,7 @@ src_install() {
 	doman doc/en/*.1
 	dodoc CHANGES README
 
-	newinitd "${FILESDIR}/${PN}.initd" ${PN}
-	newconfd "${FILESDIR}/${PN}.confd" ${PN}
-	systemd_dounit "${FILESDIR}/${PN}.service"
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+	systemd_dounit "${FILESDIR}"/${PN}.service
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-20  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-20  1:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/udpxy/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2017-08-06 13:42 Amy Liffey
2016-05-04  1:02 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox