diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-05 09:43:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-05 09:43:26 +0000 |
commit | 2b2a0e59580a4b9e6ad21f8f74680ed77cea1225 (patch) | |
tree | 205c0efb1e537cba56d112120eb1de9f290ae607 /net-dialup | |
parent | files/slmodem-2.9.conf fix thanks to genstef (Manifest recommit) (diff) | |
download | gentoo-2-2b2a0e59580a4b9e6ad21f8f74680ed77cea1225.tar.gz gentoo-2-2b2a0e59580a4b9e6ad21f8f74680ed77cea1225.tar.bz2 gentoo-2-2b2a0e59580a4b9e6ad21f8f74680ed77cea1225.zip |
stable on x86
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/l2tpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/l2tpd/ChangeLog b/net-dialup/l2tpd/ChangeLog index a2aaeec96362..dff28a98ce63 100644 --- a/net-dialup/l2tpd/ChangeLog +++ b/net-dialup/l2tpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/l2tpd # Copyright 2003-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/ChangeLog,v 1.13 2004/10/02 15:26:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/ChangeLog,v 1.14 2004/12/05 09:43:26 mrness Exp $ + + 05 Dec 2004; Alin Nastac <mrness@gentoo.org> l2tpd-0.70_pre20031121.ebuild: + Stable on x86. *l2tpd-0.70_pre20031121 (15 Sep 2004) diff --git a/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild b/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild index 74f708da0ff6..46276684aaa0 100644 --- a/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild +++ b/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild,v 1.1 2004/09/15 14:13:30 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/l2tpd/l2tpd-0.70_pre20031121.ebuild,v 1.2 2004/12/05 09:43:26 mrness Exp $ inherit eutils DESCRIPTION="Layer 2 Tunnelling Protocol Daemon" HOMEPAGE="http://www.l2tpd.org/" MY_P="l2tpd_0.70-pre20031121" -S=${WORKDIR}/`echo ${P} | sed 's/_/-/'`.orig +S="${WORKDIR}/${P/_/-}.orig" SRC_URI="http://ftp.debian.org/debian/pool/main/l/l2tpd/${MY_P}.orig.tar.gz http://ftp.debian.org/debian/pool/main/l/l2tpd/${MY_P}-2.diff.gz" @@ -15,7 +15,7 @@ DEPEND="virtual/libc >=sys-apps/sed-4" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="0" IUSE="" |