summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-03-07 23:55:45 +0000
committerMarinus Schraal <foser@gentoo.org>2005-03-07 23:55:45 +0000
commit8d8794202ec63acd188c795b35303598abc97ef2 (patch)
tree7df23766253659bbdd0dda115bfdda3ffef2b03a /app-office
parentFixed #include <linux/keyboard.h> on sparc by removing #ifdef __KERNEL__ in a... (diff)
downloadhistorical-8d8794202ec63acd188c795b35303598abc97ef2.tar.gz
historical-8d8794202ec63acd188c795b35303598abc97ef2.tar.bz2
historical-8d8794202ec63acd188c795b35303598abc97ef2.zip
fix collision
Diffstat (limited to 'app-office')
-rw-r--r--app-office/planner/ChangeLog5
-rw-r--r--app-office/planner/Manifest16
-rw-r--r--app-office/planner/planner-0.12.1.ebuild15
3 files changed, 20 insertions, 16 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog
index 3a3ce34ab4a5..067de5789683 100644
--- a/app-office/planner/ChangeLog
+++ b/app-office/planner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/planner
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.17 2005/03/03 14:56:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.18 2005/03/07 23:55:45 foser Exp $
+
+ 08 Mar 2005; foser <foser@gentoo.org> planner-0.12.1.ebuild :
+ Ugly fix for #83947
03 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> planner-0.12.1.ebuild:
Stable on sparc
diff --git a/app-office/planner/Manifest b/app-office/planner/Manifest
index 19ef648539b3..2e1669275478 100644
--- a/app-office/planner/Manifest
+++ b/app-office/planner/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 bbd7a69a1aee94da0267aa150f3bda4e ChangeLog 5425
-MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
+MD5 bceaf33d334d5031f7f83edb6ce87515 planner-0.12.1.ebuild 1564
MD5 d31dbfb4a566b34b4ebc881212c9ac81 planner-0.11.ebuild 1311
-MD5 495407fdbf8395db88f8372b29a8a3b7 planner-0.12.1.ebuild 1401
+MD5 3402c1c5ed557ea34f29aef631beb064 ChangeLog 5509
+MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 a21f93754b9f061f7db90951d5d9a660 files/digest-planner-0.11 66
MD5 e49141a0cda3e7c464ad9536a5ffab0c files/digest-planner-0.12.1 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCJyWqKRy60XGEcJIRAlYMAJ4myt/VU7W1snhMLAe6UznQEMZuWgCgmB3W
-2jwTO3TtMkSCPw0MRs14yOM=
-=c+iM
------END PGP SIGNATURE-----
diff --git a/app-office/planner/planner-0.12.1.ebuild b/app-office/planner/planner-0.12.1.ebuild
index 5b09ca804080..5bacc75b8218 100644
--- a/app-office/planner/planner-0.12.1.ebuild
+++ b/app-office/planner/planner-0.12.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12.1.ebuild,v 1.4 2005/03/03 14:56:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12.1.ebuild,v 1.5 2005/03/07 23:55:45 foser Exp $
-inherit gnome2
+inherit gnome2 fdo-mime
DESCRIPTION="Project manager for Gnome2"
HOMEPAGE="http://planner.imendio.org/"
@@ -38,10 +38,21 @@ DOCS="AUTHORS COPYING ChangeLog INSTALL README"
MAKEOPTS="${MAKEOPTS} -j1"
G2CONF="${G2CONF} $(use_enable libgda database) $(use_enable python) --disable-dotnet"
+src_install() {
+
+ gnome2_src_install
+
+ # ugly fix for #83947 - FIXME : write some config magic
+ rm -fr ${D}/usr/share/mime/{XMLnamespaces,globs,magic}
+
+}
+
pkg_postinst () {
+
gnome2_pkg_postinst
einfo "You will have to unmerge mrproject and libmrproject after this"
einfo "those projects will soon dissapear, as soon as we can mark planner as stable"
echo ""
einfo "emerge unmerge mrproject libmrproject"
+
}