diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-03-29 21:10:08 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-03-29 21:10:08 +0000 |
commit | 579497560931c060dad2d69a5fbb985eec64a057 (patch) | |
tree | 14b19c896d516cd39603913a9cb78308359f2cd1 /sci-libs/mathgl | |
parent | Version bump. (diff) | |
download | gentoo-2-579497560931c060dad2d69a5fbb985eec64a057.tar.gz gentoo-2-579497560931c060dad2d69a5fbb985eec64a057.tar.bz2 gentoo-2-579497560931c060dad2d69a5fbb985eec64a057.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch (renamed from sci-libs/mathgl/files/mathgl-1.10-gcc43.patch) | 0 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-1.10.2.ebuild (renamed from sci-libs/mathgl/mathgl-1.10.ebuild) | 11 |
3 files changed, 17 insertions, 3 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index 87d77a4617c1..0ac39c465f2e 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-libs/mathgl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.13 2010/03/08 18:13:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.14 2010/03/29 21:10:08 grozin Exp $ + +*mathgl-1.10.2 (30 Mar 2010) + + 30 Mar 2010; Andrey Grozin <grozin@gentoo.org> -mathgl-1.10.ebuild, + -files/mathgl-1.10-gcc43.patch, +mathgl-1.10.2.ebuild, + +files/mathgl-1.10.2-gcc43.patch: + Version bump *mathgl-1.10.1 (09 Mar 2010) diff --git a/sci-libs/mathgl/files/mathgl-1.10-gcc43.patch b/sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch index 7a639bb9a4ab..7a639bb9a4ab 100644 --- a/sci-libs/mathgl/files/mathgl-1.10-gcc43.patch +++ b/sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch diff --git a/sci-libs/mathgl/mathgl-1.10.ebuild b/sci-libs/mathgl/mathgl-1.10.2.ebuild index bacb641bef1e..84e1931a7404 100644 --- a/sci-libs/mathgl/mathgl-1.10.ebuild +++ b/sci-libs/mathgl/mathgl-1.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.ebuild,v 1.4 2010/02/12 04:20:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.ebuild,v 1.1 2010/03/29 21:10:08 grozin Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -8,7 +8,7 @@ inherit autotools wxwidgets python versionator toolchain-funcs DESCRIPTION="Math Graphics Library" HOMEPAGE="http://mathgl.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz mirror://sourceforge/${PN}/STIX_font.tgz" LICENSE="LGPL-3" SLOT="0" @@ -44,6 +44,13 @@ pkg_setup() { fi } +src_unpack() { + unpack ${A} + mkdir "${S}"/fonts + cd "${S}"/fonts + unpack STIX_font.tgz +} + src_prepare() { # bug #267061 epatch "${FILESDIR}"/${P}-gcc43.patch |