diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:51:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:51:38 +0000 |
commit | ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea (patch) | |
tree | 8914f4f23f71c34dbe6112832da65a3fb4e637da /x11-apps/xdriinfo | |
parent | Version bump. (diff) | |
download | historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.tar.gz historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.tar.bz2 historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.zip |
Version bump
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r-- | x11-apps/xdriinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog index 8b3229ea30ad..89def5bdc7fe 100644 --- a/x11-apps/xdriinfo/ChangeLog +++ b/x11-apps/xdriinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xdriinfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.47 2010/03/17 14:32:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.48 2010/11/09 18:49:40 scarabeus Exp $ + +*xdriinfo-1.0.4 (09 Nov 2010) + + 09 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xdriinfo-1.0.4.ebuild: + Version bump 17 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> xdriinfo-1.0.3.ebuild: diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild new file mode 100644 index 000000000000..d230486a8ebf --- /dev/null +++ b/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild,v 1.1 2010/11/09 18:49:40 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="query configuration information of DRI drivers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~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/" + +} |