diff options
-rw-r--r-- | net-dialup/xl2tpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog index 8aeaeb670d09..781a8fbf201e 100644 --- a/net-dialup/xl2tpd/ChangeLog +++ b/net-dialup/xl2tpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xl2tpd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.14 2008/01/03 14:25:38 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.15 2008/06/08 14:08:40 mrness Exp $ + + 08 Jun 2008; Alin Năstac <mrness@gentoo.org> -xl2tpd-1.1.11.ebuild: + Remove obsolete version. 03 Jan 2008; Alin Năstac <mrness@gentoo.org> xl2tpd-1.1.12.ebuild: Stable on amd64 and x86. diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild deleted file mode 100644 index 7d628feb772e..000000000000 --- a/net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild,v 1.2 2007/08/25 15:58:16 mrness Exp $ - -inherit eutils - -DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" -HOMEPAGE="http://www.xelerance.com/software/xl2tpd/" -SRC_URI="ftp://ftp.xelerance.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="!net-dialup/l2tpd - net-dialup/ppp" - -src_install() { - dosbin xl2tpd || die 'xl2tpd binary not found' - doman doc/*.[85] - - dodoc CREDITS README.xl2tpd \ - doc/README.patents doc/rfc2661.txt doc/*.sample - - dodir /etc/xl2tpd - head -n 2 doc/l2tp-secrets.sample > "${D}/etc/xl2tpd/l2tp-secrets" - fperms 0600 /etc/xl2tpd/l2tp-secrets - newinitd "${FILESDIR}/xl2tpd-init" xl2tpd - - keepdir /var/run/xl2tpd -} |