mattst88 14/09/22 21:02:19 Modified: mesa-10.3.0.ebuild ChangeLog Log: Fix SRC_URI. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.2 media-libs/mesa/mesa-10.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.1&r2=1.2 Index: mesa-10.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-10.3.0.ebuild 22 Sep 2014 19:24:23 -0000 1.1 +++ mesa-10.3.0.ebuild 22 Sep 2014 21:02:19 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.1 2014/09/22 19:24:23 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.2 2014/09/22 21:02:19 mattst88 Exp $ EAPI=5 @@ -22,7 +22,7 @@ MY_P="${MY_PN}-${PV/_/-}" MY_SRC_P="${MY_PN}Lib-${PV/_/-}" -FOLDER="${PV/_rc*/}" +FOLDER="${PV/.0/}" DESCRIPTION="OpenGL-like graphic library for Linux" HOMEPAGE="http://mesa3d.sourceforge.net/" 1.576 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.576&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.576&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.575&r2=1.576 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.575 retrieving revision 1.576 diff -u -r1.575 -r1.576 --- ChangeLog 22 Sep 2014 19:24:23 -0000 1.575 +++ ChangeLog 22 Sep 2014 21:02:19 -0000 1.576 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.575 2014/09/22 19:24:23 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.576 2014/09/22 21:02:19 mattst88 Exp $ + + 22 Sep 2014; Matt Turner <[email protected]> mesa-10.3.0.ebuild: + Fix SRC_URI. *mesa-10.3.0 (22 Sep 2014)
