Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808 - abiword-0.99.2.ebuild (Update)
Summary: abiword-0.99.2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-22 14:49 UTC by Benjamin Ritcey
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
abiword-0.99.2.ebuild (Update) (abiword-0.99.2.ebuild,2.71 KB, text/plain)
2002-02-22 14:50 UTC, Benjamin Ritcey
Details

Note You need to log in before you can comment on or make changes to this bug.
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.