diff options
author | 2015-07-02 01:24:48 +0000 | |
---|---|---|
committer | 2015-07-02 01:24:48 +0000 | |
commit | 95c47e8324fc4614454247e27d18c3281a775e74 (patch) | |
tree | a9c07bb08ac75a57b189557ca9687fc98551ea9f /x11-apps/xdriinfo | |
parent | Version bump. (diff) | |
download | gentoo-2-95c47e8324fc4614454247e27d18c3281a775e74.tar.gz gentoo-2-95c47e8324fc4614454247e27d18c3281a775e74.tar.bz2 gentoo-2-95c47e8324fc4614454247e27d18c3281a775e74.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r-- | x11-apps/xdriinfo/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog index 8bd6334a5081..964371fb9de1 100644 --- a/x11-apps/xdriinfo/ChangeLog +++ b/x11-apps/xdriinfo/ChangeLog @@ -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 <mrueg@gentoo.org> +xdriinfo-1.0.5.ebuild: + Version bump. 11 May 2013; Patrick Lauer <patrick@gentoo.org> xdriinfo-1.0.4.ebuild: Fix inherit diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild new file mode 100644 index 000000000000..ae558f553d74 --- /dev/null +++ b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild @@ -0,0 +1,23 @@ +# 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/" + +} |