From c832cae30ef10ce3728ed059b7718038fbc64cfc Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Fri, 22 Oct 2004 23:20:15 +0000 Subject: add aclocal/automake/autoconf if calling intltoolize (#68514) --- app-office/planner/ChangeLog | 6 +++++- app-office/planner/planner-0.11.ebuild | 4 ++-- app-office/planner/planner-0.12-r1.ebuild | 8 ++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index df4770b3ec67..102c498d6df3 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/planner # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.11 2004/10/05 14:04:06 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.12 2004/10/22 23:20:15 liquidx Exp $ + + 23 Oct 2004; Alastair Tse planner-0.11.ebuild, + planner-0.12-r1.ebuild: + add aclocal/automake/autoconf if calling intltoolize (#68514) 05 Oct 2004; Pieter Van den Abeele planner-0.11.ebuild: diff --git a/app-office/planner/planner-0.11.ebuild b/app-office/planner/planner-0.11.ebuild index c47f33e320fc..ab177a682d4d 100644 --- a/app-office/planner/planner-0.11.ebuild +++ b/app-office/planner/planner-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.11.ebuild,v 1.8 2004/10/05 14:04:06 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.11.ebuild,v 1.9 2004/10/22 23:20:15 liquidx Exp $ @@ -43,7 +43,7 @@ src_unpack () { unpack ${A} cd ${S} # Upstream has a newer intltool, doing this will fix some dependency problems - intltoolize --force + intltoolize --force && aclocal && autoconf && automake || die } pkg_postinst () { diff --git a/app-office/planner/planner-0.12-r1.ebuild b/app-office/planner/planner-0.12-r1.ebuild index 487032d719d0..1dbac86c84d9 100644 --- a/app-office/planner/planner-0.12-r1.ebuild +++ b/app-office/planner/planner-0.12-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.2 2004/07/14 12:38:31 foser Exp $ - - +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.3 2004/10/22 23:20:15 liquidx Exp $ inherit gnome2 + DESCRIPTION="Project manager for Gnome2" HOMEPAGE="http://planner.imendio.org/" @@ -44,7 +43,8 @@ src_unpack () { unpack ${A} cd ${S} # Upstream has a newer intltool, doing this will fix some dependency problems - intltoolize --force + elibtoolize + intltoolize --force && aclocal && autoconf && automake } pkg_postinst () { -- cgit v1.2.3-65-gdbad