mrueg 15/07/02 01:24:48 Modified: ChangeLog Added: xdriinfo-1.0.5.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.58 x11-apps/xdriinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 11 May 2013 03:45:07 -0000 1.57 +++ ChangeLog 2 Jul 2015 01:24:48 -0000 1.58 @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xdriinfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.57 2013/05/11 03:45:07 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.58 2015/07/02 01:24:48 mrueg Exp $ + +*xdriinfo-1.0.5 (02 Jul 2015) + + 02 Jul 2015; Manuel RĂ¼ger <[email protected]> +xdriinfo-1.0.5.ebuild: + Version bump. 11 May 2013; Patrick Lauer <[email protected]> xdriinfo-1.0.4.ebuild: Fix inherit 1.1 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild?rev=1.1&content-type=text/plain Index: xdriinfo-1.0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild,v 1.1 2015/07/02 01:24:48 mrueg Exp $ EAPI=3 inherit xorg-2 flag-o-matic DESCRIPTION="query configuration information of DRI drivers" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 virtual/opengl" DEPEND="${RDEPEND} x11-proto/glproto" pkg_setup() { xorg-2_pkg_setup append-cppflags "-I${EPREFIX}/usr/lib64/opengl/xorg-x11/include/" }
