summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-14 08:26:01 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-14 08:26:01 +0000
commitecf29c2b6cd535062c75c22800afc60beb20215e (patch)
tree207d3673f123d2bd7ed1f8f43b8dfcae3bb633ec /app-office/abiword
parentwhy did the -r1 go to a tar.gz???? makes no freakin sense (diff)
downloadgentoo-2-ecf29c2b6cd535062c75c22800afc60beb20215e.tar.gz
gentoo-2-ecf29c2b6cd535062c75c22800afc60beb20215e.tar.bz2
gentoo-2-ecf29c2b6cd535062c75c22800afc60beb20215e.zip
repoman: trim trailing whitespace; header fix
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/Manifest12
-rw-r--r--app-office/abiword/abiword-2.0.0.ebuild22
2 files changed, 17 insertions, 17 deletions
diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
index 0702b72a0f98..b7ff29ae5be4 100644
--- a/app-office/abiword/Manifest
+++ b/app-office/abiword/Manifest
@@ -1,12 +1,12 @@
-MD5 fa3af6f4c6c67786158ddfd1124305d0 abiword-2.0.0.ebuild 2232
-MD5 7921df3134ed60f1eb9c3d1c920bde16 abiword-1.0.6-r1.ebuild 1927
MD5 657011df65890806c023b1bcfbfc0b68 ChangeLog 8133
+MD5 83d301b16d767a9ce129db6a034c4dde abiword-2.0.0.ebuild 2224
+MD5 7921df3134ed60f1eb9c3d1c920bde16 abiword-1.0.6-r1.ebuild 1927
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 d57b12387f05b71dd4e52f258a6e6e91 files/abiword-1.99.4-ots_buildfix.patch 416
-MD5 4ab387fa04b0102a395a4b654f0714df files/abiword-1.1.4-wv_configure_fooling.patch 1575
-MD5 d829c2f2787d6ea766c54cf5c22737ed files/digest-abiword-2.0.0 142
MD5 31616e14907aefda2489036cc3d1db3d files/AbiWord.desktop 901
MD5 1ebcd22c6249c06e631c13491113d8ef files/AbiWord2.desktop 166
-MD5 2b9d4f094142556d7827af935a8fb64b files/abiword-1.99.5-cast_fix.patch 733
MD5 e6d9565092f5a6c2243401eccf1ca5a1 files/abiword-1.0.3-aspell.patch 812
+MD5 4ab387fa04b0102a395a4b654f0714df files/abiword-1.1.4-wv_configure_fooling.patch 1575
+MD5 d829c2f2787d6ea766c54cf5c22737ed files/digest-abiword-2.0.0 142
MD5 55d85bca7cd645ef338336da3d6e6a7e files/digest-abiword-1.0.6-r1 67
+MD5 d57b12387f05b71dd4e52f258a6e6e91 files/abiword-1.99.4-ots_buildfix.patch 416
+MD5 2b9d4f094142556d7827af935a8fb64b files/abiword-1.99.5-cast_fix.patch 733
diff --git a/app-office/abiword/abiword-2.0.0.ebuild b/app-office/abiword/abiword-2.0.0.ebuild
index ec24604a9005..61faa3393a25 100644
--- a/app-office/abiword/abiword-2.0.0.ebuild
+++ b/app-office/abiword/abiword-2.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.0.ebuild,v 1.1 2003/09/13 14:04:04 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.0.ebuild,v 1.2 2003/09/14 08:25:58 msterret Exp $
inherit eutils
@@ -31,8 +31,8 @@ RDEPEND="virtual/x11
jpeg? ( >=media-libs/jpeg-6b-r2 )
( xml2? >=dev-libs/libxml2-2.4.10 : dev-libs/expat )
spell? ( >=app-text/enchant-1 )
- gnome? ( >=gnome-base/libgnomeui-2.2
- >=gnome-base/libgnomeprintui-2.2.1
+ gnome? ( >=gnome-base/libgnomeui-2.2
+ >=gnome-base/libgnomeprintui-2.2.1
>=gnome-extra/gal-1.99 )"
DEPEND="${RDEPEND}
@@ -50,8 +50,8 @@ src_compile() {
# this is a hack since I don't want to go hack in the gnome-vfs headerfiles.
# The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk
cp configure configure.old
- cat configure.old |sed s:-pedantic::g >configure
- rm -f configure.old
+ cat configure.old |sed s:-pedantic::g >configure
+ rm -f configure.old
econf \
`use_enable gnome` \
@@ -60,7 +60,7 @@ src_compile() {
--enable-bidi \
--without-ImageMagick \
--disable-scripting \
- --with-sys-wv || die
+ --with-sys-wv || die
emake all-recursive || die
@@ -77,14 +77,14 @@ src_compile() {
}
-src_install() {
+src_install() {
dodir /usr/{bin,lib}
-
+
einstall PERLDEST=${D} || die
-
+
dosed "s:Exec=abiword:Exec=abiword-2.0:" /usr/share/applications/abiword.desktop
-
+
rm -f ${D}/usr/bin/abiword-2.0
rm -f ${D}/usr/bin/abiword
dosym AbiWord-2.0 /usr/bin/abiword-2.0