jlec 15/05/05 08:46:50 Modified: ball-1.4.2.ebuild ChangeLog Log: Fix linking problems, bug #547522 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 sci-chemistry/ball/ball-1.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild?r1=1.2&r2=1.3 Index: ball-1.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ball-1.4.2.ebuild 8 Apr 2015 18:22:14 -0000 1.2 +++ ball-1.4.2.ebuild 5 May 2015 08:46:50 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild,v 1.2 2015/04/08 18:22:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.2.ebuild,v 1.3 2015/05/05 08:46:50 jlec Exp $ EAPI=5 @@ -53,6 +53,7 @@ "${FILESDIR}"/${P}-QT4_EXTRACT_OPTIONS-CMake-macro-changed-in-CMake-2.8.patch "${FILESDIR}"/${PN}-1.4.1-BondOrder.xml.patch "${FILESDIR}"/${P}-Fix-compilation-of-sipModularWidget.patch + "${FILESDIR}"/${P}-underlinking.patch ) pkg_setup() { 1.17 sci-chemistry/ball/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ball/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 8 Apr 2015 18:22:14 -0000 1.16 +++ ChangeLog 5 May 2015 08:46:50 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/ball # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.16 2015/04/08 18:22:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ChangeLog,v 1.17 2015/05/05 08:46:50 jlec Exp $ + + 05 May 2015; Justin Lecher <[email protected]> + +files/ball-1.4.2-underlinking.patch, ball-1.4.2.ebuild: + Fix linking problems, bug #547522 08 Apr 2015; Michał Górny <[email protected]> ball-1.4.2.ebuild: Drop old Python implementations
