diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-26 22:33:31 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-26 22:33:31 +0000 |
commit | 4ed3636c4890657868c10fc9b664459c4302f8e4 (patch) | |
tree | 5fcf9ffde187e26ce0f5eabda53de8d1fe41be36 /net-dialup | |
parent | Version bump. Verilog simulator wrappers not built for the moment. (diff) | |
download | historical-4ed3636c4890657868c10fc9b664459c4302f8e4.tar.gz historical-4ed3636c4890657868c10fc9b664459c4302f8e4.tar.bz2 historical-4ed3636c4890657868c10fc9b664459c4302f8e4.zip |
remove obsolete version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pptpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/pptpd/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/pptpd/files/digest-pptpd-1.2.1 | 1 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.2.1.ebuild | 44 |
4 files changed, 8 insertions, 52 deletions
diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog index 862200567f23..fc2f890e325a 100644 --- a/net-dialup/pptpd/ChangeLog +++ b/net-dialup/pptpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/pptpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.17 2005/05/13 04:12:41 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.18 2005/05/26 22:33:31 mrness Exp $ + + 26 May 2005; Alin Nastac <mrness@gentoo.org> -pptpd-1.2.1.ebuild: + Remove old version. 13 May 2005; Alin Nastac <mrness@gentoo.org> pptpd-1.2.3-r1.ebuild: Stable on x86 diff --git a/net-dialup/pptpd/Manifest b/net-dialup/pptpd/Manifest index 70f9c5a78580..ed4433586e20 100644 --- a/net-dialup/pptpd/Manifest +++ b/net-dialup/pptpd/Manifest @@ -1,18 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e29a9d70032635554622f4012486fa4a pptpd-1.2.1.ebuild 980 MD5 d83852545735b6d9809b3f80715023a3 pptpd-1.2.3-r1.ebuild 1394 -MD5 86f52d60d402621a866482d51fec668e ChangeLog 2558 +MD5 1bf89f9408235ed62ca4f411a7b630d0 ChangeLog 2649 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 1fa197073ee270e0a198941524453ce3 files/digest-pptpd-1.2.3-r1 63 -MD5 25ef2baf82e8e7af70a8139693c49f69 files/digest-pptpd-1.2.1 63 MD5 96fed26a1a72e947d12edda983f74d16 files/pptpd-init 386 MD5 bff575819b8997e7bbe743b95cb134cb files/pptpd-confd 131 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFChClLjiC39V7gKu0RAoZnAKDcg6PpazS4KI0G0/aU1hcM3FJugACgqa6e -xeM/37S/w+lqZKHTmlCfTJE= -=oerD +iD8DBQFClk7LjiC39V7gKu0RAvlFAJ0X6q8oqMIeHHjakArDsbTYsFeS/QCguD0w +1JBd2DF1QIQp0RhrYH7SioA= +=iAYI -----END PGP SIGNATURE----- diff --git a/net-dialup/pptpd/files/digest-pptpd-1.2.1 b/net-dialup/pptpd/files/digest-pptpd-1.2.1 deleted file mode 100644 index f4e16637e51f..000000000000 --- a/net-dialup/pptpd/files/digest-pptpd-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 067e9474998345485ba1e92cc5ff59c6 pptpd-1.2.1.tar.gz 180974 diff --git a/net-dialup/pptpd/pptpd-1.2.1.ebuild b/net-dialup/pptpd/pptpd-1.2.1.ebuild deleted file mode 100644 index 488817359492..000000000000 --- a/net-dialup/pptpd/pptpd-1.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.2.1.ebuild,v 1.2 2005/02/12 09:36:50 mrness Exp $ - -DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" -SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz" -HOMEPAGE="http://www.poptop.org/" - -DEPEND="virtual/libc - net-dialup/ppp - tcpd? ( sys-apps/tcp-wrappers )" -RDEPEND="$DEPEND" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" -IUSE="tcpd" - -src_compile() { - local myconf - use tcpd && myconf="--with-libwrap" - econf --with-bcrelay \ - ${myconf} || die - emake || die -} - -src_install () { - einstall || die - - insinto /etc - doins samples/pptpd.conf - - insinto /etc/ppp - doins samples/options.pptpd - - exeinto /etc/init.d - newexe ${FILESDIR}/pptpd-init pptpd - - insinto /etc/conf.d - newins ${FILESDIR}/pptpd-confd pptpd - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO - docinto samples - dodoc samples/* -} |