summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-11-25 20:55:48 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-11-25 20:55:48 +0000
commitf8f1b849bc8c5fa69c9fa0a80d38bba9caac020d (patch)
tree586b9f7dbc717bd834ffee196d43664f91f8dfa2 /sci-mathematics
parentRemoved old (diff)
downloadhistorical-f8f1b849bc8c5fa69c9fa0a80d38bba9caac020d.tar.gz
historical-f8f1b849bc8c5fa69c9fa0a80d38bba9caac020d.tar.bz2
historical-f8f1b849bc8c5fa69c9fa0a80d38bba9caac020d.zip
Version bump
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/wxmaxima/ChangeLog8
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild (renamed from sci-mathematics/wxmaxima/wxmaxima-0.8.7.ebuild)7
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog
index dc63db66e4c0..08c561344b91 100644
--- a/sci-mathematics/wxmaxima/ChangeLog
+++ b/sci-mathematics/wxmaxima/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/wxmaxima
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.34 2011/06/09 22:53:39 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.35 2011/11/25 20:55:48 bicatali Exp $
+
+*wxmaxima-11.08.0 (25 Nov 2011)
+
+ 25 Nov 2011; SĂ©bastien Fabbro <bicatali@gentoo.org> -wxmaxima-0.8.7.ebuild,
+ +wxmaxima-11.08.0.ebuild:
+ Version bump
*wxmaxima-11.04.0 (09 Jun 2011)
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.8.7.ebuild b/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild
index 7f07669b044f..de3958853bae 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.8.7.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.7.ebuild,v 1.3 2011/03/14 16:32:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild,v 1.1 2011/11/25 20:55:48 bicatali Exp $
WX_GTK_VER="2.8"
-EAPI="2"
+EAPI=4
inherit wxwidgets fdo-mime
MYP=wxMaxima-${PV}
@@ -45,12 +45,11 @@ src_configure() {
}
src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
doicon data/wxmaxima.png
make_desktop_entry wxmaxima wxMaxima wxmaxima
dodir /usr/share/doc/${PF}
dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
- dodoc AUTHORS
}
pkg_postinst() {