diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-08-31 14:45:04 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-08-31 14:45:04 +0000 |
commit | dd88de5bd4adecdb39a0b2a90c190b8b5ed77d99 (patch) | |
tree | 4f36c48d6a9bfb372b0c2f73585f9bc611aa0abf /sci-libs/mathgl | |
parent | Respect LDFLAGS when linking, see bug #334417. (diff) | |
download | gentoo-2-dd88de5bd4adecdb39a0b2a90c190b8b5ed77d99.tar.gz gentoo-2-dd88de5bd4adecdb39a0b2a90c190b8b5ed77d99.tar.bz2 gentoo-2-dd88de5bd4adecdb39a0b2a90c190b8b5ed77d99.zip |
Fixed #335158
(Portage version: 2.2_rc72/cvs/Linux i686)
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index 5cb74d6eadc4..fb768b4b933a 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2010/07/01 10:09:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.17 2010/08/31 14:45:04 grozin Exp $ + + 31 Aug 2010; Andrey Grozin <grozin@gentoo.org> mathgl-1.10.2.1-r1.ebuild: + Fixed #335158 01 Jul 2010; Justin Lecher <jlec@gentoo.org> mathgl-1.10.1-r1.ebuild, mathgl-1.10.2-r1.ebuild, mathgl-1.10.2.1-r1.ebuild: diff --git a/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild b/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild index 0ff543e37411..381d998c89b4 100644 --- a/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild +++ b/sci-libs/mathgl/mathgl-1.10.2.1-r1.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.2.1-r1.ebuild,v 1.2 2010/07/01 10:09:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v 1.3 2010/08/31 14:45:04 grozin Exp $ EAPI=3 @@ -138,5 +138,8 @@ pkg_prerm() { pkg uninstall ${PN} EOF fi +} + +pkg_postrm() { use python && python_mod_cleanup ${PN}.py } |