Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/
Date: Thu, 04 Aug 2016 13:50:14
Message-Id: 1470318597.efa033a77238e3967d5078eb0fbc96a7626db295.chainsaw@gentoo
1 commit: efa033a77238e3967d5078eb0fbc96a7626db295
2 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 13:49:22 2016 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 13:49:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa033a7
7
8 net-misc/stuntman: Version bump to 1.2.9; remove 1.2.6 ebuilds.
9
10 net-misc/stuntman/stuntman-1.2.6.ebuild | 38 ----------------------
11 ...ntman-1.2.6-r1.ebuild => stuntman-1.2.9.ebuild} | 4 +--
12 2 files changed, 2 insertions(+), 40 deletions(-)
13
14 diff --git a/net-misc/stuntman/stuntman-1.2.6.ebuild b/net-misc/stuntman/stuntman-1.2.6.ebuild
15 deleted file mode 100644
16 index 8edb194..0000000
17 --- a/net-misc/stuntman/stuntman-1.2.6.ebuild
18 +++ /dev/null
19 @@ -1,38 +0,0 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -
26 -DESCRIPTION="STUNTMAN is an open source implementation of the STUN protocol"
27 -HOMEPAGE="http://www.stunprotocol.org"
28 -SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz"
29 -
30 -LICENSE="Apache-2.0"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND="dev-libs/boost
36 - dev-libs/openssl"
37 -RDEPEND="${DEPEND}"
38 -
39 -S="${WORKDIR}/stunserver"
40 -
41 -src_compile()
42 -{
43 - emake T=""
44 -}
45 -
46 -src_install()
47 -{
48 - dobin stunclient
49 - dosbin stunserver
50 - dodoc HISTORY README
51 - newinitd "${FILESDIR}/initd.v1" stuntman
52 -}
53 -
54 -src_test()
55 -{
56 - ./stuntestcode
57 -}
58
59 diff --git a/net-misc/stuntman/stuntman-1.2.6-r1.ebuild b/net-misc/stuntman/stuntman-1.2.9.ebuild
60 similarity index 90%
61 rename from net-misc/stuntman/stuntman-1.2.6-r1.ebuild
62 rename to net-misc/stuntman/stuntman-1.2.9.ebuild
63 index 2629dc7..7bb599d 100644
64 --- a/net-misc/stuntman/stuntman-1.2.6-r1.ebuild
65 +++ b/net-misc/stuntman/stuntman-1.2.9.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2014 Gentoo Foundation
68 +# Copyright 1999-2015 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 DEPEND="dev-libs/boost
76 - dev-libs/openssl"
77 + dev-libs/openssl:0"
78 RDEPEND="${DEPEND}"
79
80 S="${WORKDIR}/stunserver"