diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 00:46:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 00:46:09 +0000 |
commit | 35dc287beae231d8ce6b399ee60a219bb1102260 (patch) | |
tree | ba4234918e6f7695b142c6ed870a3e51175d3bfa /app-dicts/dictd-wn | |
parent | updating to 1.8.3-r1 doesnt fix you if you already have 1.8.3 (diff) | |
download | historical-35dc287beae231d8ce6b399ee60a219bb1102260.tar.gz historical-35dc287beae231d8ce6b399ee60a219bb1102260.tar.bz2 historical-35dc287beae231d8ce6b399ee60a219bb1102260.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-dicts/dictd-wn')
-rw-r--r-- | app-dicts/dictd-wn/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/dictd-wn/Manifest b/app-dicts/dictd-wn/Manifest index 1c243760cfb5..c55f2a5b22b1 100644 --- a/app-dicts/dictd-wn/Manifest +++ b/app-dicts/dictd-wn/Manifest @@ -1,6 +1,6 @@ -MD5 6d8eaea66b3795dba4b345c3063df6a5 dictd-wn-2.0.ebuild 775 -MD5 a351b211fb7f90103af631357ae7da54 dictd-wn-1.5-r1.ebuild 554 MD5 b26cfc0d23804607543a038bfa2a3e45 ChangeLog 1486 +MD5 a351b211fb7f90103af631357ae7da54 dictd-wn-1.5-r1.ebuild 554 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 92a3502246abab02375144cb1d5559d7 dictd-wn-2.0.ebuild 776 MD5 21660b33b58fd699adfef2ea39bde92e files/digest-dictd-wn-1.5-r1 68 MD5 7d53471837d26c8c65851e84ba6346e7 files/digest-dictd-wn-2.0 64 diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild index 25abaa436c61..e00fe8dfae6c 100644 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild +++ b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.2 2004/07/25 14:59:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.3 2004/07/26 00:46:09 mr_bones_ Exp $ MY_P=${P/td/t} DESCRIPTION="WordNet for dict" @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} src_compile() { # don't use econf, configure script is broken - ./configure || die "configure failed" + ./configure || die "configure failed" emake || die "compile failed" emake db || die "compile database failed" } |