summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-24 09:54:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-24 09:54:04 +0000
commit1878d66d474fb2dc7fd943a6690627cbbfd1b46a (patch)
tree252cb7362db44466c8fd472932f34ab24bf321bc /x11-apps/xdriinfo
parentold (diff)
downloadgentoo-2-1878d66d474fb2dc7fd943a6690627cbbfd1b46a.tar.gz
gentoo-2-1878d66d474fb2dc7fd943a6690627cbbfd1b46a.tar.bz2
gentoo-2-1878d66d474fb2dc7fd943a6690627cbbfd1b46a.zip
old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xdriinfo')
-rw-r--r--x11-apps/xdriinfo/Manifest2
-rw-r--r--x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild29
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
index 870719fc2595..c91f52a1fa50 100644
--- a/x11-apps/xdriinfo/Manifest
+++ b/x11-apps/xdriinfo/Manifest
@@ -1,6 +1,4 @@
-DIST xdriinfo-1.0.1.tar.bz2 81557 RMD160 d33dbc45dfd2943b14e6516f4dbf0b13241e39f1 SHA1 c9cea5c1150641490de6db2eb8ed5ad192a8883e SHA256 f693977bdaea7eb6b095a6b6bc60b8a62110ecdef4c455211346e592f59c3772
DIST xdriinfo-1.0.2.tar.bz2 88240 RMD160 ab29ce79883500ce7907f6cc3a8210cfd5330cff SHA1 d6c72a59825354049da2885be4d3e1490c965230 SHA256 7b03ac095b6c79688c20ad61e3576d4698e3f16c09a7f3f1e7c50826814e7265
-EBUILD xdriinfo-1.0.1.ebuild 752 RMD160 d1a40faa70bfea02de08108a566ef84f7ff43121 SHA1 d542214ea7060ad3fe6b2d9b4aa2f2619e605b1d SHA256 85b7a890f8f21acd3f4cded5a0afea630d82078cb7798714ef2a0d7b9d43df9a
EBUILD xdriinfo-1.0.2.ebuild 783 RMD160 0be0287dd64fd8c5479b1d64b5b16480f18eb1b2 SHA1 9f4ef24ac7311a60f2b4ac6e498536862624808f SHA256 7e1cbb1c6ec6676cfd1656268187ac2f7b6f3d539330eb8d5ab11f26095fdd0a
MISC ChangeLog 4540 RMD160 a49b2f862b43f04c72133e62fbc04c1ced2c2aba SHA1 5db5afa4fe5e0a859462cc1d90efd3f3310b2b50 SHA256 17de4739e2b412da3d74bc53cdaf6db87f2146c74c5c2b9ee1eb0ae21d64869f
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
deleted file mode 100644
index e81802f3b5f1..000000000000
--- a/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdriinfo/xdriinfo-1.0.1.ebuild,v 1.11 2009/05/05 07:49:14 fauli 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"
-IUSE=""
-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}
-}