diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-22 10:06:50 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-22 10:06:50 +0000 |
commit | a24444138ef2ff78df4c6fa9303a186875e795eb (patch) | |
tree | 8ef33c26ef4e166e73194ba416c6ba5dbae2b83e /app-office | |
parent | updated to use intltool (diff) | |
download | gentoo-2-a24444138ef2ff78df4c6fa9303a186875e795eb.tar.gz gentoo-2-a24444138ef2ff78df4c6fa9303a186875e795eb.tar.bz2 gentoo-2-a24444138ef2ff78df4c6fa9303a186875e795eb.zip |
updated to use intltool
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-0.70-r2.ebuild | 4 | ||||
-rw-r--r-- | app-office/mrproject/mrproject-0.4.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/gnumeric/gnumeric-0.70-r2.ebuild b/app-office/gnumeric/gnumeric-0.70-r2.ebuild index dad366055d13..30c45cb0a482 100644 --- a/app-office/gnumeric/gnumeric-0.70-r2.ebuild +++ b/app-office/gnumeric/gnumeric-0.70-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> # /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.66.ebuild,v 1.1 2001/06/28 09:47:57 hallski Exp -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.70-r2.ebuild,v 1.1 2001/10/06 20:15:36 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.70-r2.ebuild,v 1.2 2001/10/22 10:04:44 hallski Exp $ A=${P}.tar.gz @@ -22,7 +22,7 @@ RDEPEND=">=gnome-base/gnome-print-0.30 bonobo? ( >=gnome-base/bonobo-1.0.9-r1 ) " DEPEND="${RDEPEND} - >=dev-util/xml-i18n-tools-0.8.4 + >=dev-util/intltool-0.11 nls? ( sys-devel/gettext )" src_unpack() { diff --git a/app-office/mrproject/mrproject-0.4.1.ebuild b/app-office/mrproject/mrproject-0.4.1.ebuild index 3a80459baf8e..a0db71791681 100644 --- a/app-office/mrproject/mrproject-0.4.1.ebuild +++ b/app-office/mrproject/mrproject-0.4.1.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 Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-office/mrproject/mrproject-0.4.1.ebuild,v 1.1 2001/10/11 19:42:51 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mrproject/mrproject-0.4.1.ebuild,v 1.2 2001/10/22 10:04:25 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="Project management application for GNOME" @@ -21,7 +21,7 @@ RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1 DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - >=dev-util/xml-i18n-tools-0.8.4" + >=dev-util/intltool-0.11" src_compile() { local myconf |