gurligebis 14/11/29 12:40:13 Modified: ChangeLog Added: miniupnpd-1.10_pre20141128.ebuild Removed: miniupnpd-1.9_pre20140523.ebuild Log: Bumping to 1.10_pre2014112 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 15AE484C)
Revision Changes Path 1.36 net-misc/miniupnpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 26 Jul 2014 09:03:37 -0000 1.35 +++ ChangeLog 29 Nov 2014 12:40:13 -0000 1.36 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/miniupnpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v 1.35 2014/07/26 09:03:37 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/ChangeLog,v 1.36 2014/11/29 12:40:13 gurligebis Exp $ + +*miniupnpd-1.10_pre20141128 (29 Nov 2014) + + 29 Nov 2014; <[email protected]> -miniupnpd-1.9_pre20140523.ebuild, + +miniupnpd-1.10_pre20141128.ebuild, -files/miniupnpd-1.9-build.patch, + +files/miniupnpd-1.10-build.patch: + Bumping to 1.10_pre20141128, fixing bug #531036 *miniupnpd-1.9_pre20140523 (26 Jul 2014) 1.1 net-misc/miniupnpd/miniupnpd-1.10_pre20141128.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.10_pre20141128.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.10_pre20141128.ebuild?rev=1.1&content-type=text/plain Index: miniupnpd-1.10_pre20141128.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/miniupnpd/miniupnpd-1.10_pre20141128.ebuild,v 1.1 2014/11/29 12:40:13 gurligebis Exp $ EAPI="5" inherit eutils toolchain-funcs MY_PV=1.9.20141128 MY_P="${PN}-${MY_PV}" DESCRIPTION="MiniUPnP IGD Daemon" HOMEPAGE="http://miniupnp.free.fr/" SRC_URI="http://miniupnp.free.fr/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=">=net-firewall/iptables-1.4.6 net-libs/libnfnetlink" DEPEND="${RDEPEND} sys-apps/util-linux sys-apps/lsb-release" S="${WORKDIR}/${MY_P}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.10-build.patch mv Makefile.linux Makefile || die } src_configure() { tc-export CC export STRIP=true emake config.h sed -i -r \ -e '/#define ENABLE_LEASEFILE/s:(/[*]|[*]/)::g' \ config.h || die sed -i -r \ -e '/#define ENABLE_MANUFACTURER_INFO_CONFIGURATION/s:(/[*]|[*]/)::g' \ config.h || die } src_compile() { # By default, it builds a bunch of unittests we don't run. emake CC="$(tc-getCC)" miniupnpd } src_install() { emake install PREFIX="${ED}" newinitd "${FILESDIR}"/${PN}-init.d ${PN} newconfd "${FILESDIR}"/${PN}-conf.d ${PN} } pkg_postinst() { elog "Please correct the external interface in the top of the two" elog "scripts in /etc/miniupnpd and edit the config file in there too" }
