diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:23:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:23:03 +0000 |
commit | 79ac441cd15955491ac4dddf515c9a1771f4c80c (patch) | |
tree | 4780a6737cbf51f2aaf69fc5b41e1421da59c563 /net-dialup/pptpd | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-79ac441cd15955491ac4dddf515c9a1771f4c80c.tar.gz historical-79ac441cd15955491ac4dddf515c9a1771f4c80c.tar.bz2 historical-79ac441cd15955491ac4dddf515c9a1771f4c80c.zip |
repoman: fix leading whitespace
Diffstat (limited to 'net-dialup/pptpd')
-rw-r--r-- | net-dialup/pptpd/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpd/pptpd-1.1.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dialup/pptpd/Manifest b/net-dialup/pptpd/Manifest index 5d26956c1af2..ba424734b55c 100644 --- a/net-dialup/pptpd/Manifest +++ b/net-dialup/pptpd/Manifest @@ -1,6 +1,6 @@ MD5 55c467878e17891b66f78d6247eef189 ChangeLog 1097 -MD5 63e1ed1df7dc1b7bbecb177f28ea9758 pptpd-1.1.2.ebuild 887 -MD5 08c7fb552f120c5b0516aee465d47016 pptpd-1.1.3.ebuild 896 +MD5 03a498d62db691da1b508463d5082d9a pptpd-1.1.2.ebuild 884 +MD5 ec3d53273b91f693cf3b02745ecb1f0f pptpd-1.1.3.ebuild 893 MD5 db732f9ef2ca24b7086d0d5037f47de8 pptpd-1.1.3.20030409.ebuild 868 MD5 f03f3c4b2fd6eb67fbe08e9363c3b5dd pptpd-1.1.4_beta3.ebuild 967 MD5 9ab2ee42bf5bf7cf16cfa9a1bfc00d51 metadata.xml 299 diff --git a/net-dialup/pptpd/pptpd-1.1.2.ebuild b/net-dialup/pptpd/pptpd-1.1.2.ebuild index 015d53382166..f372b9d58c33 100644 --- a/net-dialup/pptpd/pptpd-1.1.2.ebuild +++ b/net-dialup/pptpd/pptpd-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.7 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.2.ebuild,v 1.8 2003/09/11 01:23:01 msterret Exp $ S=${WORKDIR}/pptpd-1.1.2 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" @@ -24,7 +24,7 @@ src_install () { man_prefix=/usr/share/man \ install || die - insinto /etc + insinto /etc doins ${FILESDIR}/pptpd.conf insinto /etc/ppp dodir /etc/ppp diff --git a/net-dialup/pptpd/pptpd-1.1.3.ebuild b/net-dialup/pptpd/pptpd-1.1.3.ebuild index 32ffb5b040aa..71ddf2dbabc4 100644 --- a/net-dialup/pptpd/pptpd-1.1.3.ebuild +++ b/net-dialup/pptpd/pptpd-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.4 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.5 2003/09/11 01:23:01 msterret Exp $ S=${WORKDIR}/pptpd-1.1.3 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" @@ -24,7 +24,7 @@ src_install () { man_prefix=/usr/share/man \ install || die - insinto /etc + insinto /etc doins ${FILESDIR}/1.1.3/pptpd.conf insinto /etc/ppp dodir /etc/ppp |