summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-04-20 19:54:52 +0000
committerMarinus Schraal <foser@gentoo.org>2004-04-20 19:54:52 +0000
commit2ec3a433aceebe8c9f8bc1f0dce79a78564491ed (patch)
tree7ec1fe5272ff19cd4652cbfec3a352b8ebe77075 /app-office/abiword
parentold (diff)
downloadgentoo-2-2ec3a433aceebe8c9f8bc1f0dce79a78564491ed.tar.gz
gentoo-2-2ec3a433aceebe8c9f8bc1f0dce79a78564491ed.tar.bz2
gentoo-2-2ec3a433aceebe8c9f8bc1f0dce79a78564491ed.zip
disable debug by default
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/ChangeLog5
-rw-r--r--app-office/abiword/abiword-1.0.6-r1.ebuild81
-rw-r--r--app-office/abiword/abiword-2.0.2.ebuild6
-rw-r--r--app-office/abiword/abiword-2.0.3-r1.ebuild113
-rw-r--r--app-office/abiword/abiword-2.0.5.ebuild6
-rw-r--r--app-office/abiword/abiword-2.0.6.ebuild8
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.6-r11
-rw-r--r--app-office/abiword/files/digest-abiword-2.0.3-r11
8 files changed, 14 insertions, 207 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 465ce9e82ea8..ddaa0ad62a15 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.72 2004/04/20 15:40:17 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.73 2004/04/20 19:54:51 foser Exp $
+
+ 20 Apr 2004; foser <foser@gentoo.org> abiword-2* :
+ Disable debugging to be on the safe side, it's a bit too intrusive
20 Apr 2004; Guy Martin <gmsoft@gentoo.org> abiword-2.0.5.ebuild:
Marked stable on hppa.
diff --git a/app-office/abiword/abiword-1.0.6-r1.ebuild b/app-office/abiword/abiword-1.0.6-r1.ebuild
deleted file mode 100644
index 108937b1b4a9..000000000000
--- a/app-office/abiword/abiword-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2004 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.6-r1.ebuild,v 1.5 2004/04/18 01:43:06 khai Exp $
-
-inherit flag-o-matic
-
-replace-flags "-O?" "-O1"
-IUSE="nls spell jpeg xml2 gnome"
-
-S=${WORKDIR}/${P}/abi
-
-DESCRIPTION="Word processor"
-SRC_URI="mirror://sourceforge/abiword/${P}.tar.gz"
-HOMEPAGE="http://www.abisource.com"
-
-KEYWORDS="x86 ~ppc sparc"
-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-1.99
- >=gnome-base/bonobo-1.0.9-r1 )"
-
-src_compile() {
- local myconf
-
- use gnome \
- && myconf="${myconf} --with-gnome --enable-gnome"; \
- export ABI_OPT_BONOBO=1
-
- use spell \
- && myconf="${myconf} --with-pspell --disable-static"
-
- use xml2 \
- && myconf="${myconf} --with-libxml2" \
- || myconf="${myconf} --without-libxml2"
- use jpeg \
- && myconf="${myconf} --with-libjpeg" \
- || myconf="${myconf} --without-libjpeg"
-
- use nls \
- && myconf="${myconf} --enable-bidi"
-
- ./autogen.sh
- einfo "Ignore above errors if it does not cause the build to fail"
-
- CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`"
-
- # we got enough of the perl problems for now
- econf ${myconf} --disable-scripting
-
- make || die
-}
-
-src_install() {
- dodir /usr/{bin,lib}
-
- einstall
-
- 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-2.0.2.ebuild b/app-office/abiword/abiword-2.0.2.ebuild
index 0a33def39cf6..c9fce7f25a15 100644
--- a/app-office/abiword/abiword-2.0.2.ebuild
+++ b/app-office/abiword/abiword-2.0.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 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.2.ebuild,v 1.4 2004/03/25 08:21:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.2.ebuild,v 1.5 2004/04/20 19:54:52 foser Exp $
inherit eutils
-IUSE="spell jpeg xml2 gnome debug"
+IUSE="spell jpeg xml2 gnome"
S=${WORKDIR}/${P}/abi
S_P=${WORKDIR}/${P}/${PN}-plugins
@@ -57,7 +57,7 @@ src_compile() {
`use_enable gnome` \
`use_with xml2 libxml2` \
`use_enable spell enchant` \
- `use_enable debug` \
+ --disable-debug \
--enable-bidi \
--enable-threads \
--without-ImageMagick \
diff --git a/app-office/abiword/abiword-2.0.3-r1.ebuild b/app-office/abiword/abiword-2.0.3-r1.ebuild
deleted file mode 100644
index 51033064238c..000000000000
--- a/app-office/abiword/abiword-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2004 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.3-r1.ebuild,v 1.3 2004/03/25 08:21:27 mr_bones_ Exp $
-
-inherit eutils
-
-IUSE="spell jpeg xml2 gnome debug doc"
-
-S_P=${S}/${PN}-plugins
-S_D=${S}/${PN}-docs
-S=${WORKDIR}/${P}/abi
-
-DESCRIPTION="Fully featured yet light and fast cross platform word processor"
-HOMEPAGE="http://www.abisource.com"
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64"
-LICENSE="GPL-2"
-SLOT="2"
-
-RDEPEND="virtual/x11
- virtual/xft
- >=media-libs/fontconfig-2.1
- media-libs/libpng
- >=x11-libs/gtk+-2
- >=gnome-base/libglade-2
- >=app-text/wv-1
- >=dev-libs/fribidi-0.10.4
- jpeg? ( >=media-libs/jpeg-6b-r2 )
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- !xml2? ( dev-libs/expat )
- spell? ( >=app-text/enchant-1 )
- gnome? ( >=gnome-base/libgnomeui-2.2
- >=gnome-base/libgnomeprint-2.2.1
- >=gnome-base/libgnomeprintui-2.2.1
- >=gnome-base/libbonobo-2 )"
-
-DEPEND="${RDEPEND}
- sys-devel/automake
- dev-util/pkgconfig"
-
-src_compile() {
- # Abiword is not 64-bit safe. This is a patch for AMD64.
- if [ $ARCH = "amd64" ] ; then
- epatch ${FILESDIR}/abiword-2.0.3-amd64.patch || die
- fi
-
- # 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
-
- econf \
- `use_enable gnome` \
- `use_with xml2 libxml2` \
- `use_enable spell enchant` \
- `use_enable debug` \
- --enable-bidi \
- --enable-threads \
- --without-ImageMagick \
- --disable-scripting \
- --with-sys-wv || die
-
- emake all-recursive || die
-
- # Build plugins
-
- cd ${S_P}
-
- econf \
- `use_enable debug` \
- --enable-all \
- --with-abiword=${S} \
- --without-ImageMagick || die
-
- emake || die
-
-}
-
-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
-
- dodoc COPYING *.TXT docs/build/BUILD.TXT user/wp/readme.txt
-
- # install plugins
-
- cd ${S_P}
-
- make DESTDIR=${D} install || die
-
- # install documentation
-
- use doc && (
- cd ${WORKDIR}/${P}/abiword-docs
- sed -e 's:prefix = /usr/local:prefix = /usr:g' Makefile > Makefile.new
- mv Makefile.new Makefile
- make DESTDIR=${D} || die
- )
-
-}
-
-USE_DESTDIR="1"
diff --git a/app-office/abiword/abiword-2.0.5.ebuild b/app-office/abiword/abiword-2.0.5.ebuild
index b4826d0fa30c..4868458f1f41 100644
--- a/app-office/abiword/abiword-2.0.5.ebuild
+++ b/app-office/abiword/abiword-2.0.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 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.5.ebuild,v 1.4 2004/04/20 15:40:18 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.5 2004/04/20 19:54:52 foser Exp $
inherit eutils
-IUSE="spell jpeg xml2 gnome debug doc"
+IUSE="spell jpeg xml2 gnome doc"
S_P=${S}/${PN}-plugins
S_D=${S}/${PN}-docs
@@ -57,7 +57,7 @@ src_compile() {
`use_enable gnome` \
`use_with xml2 libxml2` \
`use_enable spell enchant` \
- `use_enable debug` \
+ --disable-debug \
--enable-bidi \
--enable-threads \
--without-ImageMagick \
diff --git a/app-office/abiword/abiword-2.0.6.ebuild b/app-office/abiword/abiword-2.0.6.ebuild
index dc54cbb7efaf..9e30284d8591 100644
--- a/app-office/abiword/abiword-2.0.6.ebuild
+++ b/app-office/abiword/abiword-2.0.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 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.6.ebuild,v 1.3 2004/04/19 08:23:07 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.6.ebuild,v 1.4 2004/04/20 19:54:52 foser Exp $
inherit eutils
-IUSE="spell jpeg xml2 gnome debug doc"
+IUSE="spell jpeg xml2 gnome doc"
S_P=${S}/${PN}-plugins
S_D=${S}/${PN}-docs
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.abisource.com"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64"
+KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64 ~hppa"
LICENSE="GPL-2"
SLOT="2"
@@ -52,7 +52,7 @@ src_compile() {
`use_enable gnome` \
`use_with xml2 libxml2` \
`use_enable spell enchant` \
- `use_enable debug` \
+ --disable debug \
--enable-bidi \
--enable-threads \
--without-ImageMagick \
diff --git a/app-office/abiword/files/digest-abiword-1.0.6-r1 b/app-office/abiword/files/digest-abiword-1.0.6-r1
deleted file mode 100644
index d0a527459fa3..000000000000
--- a/app-office/abiword/files/digest-abiword-1.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b35ea76f8d3eb70a94c3432a44e4a9d9 abiword-1.0.6.tar.gz 18598390
diff --git a/app-office/abiword/files/digest-abiword-2.0.3-r1 b/app-office/abiword/files/digest-abiword-2.0.3-r1
deleted file mode 100644
index a253760d64df..000000000000
--- a/app-office/abiword/files/digest-abiword-2.0.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aa97aec08c353356dcb95b7634b56e9d abiword-2.0.3.tar.bz2 22072758