diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:13:25 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-08 06:13:25 +0000 |
commit | 29ad2cc7c4e26862f7f4eb9d821023a9cbd15e85 (patch) | |
tree | 8daa18acafa83cdfd06d606096069911d0fe7d7a /x11-apps/xdriinfo | |
parent | Bump for 7.3. (diff) | |
download | gentoo-2-29ad2cc7c4e26862f7f4eb9d821023a9cbd15e85.tar.gz gentoo-2-29ad2cc7c4e26862f7f4eb9d821023a9cbd15e85.tar.bz2 gentoo-2-29ad2cc7c4e26862f7f4eb9d821023a9cbd15e85.zip |
Bump for 7.3.
(Portage version: 2.1.3.8)
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r-- | x11-apps/xdriinfo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xdriinfo/files/digest-xdriinfo-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.2.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/x11-apps/xdriinfo/ChangeLog b/x11-apps/xdriinfo/ChangeLog index 02e5aa1d2470..ddce0f96e2f3 100644 --- a/x11-apps/xdriinfo/ChangeLog +++ b/x11-apps/xdriinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xdriinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.23 2007/02/04 18:33:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/ChangeLog,v 1.24 2007/09/08 06:13:24 dberkholz Exp $ + +*xdriinfo-1.0.2 (08 Sep 2007) + + 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +xdriinfo-1.0.2.ebuild: + Bump for 7.3. 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> xdriinfo-1.0.1.ebuild: diff --git a/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.2 b/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.2 new file mode 100644 index 000000000000..c9a53cad09b7 --- /dev/null +++ b/x11-apps/xdriinfo/files/digest-xdriinfo-1.0.2 @@ -0,0 +1,3 @@ +MD5 a5ec51ed9f0a55dc3462d90d52ff899c xdriinfo-1.0.2.tar.bz2 88240 +RMD160 ab29ce79883500ce7907f6cc3a8210cfd5330cff xdriinfo-1.0.2.tar.bz2 88240 +SHA256 7b03ac095b6c79688c20ad61e3576d4698e3f16c09a7f3f1e7c50826814e7265 xdriinfo-1.0.2.tar.bz2 88240 diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.2.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.2.ebuild new file mode 100644 index 000000000000..0b6bef5f2f50 --- /dev/null +++ b/x11-apps/xdriinfo/xdriinfo-1.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.2.ebuild,v 1.1 2007/09/08 06:13:24 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="query configuration information of DRI drivers" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + virtual/opengl" +DEPEND="${RDEPEND} + app-admin/eselect-opengl + x11-proto/glproto" + +pkg_setup() { + # Bug #138920 + ewarn "Forcing on xorg-x11 for header sanity..." + OLD_IMPLEM="$(eselect opengl show)" + eselect opengl set --impl-headers xorg-x11 +} + +pkg_postinst() { + echo + eselect opengl set ${OLD_IMPLEM} +} |