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
commit3713cae347e8a009f74b1687acf5e6c82e753d17 (patch)
tree009700ded8791c966fae0b426c039a4f2d9df852 /app-office
parentAdded missing dependency on =gnome-extra/libgtkhtml-3.0*. Closes bug #63191. (diff)
downloadhistorical-3713cae347e8a009f74b1687acf5e6c82e753d17.tar.gz
historical-3713cae347e8a009f74b1687acf5e6c82e753d17.tar.bz2
historical-3713cae347e8a009f74b1687acf5e6c82e753d17.zip
add aclocal/automake/autoconf if calling intltoolize (#68514)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/planner/ChangeLog6
-rw-r--r--app-office/planner/Manifest16
-rw-r--r--app-office/planner/planner-0.11.ebuild4
-rw-r--r--app-office/planner/planner-0.12-r1.ebuild8
4 files changed, 24 insertions, 10 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/Manifest b/app-office/planner/Manifest
index 624f5ed2da5c..ef0357836ae5 100644
--- a/app-office/planner/Manifest
+++ b/app-office/planner/Manifest
@@ -1,6 +1,16 @@
-MD5 b864c63ffa1aaef5cdb3cc04766f3945 ChangeLog 4783
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 98e72741f4d6f5d9ef7a6e41bc72f9fb ChangeLog 4943
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 8fdbd1402d3152e74cbdc3d8c7f81363 planner-0.11.ebuild 1451
-MD5 3bfd55eef4529326f14c58ee60e83e57 planner-0.12-r1.ebuild 1552
+MD5 ac6e99d0ff474f062e52696b40443b34 planner-0.11.ebuild 1492
+MD5 5f62a234456d4f2fd724904919fcf424 planner-0.12-r1.ebuild 1602
MD5 a21f93754b9f061f7db90951d5d9a660 files/digest-planner-0.11 66
MD5 946aa436833d3f9ce476523b48dc9165 files/digest-planner-0.12-r1 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBeZYDRkyva5PS18kRAqa0AJ9Hc0OJgJJ+UhJfb50fa/BFlESfJgCdH0Is
+7cxu7hWZv0RnIQrMMmrPQXE=
+=tqp/
+-----END PGP SIGNATURE-----
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 () {