diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
commit | a83024060f205ff0773ae8d553b350a8e2caff12 (patch) | |
tree | 6bd2f0406f3e5284ee58cd8696d5e145e96c0fd5 /gnome-base/oaf | |
parent | grrr, commit I say COMMIT (diff) | |
download | historical-a83024060f205ff0773ae8d553b350a8e2caff12.tar.gz historical-a83024060f205ff0773ae8d553b350a8e2caff12.tar.bz2 historical-a83024060f205ff0773ae8d553b350a8e2caff12.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/oaf-0.6.5.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnome-base/oaf/oaf-0.6.5.ebuild b/gnome-base/oaf/oaf-0.6.5.ebuild index adcef896cd58..7ce3066e8c17 100644 --- a/gnome-base/oaf/oaf-0.6.5.ebuild +++ b/gnome-base/oaf/oaf-0.6.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.5.ebuild,v 1.2 2001/05/27 02:58:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.5.ebuild,v 1.3 2001/06/04 03:33:03 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,18 +9,24 @@ DESCRIPTION="Object Activation Framework for GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" -DEPEND=">=sys-devel/perl-5 +DEPEND="virtual/glibc >=sys-devel/perl-5 >=app-arch/rpm-3.0.6 >=gnome-base/gnome-env-1.0 >=gnome-base/ORBit-0.5.7 >=gnome-base/libxml-1.8.11 nls? ( sys-devel/gettext )" +RDEPEND="virtual/glibc + >=app-arch/rpm-3.0.6 + >=gnome-base/gnome-env-1.0 + >=gnome-base/ORBit-0.5.7 + >=gnome-base/libxml-1.8.11" + src_unpack() { unpack ${A} cd ${S} cp -a configure configure.orig - sed -e "s:perl5\.00404:perl5.6.0:" configure.orig > configure + sed -e "s:perl5\.00404:perl5.6.1:" configure.orig > configure } src_compile() { |