public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd: xl2tpd-1.2.8.ebuild ChangeLog
@ 2011-07-18  7:33 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-07-18  7:33 UTC (permalink / raw
  To: gentoo-commits

pva         11/07/18 07:33:10

  Modified:             ChangeLog
  Added:                xl2tpd-1.2.8.ebuild
  Log:
  Version bump, bug #358511 thank Alexey Portnov for report. Respect CC, CFLAGS, bug #350223 thank Andrey Batyiev for report.
  
  (Portage version: 2.1.10.6/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 net-dialup/xl2tpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Nov 2010 11:01:36 -0000	1.22
+++ ChangeLog	18 Jul 2011 07:33:10 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for net-dialup/xl2tpd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.22 2010/11/27 11:01:36 mrness Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.23 2011/07/18 07:33:10 pva Exp $
+
+*xl2tpd-1.2.8 (18 Jul 2011)
+
+  18 Jul 2011; Peter Volkov <pva@gentoo.org> +xl2tpd-1.2.8.ebuild:
+  Version bump, bug #358511 thank Alexey Portnov for report. Respect CC,
+  CFLAGS, bug #350223 thank Andrey Batyiev for report.
 
 *xl2tpd-1.2.7 (27 Nov 2010)
 



1.1                  net-dialup/xl2tpd/xl2tpd-1.2.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.2.8.ebuild?rev=1.1&content-type=text/plain

Index: xl2tpd-1.2.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.2.8.ebuild,v 1.1 2011/07/18 07:33:10 pva Exp $

EAPI="4"

inherit eutils toolchain-funcs

DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/"
SRC_URI="ftp://ftp.xelerance.com/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dnsretry"

DEPEND="net-libs/libpcap"
RDEPEND="${DEPEND}
	net-dialup/ppp"

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.2.7-qa-fixes.patch"
	sed -i Makefile -e 's| -O2 | $(USERCFLAGS) |g' || die "sed Makefile"
	use dnsretry && epatch "${FILESDIR}/${PN}-dnsretry.patch"
}

src_compile() {
	emake CC=$(tc-getCC) USERCFLAGS="${CFLAGS}"
}
src_install() {
	emake PREFIX=/usr DESTDIR="${D}" install

	dodoc CREDITS README.xl2tpd \
		doc/README.patents doc/rfc2661.txt doc/*.sample

	dodir /etc/xl2tpd
	head -n 2 doc/l2tp-secrets.sample > "${ED}/etc/xl2tpd/l2tp-secrets" || die
	fperms 0600 /etc/xl2tpd/l2tp-secrets
	newinitd "${FILESDIR}"/xl2tpd-init xl2tpd

	keepdir /var/run/xl2tpd
}






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

only message in thread, other threads:[~2011-07-18  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18  7:33 [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd: xl2tpd-1.2.8.ebuild ChangeLog Peter Volkov (pva)

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