grozin 15/01/11 16:27:22 Modified: asymptote-2.32.ebuild ChangeLog Log: Fixing bug #528632 (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Revision Changes Path 1.3 media-gfx/asymptote/asymptote-2.32.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?r1=1.2&r2=1.3 Index: asymptote-2.32.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- asymptote-2.32.ebuild 7 Jun 2014 07:46:21 -0000 1.2 +++ asymptote-2.32.ebuild 11 Jan 2015 16:27:22 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.2 2014/06/07 07:46:21 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.3 2015/01/11 16:27:22 grozin Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -53,6 +53,9 @@ # Bug #322473 epatch "${FILESDIR}/${P}-info.patch" + # Bug #528632 - fix from https://www.archlinux.org/packages/extra/x86_64/asymptote/ + epatch "${FILESDIR}/${P}-ghostscript-9.15.patch" + eautoreconf } 1.111 media-gfx/asymptote/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 7 Jun 2014 07:46:21 -0000 1.110 +++ ChangeLog 11 Jan 2015 16:27:22 -0000 1.111 @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/asymptote -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.110 2014/06/07 07:46:21 grozin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.111 2015/01/11 16:27:22 grozin Exp $ + + 11 Jan 2015; Andrey Grozin <[email protected]> asymptote-2.32.ebuild, + +files/asymptote-2.32-ghostscript-9.15.patch: + Fixing bug #528632 07 Jun 2014; Andrey Grozin <[email protected]> asymptote-2.32.ebuild: Fixed #512590
