diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-dialup/wvdial | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-dialup/wvdial')
-rw-r--r-- | net-dialup/wvdial/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/wvdial/wvdial-1.53-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-dialup/wvdial/Manifest b/net-dialup/wvdial/Manifest index 8721956869e8..1abd0faf3b3f 100644 --- a/net-dialup/wvdial/Manifest +++ b/net-dialup/wvdial/Manifest @@ -1,4 +1,4 @@ MD5 87d4c06627c2ad13886cb74b7de3c24e ChangeLog 1625 -MD5 554af4491d99d680ba8be1be2e7b1c4f wvdial-1.53-r1.ebuild 1033 +MD5 3ac46ab0f9fe80d5347ca4541c722cf6 wvdial-1.53-r1.ebuild 1033 MD5 dd6d40650ac9dab6a45f71a9cadbc7a9 files/digest-wvdial-1.53-r1 62 MD5 10b5850b5a52a665bc8cb8ffc7b06bd9 files/wvdial-1.53-crypt.patch 381 diff --git a/net-dialup/wvdial/wvdial-1.53-r1.ebuild b/net-dialup/wvdial/wvdial-1.53-r1.ebuild index 489ba6c10fcd..d22e8bc7a16e 100644 --- a/net-dialup/wvdial/wvdial-1.53-r1.ebuild +++ b/net-dialup/wvdial/wvdial-1.53-r1.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/wvdial/wvdial-1.53-r1.ebuild,v 1.5 2003/08/21 22:50:28 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.53-r1.ebuild,v 1.6 2003/09/07 00:09:22 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Excellent program which automatically configures your PPP session" @@ -23,7 +23,7 @@ src_unpack() { } src_compile() { - + cp Makefile Makefile.orig sed -e "s:PREFIX=/usr/local:PREFIX=/usr:" \ Makefile.orig > Makefile @@ -38,6 +38,6 @@ src_install() { PREFIX=${D}/usr \ install || die - dodoc ANNOUNCE CHANGES COPYING.LIB README + dodoc ANNOUNCE CHANGES COPYING.LIB README dodoc debian/copyright debian/changelog } |