summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2008-05-27 21:40:26 +0000
committerAndrey Grozin <grozin@gentoo.org>2008-05-27 21:40:26 +0000
commit8f49bd040abf5f2039f1ba5919e4000b0cd71223 (patch)
tree2932e59079b6528782496665e3e745b6e3152939 /sci-mathematics/freemat
parentMaking repoman happy (diff)
downloadgentoo-2-8f49bd040abf5f2039f1ba5919e4000b0cd71223.tar.gz
gentoo-2-8f49bd040abf5f2039f1ba5919e4000b0cd71223.tar.bz2
gentoo-2-8f49bd040abf5f2039f1ba5919e4000b0cd71223.zip
Added fdo-mime_desktop_database_update and elogs with instructions for the user
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/freemat')
-rw-r--r--sci-mathematics/freemat/ChangeLog6
-rw-r--r--sci-mathematics/freemat/freemat-3.6.ebuild15
2 files changed, 16 insertions, 5 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog
index da12e6262889..8536a7542f51 100644
--- a/sci-mathematics/freemat/ChangeLog
+++ b/sci-mathematics/freemat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/freemat
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.10 2008/05/20 16:44:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.11 2008/05/27 21:40:26 grozin Exp $
+
+ 28 May 2008; Andrey Grozin <grozin@gentoo.org> freemat-3.6.ebuild:
+ Added fdo-mime_desktop_database_update and elogs with instructions for the
+ user
20 May 2008; Sébastien Fabbro <bicatali@gentoo.org>
+files/freemat-3.6-includes.patch, freemat-3.6.ebuild:
diff --git a/sci-mathematics/freemat/freemat-3.6.ebuild b/sci-mathematics/freemat/freemat-3.6.ebuild
index 4f1b9c71c38e..6549a3e0b4ea 100644
--- a/sci-mathematics/freemat/freemat-3.6.ebuild
+++ b/sci-mathematics/freemat/freemat-3.6.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.2 2008/05/20 16:44:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.3 2008/05/27 21:40:26 grozin Exp $
EAPI="1"
-inherit eutils autotools
+inherit eutils autotools fdo-mime
MY_PN=FreeMat
MY_P=${MY_PN}-${PV}
@@ -67,6 +67,13 @@ src_install() {
}
pkg_postint() {
- einfo "Initializing freemat data directory"
- FreeMat -i "${ROOT}"/usr/share/${MY_P}
+ fdo-mime_desktop_database_update
+ elog "Before using ${MY_PN}, do (as a normal user)"
+ elog "FreeMat -i /usr/share/${MY_P}"
+ elog "Then start ${MY_PN}, choose Tools -> Path Tool,"
+ elog "select /usr/share/${MY_P}/toolbox and Add With Subfolders"
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
}