public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/stuntman: ChangeLog stuntman-1.2.6-r1.ebuild
@ 2014-02-18 19:11 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2014-02-18 19:11 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    14/02/18 19:11:58

  Modified:             ChangeLog
  Added:                stuntman-1.2.6-r1.ebuild
  Log:
  Revbump to add rewritten init script along with a confd file (bug #500980)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.3                  net-misc/stuntman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stuntman/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stuntman/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stuntman/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stuntman/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Jan 2014 15:41:25 -0000	1.2
+++ ChangeLog	18 Feb 2014 19:11:58 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/stuntman
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stuntman/ChangeLog,v 1.2 2014/01/24 15:41:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stuntman/ChangeLog,v 1.3 2014/02/18 19:11:58 polynomial-c Exp $
+
+*stuntman-1.2.6-r1 (18 Feb 2014)
+
+  18 Feb 2014; Lars Wendler <polynomial-c@gentoo.org>
+  +stuntman-1.2.6-r1.ebuild, +files/stuntman.confd, +files/stuntman.initd:
+  Revbump to add rewritten init script along with a confd file. Thanks to Jaco
+  Kroon (bug #500980). Permission kindly granted by Chainsaw.
 
   24 Jan 2014; Tony Vroon <chainsaw@gentoo.org> stuntman-1.2.6.ebuild:
   Add ~x86 keyword as requested by Maciej Szmigiero in bug #497732. Based on



1.1                  net-misc/stuntman/stuntman-1.2.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stuntman/stuntman-1.2.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stuntman/stuntman-1.2.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: stuntman-1.2.6-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stuntman/stuntman-1.2.6-r1.ebuild,v 1.1 2014/02/18 19:11:58 polynomial-c Exp $

EAPI=5

DESCRIPTION="STUNTMAN is an open source implementation of the STUN protocol."
HOMEPAGE="http://www.stunprotocol.org"
SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/boost
	dev-libs/openssl"
RDEPEND="${DEPEND}"

S="${WORKDIR}/stunserver"

src_compile() {
	emake T=""
}

src_install() {
	dobin stunclient
	dosbin stunserver
	dodoc HISTORY README
	newinitd "${FILESDIR}/${PN}.initd" ${PN}
	newconfd "${FILESDIR}/${PN}.confd" ${PN}
}

src_test() {
	./stuntestcode
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-18 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 19:11 [gentoo-commits] gentoo-x86 commit in net-misc/stuntman: ChangeLog stuntman-1.2.6-r1.ebuild Lars Wendler (polynomial-c)

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