summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-11-30 17:45:25 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-11-30 17:45:25 +0000
commitdb8e8bde4ba6ba532f79ea85603cf87ad1205b0a (patch)
tree6ce12615aff7ae06fa827fc48dd1b9a07da5ecde /net-www
parentppc stable, bug #156572 (diff)
downloadgentoo-2-db8e8bde4ba6ba532f79ea85603cf87ad1205b0a.tar.gz
gentoo-2-db8e8bde4ba6ba532f79ea85603cf87ad1205b0a.tar.bz2
gentoo-2-db8e8bde4ba6ba532f79ea85603cf87ad1205b0a.zip
Use ./autogen.sh instead of eautoreconf in the cvs ebuild because it works more reliable, thanks to expose
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/gnash/ChangeLog7
-rw-r--r--net-www/gnash/gnash-0.7.2_p20099999.ebuild11
2 files changed, 8 insertions, 10 deletions
diff --git a/net-www/gnash/ChangeLog b/net-www/gnash/ChangeLog
index 2935db8c103a..d43e6cfa9f82 100644
--- a/net-www/gnash/ChangeLog
+++ b/net-www/gnash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/gnash
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.31 2006/11/23 21:31:29 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.32 2006/11/30 17:45:25 genstef Exp $
+
+ 30 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
+ gnash-0.7.2_p20099999.ebuild:
+ Use ./autogen.sh instead of eautoreconf in the cvs ebuild because it works
+ more reliable, thanks to expose
23 Nov 2006; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.2.ebuild,
gnash-0.7.2_p20099999.ebuild:
diff --git a/net-www/gnash/gnash-0.7.2_p20099999.ebuild b/net-www/gnash/gnash-0.7.2_p20099999.ebuild
index 4e3b8c8db929..b197cf33640b 100644
--- a/net-www/gnash/gnash-0.7.2_p20099999.ebuild
+++ b/net-www/gnash/gnash-0.7.2_p20099999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.2_p20099999.ebuild,v 1.3 2006/11/23 21:31:29 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.7.2_p20099999.ebuild,v 1.4 2006/11/30 17:45:25 genstef Exp $
WANT_AUTOCONF=latest
inherit nsplugins autotools cvs kde-functions
@@ -66,15 +66,8 @@ pkg_setup() {
fi
}
-src_unpack() {
- cvs_src_unpack
- cd ${S}
- AT_M4DIR=macros AT_NO_RECURSIVE=1 eautoreconf
- cd libltdl
- eautoreconf
-}
-
src_compile() {
+ ./autogen.sh
local myconf
use nsplugin && myconf="${myconf} --with-plugindir=/opt/netscape/plugins"