diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 03:01:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 03:01:19 +0000 |
commit | 03032733ddac6023909123791992736531db704f (patch) | |
tree | caadadc6626ddf7ba0b2400adaa31ad00830dc3a /sys-apps/dnotify | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-03032733ddac6023909123791992736531db704f.tar.gz historical-03032733ddac6023909123791992736531db704f.tar.bz2 historical-03032733ddac6023909123791992736531db704f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.5.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest index a9567f8ca0ca..5971ccf5077b 100644 --- a/sys-apps/dnotify/Manifest +++ b/sys-apps/dnotify/Manifest @@ -1,3 +1,3 @@ MD5 7a3414115c91938ce0afae9854534b5e ChangeLog 1039 -MD5 32cd1ba78c08367d1f17092456b694fa dnotify-0.5.0.ebuild 766 +MD5 384d3af2789d0c09b20a82642a0f4a7e dnotify-0.5.0.ebuild 765 MD5 f39a4b5d54ed6dca514462d30e78eda9 files/digest-dnotify-0.5.0 64 diff --git a/sys-apps/dnotify/dnotify-0.5.0.ebuild b/sys-apps/dnotify/dnotify-0.5.0.ebuild index 38937229723d..445fec41f9de 100644 --- a/sys-apps/dnotify/dnotify-0.5.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.5.0.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/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.11 2003/06/21 21:19:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.5.0.ebuild,v 1.12 2003/09/07 02:50:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Execute a command when the contents of a directory change" @@ -22,5 +22,5 @@ src_install() { make prefix=${D}/usr \ mandir=${D}/usr/share/man \ install || die - dodoc AUTHORS ChangeLog COPYING* NEWS README + dodoc AUTHORS ChangeLog COPYING* NEWS README } |