summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-22 23:20:15 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-22 23:20:15 +0000
commitc832cae30ef10ce3728ed059b7718038fbc64cfc (patch)
treea88b993bc745c7ab6b785de1a63d58293de03a85 /app-office/planner
parentAdded missing dependency on =gnome-extra/libgtkhtml-3.0*. Closes bug #63191. ... (diff)
downloadgentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.tar.gz
gentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.tar.bz2
gentoo-2-c832cae30ef10ce3728ed059b7718038fbc64cfc.zip
add aclocal/automake/autoconf if calling intltoolize (#68514)
Diffstat (limited to 'app-office/planner')
-rw-r--r--app-office/planner/ChangeLog6
-rw-r--r--app-office/planner/planner-0.11.ebuild4
-rw-r--r--app-office/planner/planner-0.12-r1.ebuild8
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 <liquidx@gentoo.org> planner-0.11.ebuild,
+ planner-0.12-r1.ebuild:
+ add aclocal/automake/autoconf if calling intltoolize (#68514)
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
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 () {