From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CFDFF138247 for ; Wed, 8 Jan 2014 16:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A103E0CBF; Wed, 8 Jan 2014 16:50:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E17BEE0CBF for ; Wed, 8 Jan 2014 16:50:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C096533D3D7 for ; Wed, 8 Jan 2014 16:50:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id F2A652004C; Wed, 8 Jan 2014 16:50:12 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd: ChangeLog xl2tpd-1.3.1-r4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog xl2tpd-1.3.1-r4.ebuild X-VCS-Directories: net-dialup/xl2tpd X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140108165012.F2A652004C@flycatcher.gentoo.org> Date: Wed, 8 Jan 2014 16:50:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bec221ad-aecf-4ce2-974c-29583ab21799 X-Archives-Hash: eabac9ee020b052e5f7160e0c71e2ffe floppym 14/01/08 16:50:12 Modified: ChangeLog Added: xl2tpd-1.3.1-r4.ebuild Log: Revbump for last change. (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.43 net-dialup/xl2tpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 8 Jan 2014 16:49:13 -0000 1.42 +++ ChangeLog 8 Jan 2014 16:50:12 -0000 1.43 @@ -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.42 2014/01/08 16:49:13 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.43 2014/01/08 16:50:12 floppym Exp $ + +*xl2tpd-1.3.1-r4 (08 Jan 2014) + + 08 Jan 2014; Mike Gilbert +xl2tpd-1.3.1-r4.ebuild: + Revbump for last change. 08 Jan 2014; Mike Gilbert xl2tpd-1.3.1-r3.ebuild: Install sample config file as /etc/xl2tpd/xl2tpd.conf. 1.1 net-dialup/xl2tpd/xl2tpd-1.3.1-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r4.ebuild?rev=1.1&content-type=text/plain Index: xl2tpd-1.3.1-r4.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.1-r4.ebuild,v 1.1 2014/01/08 16:50:12 floppym Exp $ EAPI="5" inherit eutils systemd toolchain-funcs vcs-snapshot 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}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="dnsretry +kernel" DEPEND="net-libs/libpcap" RDEPEND="${DEPEND} net-dialup/ppp" DEPEND+=" kernel? ( >=sys-kernel/linux-headers-2.6.23 )" src_prepare() { epatch "${FILESDIR}/${PN}-1.3.0-LDFLAGS.patch" epatch "${FILESDIR}/${PN}-1.3.1-CFLAGS.patch" epatch "${FILESDIR}/${PN}-1.3.1-no-type-punning-b119c0da.patch" epatch "${FILESDIR}/${PN}-1.3.1-kernelmode.patch" 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" # Remove bundled headers rm -r linux || die } src_compile() { tc-export CC export OSFLAGS="-DLINUX" use kernel && OSFLAGS+=" -DUSE_KERNEL" 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 }