diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | 57ae1c8ff364c122b12372c38bb50d5a652487a9 (patch) | |
tree | 621866def4e0dd6febc32b6be3c0156f9ebe6579 /app-misc/xclip | |
parent | whitespace cleanup (diff) | |
download | historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.gz historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.bz2 historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/xclip')
-rw-r--r-- | app-misc/xclip/Manifest | 2 | ||||
-rw-r--r-- | app-misc/xclip/xclip-0.05.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/xclip/Manifest b/app-misc/xclip/Manifest index bf0d053a83c6..5cbb3d44b311 100644 --- a/app-misc/xclip/Manifest +++ b/app-misc/xclip/Manifest @@ -1,5 +1,5 @@ MD5 c111bb4aa3acac836b29dda113540d87 ChangeLog 911 -MD5 d8062daeb8a07c2e749aeaf6097b03a4 xclip-0.05.ebuild 713 +MD5 75e95480a52acd62f927b55335dd322f xclip-0.05.ebuild 714 MD5 aecf7e2760464b950ab5e43b4bd88a86 xclip-0.08.ebuild 715 MD5 1c3181c686d2dcb3d106d690a726f415 files/digest-xclip-0.05 61 MD5 031385d1f0ed3f1468b40c9e8da41049 files/digest-xclip-0.08 61 diff --git a/app-misc/xclip/xclip-0.05.ebuild b/app-misc/xclip/xclip-0.05.ebuild index 2fa65f15c30e..08f5a6884959 100644 --- a/app-misc/xclip/xclip-0.05.ebuild +++ b/app-misc/xclip/xclip-0.05.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/app-misc/xclip/xclip-0.05.ebuild,v 1.7 2003/02/13 09:13:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xclip/xclip-0.05.ebuild,v 1.8 2003/09/05 12:10:36 msterret Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -23,4 +23,4 @@ src_install () { make DESTDIR=${D} install.man || die dodoc README INSTALL CHANGES } - + |