floppym 14/05/07 22:53:36 Modified: ChangeLog Added: xl2tpd-1.3.6.ebuild Log: Version bump, bug 509802 by Thomas D. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.46 net-dialup/xl2tpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 4 May 2014 08:26:59 -0000 1.45 +++ ChangeLog 7 May 2014 22:53:36 -0000 1.46 @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/xl2tpd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.45 2014/05/04 08:26:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.46 2014/05/07 22:53:36 floppym Exp $ + +*xl2tpd-1.3.6 (07 May 2014) + + 07 May 2014; Mike Gilbert <[email protected]> +xl2tpd-1.3.6.ebuild: + Version bump, bug 509802 by Thomas D. 04 May 2014; Agostino Sarubbo <[email protected]> xl2tpd-1.3.1-r4.ebuild: Stable for x86, wrt bug #502868 1.1 net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild?rev=1.1&content-type=text/plain Index: xl2tpd-1.3.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild,v 1.1 2014/05/07 22:53:36 floppym Exp $ EAPI="5" inherit eutils systemd toolchain-funcs DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/" SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="dnsretry" DEPEND="net-libs/libpcap" RDEPEND="${DEPEND} net-dialup/ppp" DEPEND+=" >=sys-kernel/linux-headers-2.6.23" src_prepare() { sed -i Makefile -e 's| -O2||g' || die "sed Makefile" # The below patch is questionable. Why wasn't it submitted upstream? If it # ever breaks, it will just be removed. -darkside 20120914 use dnsretry && epatch "${FILESDIR}/${PN}-dnsretry.patch" } src_compile() { tc-export CC export OSFLAGS="-DLINUX" emake } src_install() { emake PREFIX=/usr DESTDIR="${D}" install dodoc CREDITS README.xl2tpd BUGS CHANGES TODO doc/README.patents doc/rfc2661.txt insinto /etc/xl2tpd newins doc/l2tpd.conf.sample xl2tpd.conf newins doc/l2tp-secrets.sample l2tp-secrets fperms 0600 /etc/xl2tpd/l2tp-secrets newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf }
