summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-04-22 02:41:50 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-04-22 02:41:50 +0000
commit956ec7900577784515cbb0ddafa48075924454e9 (patch)
treec7e4b5f22cbb76fd791fac8cd54ba52af0bc472a /sci-electronics/oregano
parentinstall the docs un-zipped (diff)
downloadgentoo-2-956ec7900577784515cbb0ddafa48075924454e9.tar.gz
gentoo-2-956ec7900577784515cbb0ddafa48075924454e9.tar.bz2
gentoo-2-956ec7900577784515cbb0ddafa48075924454e9.zip
Gnome 2.10 workaround
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-electronics/oregano')
-rw-r--r--sci-electronics/oregano/ChangeLog5
-rw-r--r--sci-electronics/oregano/oregano-0.40.3.ebuild11
2 files changed, 14 insertions, 2 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog
index b29c3f638bc9..6be1982ef2d2 100644
--- a/sci-electronics/oregano/ChangeLog
+++ b/sci-electronics/oregano/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/oregano
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.9 2005/02/24 19:36:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.10 2005/04/22 02:41:50 gustavoz Exp $
+
+ 22 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> oregano-0.40.3.ebuild:
+ Gnome 2.10 workaround
24 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> oregano-0.40.3.ebuild:
To stable on x86 and sparc
diff --git a/sci-electronics/oregano/oregano-0.40.3.ebuild b/sci-electronics/oregano/oregano-0.40.3.ebuild
index 366b6c91475f..ed3e856ed441 100644
--- a/sci-electronics/oregano/oregano-0.40.3.ebuild
+++ b/sci-electronics/oregano/oregano-0.40.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.3.ebuild,v 1.2 2005/02/24 19:36:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.3.ebuild,v 1.3 2005/04/22 02:41:50 gustavoz Exp $
inherit eutils
@@ -24,6 +24,15 @@ DEPEND=">=dev-libs/libxml2-2.6.0
>=x11-libs/cairo-0.1.23-r1
>=x11-libs/gtksourceview-1.0"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # Gnome 2.10 fix
+ sed -i -e "s/-DGNOME_DISABLE_DEPRECATED=1//" \
+ src/Makefile.in
+}
+
src_compile() {
econf || die "econf failed"
emake || die "emake failed"