diff options
author | 2005-05-26 22:33:31 +0000 | |
---|---|---|
committer | 2005-05-26 22:33:31 +0000 | |
commit | 1e87f50aaad0fcea8eddcc1d0885064334695693 (patch) | |
tree | e25e6d370a9c983797a7007fa3065fc5b49e6285 | |
parent | Version bump. Verilog simulator wrappers not built for the moment. (diff) | |
download | gentoo-2-1e87f50aaad0fcea8eddcc1d0885064334695693.tar.gz gentoo-2-1e87f50aaad0fcea8eddcc1d0885064334695693.tar.bz2 gentoo-2-1e87f50aaad0fcea8eddcc1d0885064334695693.zip |
remove obsolete version
(Portage version: 2.0.51.19)
-rw-r--r-- | net-dialup/pptpd/ChangeLog | 5 | ||||
-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 |
3 files changed, 4 insertions, 46 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/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/* -} |