summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-05-16 16:25:00 +0000
committerMarinus Schraal <foser@gentoo.org>2003-05-16 16:25:00 +0000
commit833dc633d7ea26dc1afa51828c6172902a9e00ba (patch)
tree1639f38e2979f46a35b22c7b85c9751645d64501 /app-office
parentUpdating incorrect license. (diff)
downloadgentoo-2-833dc633d7ea26dc1afa51828c6172902a9e00ba.tar.gz
gentoo-2-833dc633d7ea26dc1afa51828c6172902a9e00ba.tar.bz2
gentoo-2-833dc633d7ea26dc1afa51828c6172902a9e00ba.zip
new dev version 'n cleanup
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/ChangeLog8
-rw-r--r--app-office/abiword/abiword-1.0.4.ebuild83
-rw-r--r--app-office/abiword/abiword-1.0.4_pre1-r1.ebuild84
-rw-r--r--app-office/abiword/abiword-1.0.4_pre1-r2.ebuild79
-rw-r--r--app-office/abiword/abiword-1.0.4_pre1.ebuild143
-rw-r--r--app-office/abiword/abiword-1.1.4.ebuild92
-rw-r--r--app-office/abiword/abiword-1.9.1.ebuild (renamed from app-office/abiword/abiword-1.9.0.ebuild)14
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.41
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.4_pre11
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.4_pre1-r11
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.4_pre1-r21
-rw-r--r--app-office/abiword/files/digest-abiword-1.1.41
-rw-r--r--app-office/abiword/files/digest-abiword-1.9.01
-rw-r--r--app-office/abiword/files/digest-abiword-1.9.11
14 files changed, 16 insertions, 494 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 7b9e286db96f..fc4eeb4eb7b4 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.34 2003/04/23 16:12:24 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.35 2003/05/16 16:25:00 foser Exp $
+
+*abiword-1.9.1 (16 May 2003)
+
+ 16 May 2003; foser <foser@gentoo.org> abiword-1.9.1.ebuild :
+ Disabled perl, removed bash-completion block
+ Added debug inheritance, since this is a dev version
*abiword-1.9.0 (23 Apr 2003)
diff --git a/app-office/abiword/abiword-1.0.4.ebuild b/app-office/abiword/abiword-1.0.4.ebuild
deleted file mode 100644
index af9b8cb8d01b..000000000000
--- a/app-office/abiword/abiword-1.0.4.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# 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-1.0.4.ebuild,v 1.3 2003/03/11 21:11:44 seemant Exp $
-
-IUSE="perl nls gnome build spell jpeg xml2"
-
-S=${WORKDIR}/${P}/abi
-
-DESCRIPTION="Word processor"
-SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-
-KEYWORDS="~x86 ~ppc"
-LICENSE="GPL-2"
-SLOT="1"
-
-DEPEND="virtual/x11
- media-libs/libpng
- >=dev-libs/libunicode-0.4-r1
- =x11-libs/gtk+-1.2*
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- spell? ( >=app-text/aspell-0.50.2-r1 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-base/bonobo-1.0.9-r1 )
- perl? ( >=dev-lang/perl-5.6 )
- !app-shells/bash-completion"
-
-src_compile() {
- local myconf
-
- use gnome \
- && myconf="${myconf} --with-gnome --enable-gnome"; \
- export ABI_OPT_BONOBO=1
-
- use perl \
- && myconf="${myconf} --enable-scripting" \
- || myconf="${myconf} --disable-scripting"
-
- use spell \
- && myconf="${myconf} --with-pspell --disable-static"
-
- use xml2 \
- && myconf="${myconf} --with-libxml2"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg"
-
- use nls \
- && myconf="${myconf} --enable-bidi"
-
- ./autogen.sh
-
- einfo "Ignore above ERROR as it does not cause build to fail."
-
- CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`"
-
- econf ${myconf}
-
- make || die
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- einstall PERLDEST=${D}
-
- dosed "s:${D}::g" /usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- use gnome && ( \
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- )
-}
diff --git a/app-office/abiword/abiword-1.0.4_pre1-r1.ebuild b/app-office/abiword/abiword-1.0.4_pre1-r1.ebuild
deleted file mode 100644
index 67b3afd0124f..000000000000
--- a/app-office/abiword/abiword-1.0.4_pre1-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# 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-1.0.4_pre1-r1.ebuild,v 1.5 2003/03/11 21:11:44 seemant Exp $
-
-IUSE="perl nls gnome build spell jpeg xml2"
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-KEYWORDS="x86 ~ppc"
-LICENSE="GPL-2"
-SLOT="0"
-DEPEND="virtual/x11
- media-libs/libpng
- >=dev-libs/libunicode-0.4-r1
- =x11-libs/gtk+-1.2*
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- spell? ( >=app-text/aspell-0.50.2-r1 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-base/bonobo-1.0.9-r1 )
- !app-shells/bash-completion"
-
-# Disabled for now
-# perl? ( >=dev-lang/perl-5.6 )
-
-src_compile() {
-
- local myconf
-
- use gnome \
- && myconf="${myconf} --with-gnome --enable-gnome" \
- && export ABI_OPT_BONOBO=1
-
- myconf="${myconf} --disable-scripting"
-# use perl \
-# && myconf="${myconf} --enable-scripting"
-
- use spell \
- && myconf="${myconf} --with-pspell --disable-static"
-
- use xml2 \
- && myconf="${myconf} --with-libxml2"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg"
-
- use nls \
- && myconf="${myconf} --enable-bidi"
-
- ./autogen.sh
-
- einfo "Ignore above ERROR as it does not cause build to fail."
-
- CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`"
-
- econf ${myconf}
-
- make || die
-}
-
-src_install() {
-
- dodir /usr/{bin,lib}
-
- einstall PERLDEST=${D}
-
- dosed "s:${D}::g" /usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- use gnome && ( \
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- )
-}
diff --git a/app-office/abiword/abiword-1.0.4_pre1-r2.ebuild b/app-office/abiword/abiword-1.0.4_pre1-r2.ebuild
deleted file mode 100644
index 31176d8e36ee..000000000000
--- a/app-office/abiword/abiword-1.0.4_pre1-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# 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-1.0.4_pre1-r2.ebuild,v 1.4 2003/03/11 21:11:44 seemant Exp $
-
-IUSE="perl nls gnome build spell jpeg xml2"
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-KEYWORDS="~x86 ~ppc ~sparc"
-LICENSE="GPL-2"
-SLOT="0"
-DEPEND="virtual/x11
- media-libs/libpng
- >=dev-libs/libunicode-0.4-r1
- =x11-libs/gtk+-1.2*
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- spell? ( >=app-text/aspell-0.50.2-r1 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-base/bonobo-1.0.9-r1 )
- perl? ( >=dev-lang/perl-5.6 )
- !app-shells/bash-completion"
-
-src_compile() {
- local myconf
-
- use gnome \
- && myconf="${myconf} --with-gnome --enable-gnome"; \
- export ABI_OPT_BONOBO=1
-
- use perl \
- && myconf="${myconf} --enable-scripting" \
- || myconf="${myconf} --disable-scripting"
-
- use spell \
- && myconf="${myconf} --with-pspell --disable-static"
-
- use xml2 \
- && myconf="${myconf} --with-libxml2"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg"
-
- use nls \
- && myconf="${myconf} --enable-bidi"
-
- ./autogen.sh
-
- einfo "Ignore above ERROR as it does not cause build to fail."
-
- CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`"
-
- econf ${myconf}
-
- make || die
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- einstall PERLDEST=${D}
-
- dosed "s:${D}::g" /usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- use gnome && ( \
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- )
-}
diff --git a/app-office/abiword/abiword-1.0.4_pre1.ebuild b/app-office/abiword/abiword-1.0.4_pre1.ebuild
deleted file mode 100644
index 51cfc1bdb4a4..000000000000
--- a/app-office/abiword/abiword-1.0.4_pre1.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# 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-1.0.4_pre1.ebuild,v 1.7 2003/03/11 21:11:44 seemant Exp $
-
-#inherit debug
-
-IUSE="perl nls gnome build spell jpeg xml2"
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Text processor"
-SRC_URI="http://download.sourceforge.net/abiword/abiword-${PV}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-KEYWORDS="~x86 ~ppc"
-LICENSE="GPL-2"
-SLOT="0"
-DEPEND="virtual/x11
- media-libs/libpng
- >=dev-libs/libunicode-0.4-r1
- =x11-libs/gtk+-1.2*
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- perl? ( >=dev-lang/perl-5.6 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- spell? ( >=app-text/aspell-0.50.2-r1 )
- gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-base/bonobo-1.0.9-r1 )
- !app-shells/bash-completion"
-
-fix_perl_env() {
- # new configure scripts is a bit broken
- export PERL_ARCHLIB="`(perl -V:installarchlib | sed -e "s/\(.*=\|'\|;\)//g\")`"
- export PERL_LIB="`(perl -V:installprivlib | sed -e "s/\(.*=\|'\|;\)//g\")`"
- export POD2MAN_EXE="`which pod2man`"
- export SITE_LIB="`(perl -V:sitelib | sed -e "s/\(.*=\|'\|;\)//g\")`"
- export SITE_ARCHLIB="`(perl -V:sitearch | sed -e "s/\(.*=\|'\|;\)//g\")`"
-}
-
-src_unpack() {
-
- unpack ${A}
-
- use perl && ( \
- fix_perl_env
-
- # Fix perl stuff install outside sandbox, as well as a bug in
- # Abiword's build system (Abiword.3pm did not install, and
- # the '.packlist' was not generated properly) -- Azarah (25/02/2002).
- cd ${S}/src/bindings/perl
- cp GNUmakefile.am GNUmakefile.am.orig
- sed -e "s:PERL_ARCHLIB = @PERL_ARCHLIB@:PERL_ARCHLIB = ${PERL_ARCHLIB}:" \
- -e "s:PERL_LIB = @PERL_LIB@:PERL_LIB = ${PERL_LIB}:" \
- -e "s:POD2MAN_EXE = @POD2MAN_EXE@:POD2MAN_EXE = ${POD2MAN_EXE}:" \
- -e "s:SITE_LIB = @SITE_LIB@:SITE_LIB = ${SITE_LIB}:" \
- -e "s:SITE_ARCHLIB = @SITE_ARCHLIB@:SITE_ARCHLIB = ${SITE_ARCHLIB}:" \
- -e 's:write $(SITE_ARCHLIB)/auto:write $(PERLDEST)/$(SITE_ARCHLIB)/auto:g' \
- -e 's:blib/lib $(SITE_LIB):blib/lib $(PERLDEST)/$(SITE_LIB):g' \
- -e 's:blib/arch $(SITE_ARCHLIB):blib/arch $(PERLDEST)/$(SITE_ARCHLIB):g' \
- -e 's:blib/bin /usr/bin:blib/bin $(PERLDEST)/usr/bin:g' \
- -e 's:blib/script /usr/bin:blib/script $(PERLDEST)/usr/bin:g' \
- -e 's:blib/man1 /usr/share/man/man1:blib/man1 $(PERLDEST)/usr/share/man/man1:g' \
- -e 's:blib/man3 /usr/share/man/man3:blib/man3 $(PERLDEST)/usr/share/man/man3:g' \
- -e 's:mkpath $(PERL_ARCHLIB):mkpath $(PERLDEST)/$(PERL_ARCHLIB):g' \
- -e 's:$(PERL_ARCHLIB)/perllocal.pod:$(PERLDEST)/$(PERL_ARCHLIB)/perllocal.pod.new:' \
- GNUmakefile.am.orig >GNUmakefile.am || die
- mkdir -p blib/{arch,bin,lib,man1,man3,script}
- cd ${S}
- )
-
- # clear invalid symlinks
- rm -f ac-helpers/{install-sh,mkinstalldirs,missing}
-}
-
-src_compile() {
-
- local myconf
-
- use gnome \
- && myconf="${myconf} --with-gnome --enable-gnome" \
- && export ABI_OPT_BONOBO=1
-
- use perl \
- && myconf="${myconf} --enable-scripting"
-
- use spell \
- && myconf="${myconf} --with-pspell --disable-static"
-
- use xml2 \
- && myconf="${myconf} --with-libxml2"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg"
-
- use nls \
- && myconf="${myconf} --enable-bidi"
-
- ./autogen.sh
-
- einfo "Ignore above ERROR as it does not cause build to fail."
-
- CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`"
-
- econf ${myconf}
- # --enable-debug \
-
- make || die
-}
-
-src_install() {
-
- dodir /usr/{bin,lib}
-
- einstall PERLDEST=${D}
-
- dosed "s:${D}::g" /usr/bin/AbiWord
-
- rm -f ${D}/usr/bin/abiword
- dosym /usr/bin/AbiWord /usr/bin/abiword
-
- dodoc BUILD COPYING *.txt, *.TXT
-
- # Install icon and .desktop for menu entry
- use gnome && ( \
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/gnome/apps/Applications
- doins ${FILESDIR}/AbiWord.desktop
- )
-}
-
-pkg_postinst() {
-
- # Appending installation info
- local perlver="`perl -v | grep -e "This is perl" | cut -d ' ' -f 4`"
- perlver=${perlver/v/}
- local perlarch="`perl -V | grep -e " archname" | cut -d '=' -f 4`"
- if [ -f /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new ] ; then
- sed -e "s:5.6.0:${perlver}:g" \
- /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new \
- >> /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod
- rm -rf /usr/lib/perl5/${perlver}/${perlarch}/perllocal.pod.new
- fi
-}
-
diff --git a/app-office/abiword/abiword-1.1.4.ebuild b/app-office/abiword/abiword-1.1.4.ebuild
deleted file mode 100644
index ee964ef77a11..000000000000
--- a/app-office/abiword/abiword-1.1.4.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.1.4.ebuild,v 1.4 2003/04/08 12:57:48 foser Exp $
-
-inherit eutils
-
-IUSE="perl build spell jpeg xml2 gnome"
-
-S=${WORKDIR}/${P}/abi
-DESCRIPTION="Fully featured yet light and fast cross platform word processor."
-SRC_URI="mirror://sourceforge/${PN}/${P}-withconfigure.tar.bz2"
-HOMEPAGE="http://www.abisource.com"
-KEYWORDS="~x86 ~sparc ~alpha ~ppc"
-LICENSE="GPL-2"
-SLOT="2"
-
-DEPEND="virtual/x11
- virtual/xft
- >=media-libs/fontconfig-2.1
- media-libs/libpng
- >=dev-libs/libunicode-0.4-r1
- >=dev-libs/libole2-0.2.4-r1
- >=x11-libs/gtk+-2
- >=app-text/wv-0.7.5
- >=dev-libs/fribidi-0.10.4
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- perl? ( >=dev-lang/perl-5.6 )
- ( xml2? >=dev-libs/libxml2-2.4.10 : dev-libs/expat )
- spell? ( >=app-text/aspell-0.50.3 )
- gnome? ( >=gnome-base/libgnomeui-2.2
- >=gnome-base/libgnomeprintui-2.2.1
- >=gnome-extra/gal-1.99 )
- !app-shells/bash-completion"
-
-src_unpack() {
- unpack ${A}
-
- # Patch to make the wv.h tests work
- #
- # wv wants libole2 which in it's turn wants glib 1.2
- # glib.h includes glibconfig.h which is in a non-included path
- # and makes the tests fail, this patch adds those paths to configure.
- # Compiling without specifying the path anywhere goes fine.
- #
- # April 1st 2003 <foser@gentoo.org>
- cd ${S}
- epatch ${FILESDIR}/${P}-wv_configure_fooling.patch
-}
-
-src_compile() {
-
- local myconf
-
-# use perl \
-# && myconf="${myconf} --enable-scripting" # A fix is in the works upstream, demand doesn't warrant a patch from here.
-
- use gnome \
- && myconf="${myconf} --enable-gnome" \
- || myconf="${myconf} --disable-gnome"
-
- econf ${myconf} --with-sys-wv || die
-
- emake all-recursive || die
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- einstall PERLDEST=${D} || die
-
- dosed "s:${D}::g" /usr/bin/AbiWord-2.0
-
- rm -f ${D}/usr/bin/abiword-2.0
- rm -f ${D}/usr/bin/abiword
- dosym AbiWord-2.0 /usr/bin/abiword-2.0
-
- dodoc COPYING *.TXT docs/build/BUILD.TXT
-
- # Install icon and .desktop for menu entry
- use gnome && ( \
- insinto /usr/share/pixmaps
- newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png
- insinto /usr/share/applications/
- doins ${FILESDIR}/AbiWord2.desktop
- # Not installing oaf files, not overly stable.
- )
-}
-
-pkg_postinst() {
- einfo "For stability, install the latest 1.0.x release."
-}
-
diff --git a/app-office/abiword/abiword-1.9.0.ebuild b/app-office/abiword/abiword-1.9.1.ebuild
index ce66eb7b8e26..010b3c14cbd5 100644
--- a/app-office/abiword/abiword-1.9.0.ebuild
+++ b/app-office/abiword/abiword-1.9.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.9.0.ebuild,v 1.2 2003/04/23 16:12:24 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.9.1.ebuild,v 1.1 2003/05/16 16:25:00 foser Exp $
-inherit eutils
+inherit eutils debug
-IUSE="perl build spell jpeg xml2 gnome"
+IUSE="spell jpeg xml2 gnome"
S=${WORKDIR}/${P}/abi
DESCRIPTION="Fully featured yet light and fast cross platform word processor."
@@ -24,15 +24,17 @@ DEPEND="virtual/x11
>=app-text/wv-0.7.5
>=dev-libs/fribidi-0.10.4
jpeg? ( >=media-libs/jpeg-6b-r2 )
- perl? ( >=dev-lang/perl-5.6 )
( xml2? >=dev-libs/libxml2-2.4.10 : dev-libs/expat )
spell? ( >=app-text/aspell-0.50.3 )
gnome? ( >=gnome-base/libgnomeui-2.2
>=gnome-base/libgnomeprintui-2.2.1
- >=gnome-extra/gal-1.99 )
- !app-shells/bash-completion"
+ >=gnome-extra/gal-1.99 )"
+
+# perl? ( >=dev-lang/perl-5.6 )
+# perl seems broken
# FIXME : do 'real' use switching, add gucharmap support
+# switches do not work by the looks of it
src_unpack() {
unpack ${A}
diff --git a/app-office/abiword/files/digest-abiword-1.0.4 b/app-office/abiword/files/digest-abiword-1.0.4
deleted file mode 100644
index cdcfcbbf3c92..000000000000
--- a/app-office/abiword/files/digest-abiword-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fec2f2770c29afe0d30e653b5d1d40bb abiword-1.0.4.tar.gz 18932393
diff --git a/app-office/abiword/files/digest-abiword-1.0.4_pre1 b/app-office/abiword/files/digest-abiword-1.0.4_pre1
deleted file mode 100644
index dd402c5595f5..000000000000
--- a/app-office/abiword/files/digest-abiword-1.0.4_pre1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed6e30c33f1bfcff16a31737ee69b1db abiword-1.0.4_pre1.tar.gz 19231850
diff --git a/app-office/abiword/files/digest-abiword-1.0.4_pre1-r1 b/app-office/abiword/files/digest-abiword-1.0.4_pre1-r1
deleted file mode 100644
index dd402c5595f5..000000000000
--- a/app-office/abiword/files/digest-abiword-1.0.4_pre1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed6e30c33f1bfcff16a31737ee69b1db abiword-1.0.4_pre1.tar.gz 19231850
diff --git a/app-office/abiword/files/digest-abiword-1.0.4_pre1-r2 b/app-office/abiword/files/digest-abiword-1.0.4_pre1-r2
deleted file mode 100644
index dd402c5595f5..000000000000
--- a/app-office/abiword/files/digest-abiword-1.0.4_pre1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed6e30c33f1bfcff16a31737ee69b1db abiword-1.0.4_pre1.tar.gz 19231850
diff --git a/app-office/abiword/files/digest-abiword-1.1.4 b/app-office/abiword/files/digest-abiword-1.1.4
deleted file mode 100644
index 7a3cf7746fb1..000000000000
--- a/app-office/abiword/files/digest-abiword-1.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a60d42410006c615a178b707b22395db abiword-1.1.4-withconfigure.tar.bz2 10612511
diff --git a/app-office/abiword/files/digest-abiword-1.9.0 b/app-office/abiword/files/digest-abiword-1.9.0
deleted file mode 100644
index cae50061e598..000000000000
--- a/app-office/abiword/files/digest-abiword-1.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3933eae8fe1d064028f9f9b407f1ce9f abiword-1.9.0.tar.bz2 10767685
diff --git a/app-office/abiword/files/digest-abiword-1.9.1 b/app-office/abiword/files/digest-abiword-1.9.1
new file mode 100644
index 000000000000..48a70bed91bf
--- /dev/null
+++ b/app-office/abiword/files/digest-abiword-1.9.1
@@ -0,0 +1 @@
+MD5 978644437cfaf56d46ea87fa6339ea4c abiword-1.9.1.tar.bz2 10810620