Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 808

Summary: abiword-0.99.2.ebuild (Update)
Product: Gentoo Linux Reporter: Benjamin Ritcey <gentoo>
Component: New packagesAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: enhancement CC: gentoo
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: abiword-0.99.2.ebuild (Update)

Description Benjamin Ritcey 2002-02-22 14:49:10 UTC
Here's an updated ebuild for abiword - not many changes for the ebuild (diff
below, tho new ebuild will be attached).

Lots of fixes and improvements in this version:
http://www.abisource.com/release-notes/0.99.2.html




gentoo abiword # diff -u abiword-0.9.6.1-r1.ebuild abiword-0.99.2.ebuild 
--- abiword-0.9.6.1-r1.ebuild	Sun Feb 10 13:23:36 2002
+++ abiword-0.99.2.ebuild	Fri Feb 22 15:40:27 2002
@@ -24,22 +24,12 @@
 	virtual/x11"
 
 
-src_unpack() {
-
-
unpack ${A}
-
-
# Fix perl stuff install outside sandbox
-
cd ${S}/src/bindings/perl
-
patch <${FILESDIR}/gentoo-perl.diff || die
-
cd ${S}
-}
-
 src_compile() {
 
 	local myconf
 	if [ "`use gnome`" ] ; then
 
	myconf="${myconf} --with-gnome --enable-gnome"
-
	export ABI_OPT_BONOBO=1
+
	export ABI_OPT_GNOME=1
 	fi
 
 	if [ "`use perl`" ] ; then
Comment 1 Benjamin Ritcey 2002-02-22 14:50:31 UTC
Created attachment 227 [details]
abiword-0.99.2.ebuild (Update)
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-02-24 12:12:58 UTC
Update with perl fixes.