diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-25 23:43:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-25 23:43:27 +0000 |
commit | 8b015db5598c26d6cf3a3583056000f7f52f02ab (patch) | |
tree | 8d78eb781f9aaf1fa5a302fd801085bc89648827 /x11-libs/fxscintilla | |
parent | Version bumped. Bug # 42882. (diff) | |
download | historical-8b015db5598c26d6cf3a3583056000f7f52f02ab.tar.gz historical-8b015db5598c26d6cf3a3583056000f7f52f02ab.tar.bz2 historical-8b015db5598c26d6cf3a3583056000f7f52f02ab.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r-- | x11-libs/fxscintilla/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-1.55.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fxscintilla/Manifest b/x11-libs/fxscintilla/Manifest index 585e00d76bc4..6a1067272781 100644 --- a/x11-libs/fxscintilla/Manifest +++ b/x11-libs/fxscintilla/Manifest @@ -1,4 +1,4 @@ MD5 94e860a6f2cbbc04d8b51943beddbed6 ChangeLog 375 +MD5 8d6bed88a9ebcecde1e717a091763d3b fxscintilla-1.55.ebuild 667 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 -MD5 7bfe767f4ded9fc7b4609d01c390c0f8 fxscintilla-1.55.ebuild 668 MD5 e1ba02051ac553877ac1a16e5173aea3 files/digest-fxscintilla-1.55 68 diff --git a/x11-libs/fxscintilla/fxscintilla-1.55.ebuild b/x11-libs/fxscintilla/fxscintilla-1.55.ebuild index 831a65d99e29..f9dadae80c89 100644 --- a/x11-libs/fxscintilla/fxscintilla-1.55.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-1.55.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/x11-libs/fxscintilla/fxscintilla-1.55.ebuild,v 1.1 2004/02/25 19:12:30 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.55.ebuild,v 1.2 2004/02/25 23:43:27 mr_bones_ Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scintilla is a free source code editing component for the FOX-Toolkit" @@ -20,5 +20,5 @@ src_compile() { src_install () { DESTDIR=${D} emake install || die - dodoc README INSTALL + dodoc README INSTALL } |