diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-06 17:09:09 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-06 17:09:09 +0000 |
commit | e40b61a6ea54ea5de340058ed53494f30da966e3 (patch) | |
tree | 8ed3f13f497051c4f504bc1337fd5f54bf6d98ed /sci-mathematics/Macaulay2 | |
parent | Cleanup. (diff) | |
download | gentoo-2-e40b61a6ea54ea5de340058ed53494f30da966e3.tar.gz gentoo-2-e40b61a6ea54ea5de340058ed53494f30da966e3.tar.bz2 gentoo-2-e40b61a6ea54ea5de340058ed53494f30da966e3.zip |
no, pkg_postinstall does not exist, so change it to pkg_postinst
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-mathematics/Macaulay2')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index 4ccae228d1c1..171a32397e7b 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/Macaulay2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.10 2007/03/06 08:33:06 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.11 2007/03/06 17:09:09 opfer Exp $ + + 06 Mar 2007; Christian Faulhammer <opfer@gentoo.org> + Macaulay2-0.9.95-r1.ebuild: + no, pkg_postinstall does not exist, so change it to pkg_postinst 06 Mar 2007; Christian Faulhammer <opfer@gentoo.org> Macaulay2-0.9.95-r1.ebuild: diff --git a/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild index ffe8236f4759..b40ecdb2c46c 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild,v 1.2 2007/03/06 08:33:06 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.95-r1.ebuild,v 1.3 2007/03/06 17:09:09 opfer Exp $ inherit elisp-common eutils flag-o-matic toolchain-funcs autotools @@ -79,7 +79,7 @@ src_install () { use emacs && elisp-site-file-install "${FILESDIR}/${SITEFILE}" } -pkg_postinstall() { +pkg_postinst() { if use emacs; then elisp-site-regen elog "If you want to set a hot key for Macaulay2 in Emacs add a line similar to" |