From 8d6e9540c870ace5a561ae8cafc54868a8c4c1eb Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Mon, 12 Nov 2007 15:43:34 +0000 Subject: Remove obsolete version. Version bump. (Portage version: 2.1.3.16) --- net-dialup/xl2tpd/ChangeLog | 8 ++++++- net-dialup/xl2tpd/files/digest-xl2tpd-1.1.10 | 3 --- net-dialup/xl2tpd/files/digest-xl2tpd-1.1.12 | 3 +++ net-dialup/xl2tpd/xl2tpd-1.1.10.ebuild | 32 ---------------------------- net-dialup/xl2tpd/xl2tpd-1.1.12.ebuild | 32 ++++++++++++++++++++++++++++ 5 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 net-dialup/xl2tpd/files/digest-xl2tpd-1.1.10 create mode 100644 net-dialup/xl2tpd/files/digest-xl2tpd-1.1.12 delete mode 100644 net-dialup/xl2tpd/xl2tpd-1.1.10.ebuild create mode 100644 net-dialup/xl2tpd/xl2tpd-1.1.12.ebuild (limited to 'net-dialup/xl2tpd') diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog index 3136dda6655e..3f8394a167ba 100644 --- a/net-dialup/xl2tpd/ChangeLog +++ b/net-dialup/xl2tpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/xl2tpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.12 2007/08/25 15:58:16 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.13 2007/11/12 15:43:34 mrness Exp $ + +*xl2tpd-1.1.12 (12 Nov 2007) + + 12 Nov 2007; Alin Năstac -xl2tpd-1.1.10.ebuild, + +xl2tpd-1.1.12.ebuild: + Remove obsolete version. Version bump. 25 Aug 2007; Alin Năstac -xl2tpd-1.1.09.ebuild, xl2tpd-1.1.11.ebuild: diff --git a/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.10 b/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.10 deleted file mode 100644 index 2d434e6cc1fa..000000000000 --- a/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d99c48b5f60ac4702b69055b0e504cc0 xl2tpd-1.1.10.tar.gz 164422 -RMD160 935e0e48251db058a00679bd610b51468caf362f xl2tpd-1.1.10.tar.gz 164422 -SHA256 a698273d886158b15d0f42455e3a4bd8b8c998b152c96321759b58915ba8cc6a xl2tpd-1.1.10.tar.gz 164422 diff --git a/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.12 b/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.12 new file mode 100644 index 000000000000..30ecff7b1e07 --- /dev/null +++ b/net-dialup/xl2tpd/files/digest-xl2tpd-1.1.12 @@ -0,0 +1,3 @@ +MD5 8ace771a29139485c0edf428091cad5d xl2tpd-1.1.12.tar.gz 328349 +RMD160 4b0e06a50c748bbabb90c4d21b55565040f4e649 xl2tpd-1.1.12.tar.gz 328349 +SHA256 f3ca288040502dc30e0759cea6ddb134738bdf54c2459746257e9a96399fdc68 xl2tpd-1.1.12.tar.gz 328349 diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.10.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.10.ebuild deleted file mode 100644 index 3270ea286f02..000000000000 --- a/net-dialup/xl2tpd/xl2tpd-1.1.10.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.10.ebuild,v 1.3 2007/07/19 06:51:19 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 -} diff --git a/net-dialup/xl2tpd/xl2tpd-1.1.12.ebuild b/net-dialup/xl2tpd/xl2tpd-1.1.12.ebuild new file mode 100644 index 000000000000..771a56bc9bcf --- /dev/null +++ b/net-dialup/xl2tpd/xl2tpd-1.1.12.ebuild @@ -0,0 +1,32 @@ +# 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.12.ebuild,v 1.1 2007/11/12 15:43:34 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 +} -- cgit v1.2.3-65-gdbad