diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 09:16:48 +0000 |
commit | c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6 (patch) | |
tree | cc4461364c88150ea534822da5b666b3d2814ab2 /net-mail/qmhandle | |
parent | un-redefine ${A} (diff) | |
download | historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.gz historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.tar.bz2 historical-c8d7c7cc4c61a9ea49b86bdf15a1027eadcec8a6.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r-- | net-mail/qmhandle/Manifest | 2 | ||||
-rw-r--r-- | net-mail/qmhandle/qmhandle-1.1.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/qmhandle/Manifest b/net-mail/qmhandle/Manifest index e2d96816ba5a..ba1427b5422a 100644 --- a/net-mail/qmhandle/Manifest +++ b/net-mail/qmhandle/Manifest @@ -1,5 +1,5 @@ -MD5 2f574571e9634f5d405ffbccd5ffece3 qmhandle-1.1.1.ebuild 721 MD5 25b6cade6762bdc769db70815ebc12d8 ChangeLog 388 MD5 93b626f01fce25041ed35c909d8238ce metadata.xml 615 +MD5 793f0b0db13090a18546c6552cd0627e qmhandle-1.1.1.ebuild 721 MD5 16b0d5bca4caac432062b96b8b91865f files/digest-qmhandle-1.1.1 64 MD5 3674410545148cf5c003bd4f8c9d7406 files/qmHandle-gentoo.patch 703 diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index b1fdc22b8bee..d2d0626c7143 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.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-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.1 2003/08/05 06:07:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.2 2003/09/05 09:13:29 msterret Exp $ DESCRIPTION="Qmail message queue tool" HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" @@ -17,7 +17,7 @@ src_unpack() { unpack ${A} epatch ${FILESDIR}/qmHandle-gentoo.patch } - + src_compile() { einfo "Nothing to compile :-)" } |