summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-11-06 09:12:32 +0000
committerAlin Năstac <mrness@gentoo.org>2006-11-06 09:12:32 +0000
commit3c678795f20637e789b6e9ce24c73be8341691fe (patch)
treec4b4844efdef120c6274df1b96caeb52a5f97de7 /net-dialup
parentversion bump (diff)
downloadgentoo-2-3c678795f20637e789b6e9ce24c73be8341691fe.tar.gz
gentoo-2-3c678795f20637e789b6e9ce24c73be8341691fe.tar.bz2
gentoo-2-3c678795f20637e789b6e9ce24c73be8341691fe.zip
Version bump (#153988)
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/xl2tpd/ChangeLog7
-rw-r--r--net-dialup/xl2tpd/files/digest-xl2tpd-1.1.053
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.1.05.ebuild29
3 files changed, 38 insertions, 1 deletions
diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog
index 010fce269fff..92406ed17e0a 100644
--- a/net-dialup/xl2tpd/ChangeLog
+++ b/net-dialup/xl2tpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dialup/xl2tpd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.1 2006/05/30 20:54:12 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.2 2006/11/06 09:12:32 mrness Exp $
+
+*xl2tpd-1.1.05 (06 Nov 2006)
+
+ 06 Nov 2006; Alin Nastac <mrness@gentoo.org> +xl2tpd-1.1.05.ebuild:
+ Version bump (#153988).
*xl2tpd-1.04 (30 May 2006)
diff --git a/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.05 b/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.05
new file mode 100644
index 000000000000..726b6dea3a41
--- /dev/null
+++ b/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.05
@@ -0,0 +1,3 @@
+MD5 ae942d8367336f303134e11101d4a318 xl2tpd-1.1.05.tar.gz 138163
+RMD160 a9983259a89d57be2a522cc97272a4d26524efe5 xl2tpd-1.1.05.tar.gz 138163
+SHA256 dfaba778c1191b2fc15bd57206da0f834c7cede3530a555d6192fbe30355d800 xl2tpd-1.1.05.tar.gz 138163
diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.05.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.05.ebuild
new file mode 100644
index 000000000000..ec8dd87e7cdd
--- /dev/null
+++ b/net-dialup/xl2tpd/xl2tpd-1.1.05.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.1.05.ebuild,v 1.1 2006/11/06 09:12:32 mrness Exp $
+
+DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
+HOMEPAGE="http://www.xelerance.com/software/xl2tpd/"
+SRC_URI="http://www.xelerance.com/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!net-dialup/l2tpd
+ net-dialup/ppp"
+
+src_install() {
+ dosbin l2tpd
+ doman doc/*.[85]
+
+ dodoc CREDITS README \
+ doc/rfc2661.txt doc/*.sample
+
+ dodir /etc/l2tpd
+ head -n 2 doc/l2tp-secrets.sample > "${D}/etc/l2tpd/l2tp-secrets"
+ fperms 0600 /etc/l2tpd/l2tp-secrets
+
+ newinitd "${FILESDIR}/l2tpd-init" l2tpd
+}