summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-06-08 14:08:40 +0000
committerAlin Năstac <mrness@gentoo.org>2008-06-08 14:08:40 +0000
commit017ba231c7c63be1c0a471ee045b30c127303588 (patch)
treee21dd75e0a8e220cbdff40e18622c8548e66c925 /net-dialup/xl2tpd
parentVersion bump. (diff)
downloadgentoo-2-017ba231c7c63be1c0a471ee045b30c127303588.tar.gz
gentoo-2-017ba231c7c63be1c0a471ee045b30c127303588.tar.bz2
gentoo-2-017ba231c7c63be1c0a471ee045b30c127303588.zip
Remove obsolete version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dialup/xl2tpd')
-rw-r--r--net-dialup/xl2tpd/ChangeLog5
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.1.11.ebuild32
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
-}