summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-06 05:17:24 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-06 05:17:24 +0000
commitddbfe280e06d026a9958f62c531cb3b2b3b9b9b1 (patch)
tree004193b5d2a286c9730edf622debdaa97b1621f2 /net-dialup
parentclean older version (diff)
downloadgentoo-2-ddbfe280e06d026a9958f62c531cb3b2b3b9b9b1.tar.gz
gentoo-2-ddbfe280e06d026a9958f62c531cb3b2b3b9b9b1.tar.bz2
gentoo-2-ddbfe280e06d026a9958f62c531cb3b2b3b9b9b1.zip
Remove COPYING and INSTALL from docs
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/pptpd/ChangeLog5
-rw-r--r--net-dialup/pptpd/pptpd-1.2.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/pptpd/ChangeLog b/net-dialup/pptpd/ChangeLog
index fc2f890e325a..09085b616d03 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.18 2005/05/26 22:33:31 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/ChangeLog,v 1.19 2005/10/06 05:17:24 mrness Exp $
+
+ 06 Oct 2005; Alin Nastac <mrness@gentoo.org> pptpd-1.2.3-r1.ebuild:
+ Remove COPYING and INSTALL from docs.
26 May 2005; Alin Nastac <mrness@gentoo.org> -pptpd-1.2.1.ebuild:
Remove old version.
diff --git a/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild b/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
index 894a8fe9968e..7f375ac51bfa 100644
--- a/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
+++ b/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# 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.3-r1.ebuild,v 1.3 2005/05/13 04:12:41 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild,v 1.4 2005/10/06 05:17:24 mrness Exp $
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz"
@@ -48,7 +48,7 @@ src_install () {
insinto /etc/conf.d
newins ${FILESDIR}/pptpd-confd pptpd
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
+ dodoc AUTHORS ChangeLog NEWS README* TODO
docinto samples
dodoc samples/*
}