x11-apps/xdriinfo: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Fri, 24 Feb 2017 10:43:52 +0000 (11:43 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 24 Feb 2017 10:43:52 +0000 (11:43 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-apps/xdriinfo/Manifest
x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild [deleted file]

index 488e24109c09f6a9217dd687d43e0fd4b09731ea..129d47649ad95efbad5ae2b570bb136ca5d13853 100644 (file)
@@ -1,2 +1 @@
-DIST xdriinfo-1.0.4.tar.bz2 104296 SHA256 35c6e43d3b68ef5d93d013b4517014fb890bad96b2c801abf4f607927a94cb1c SHA512 7d998d89c539dbb93c00bc0dd237e086bc3c6e91c02c251448dc6e34cc8f89b2a752ab6f1d86cfb8a0d3d4373a167c9dda2f6f817626c3c7b5cd02a58bc1e6dd WHIRLPOOL 784ff13895ee09c3d621635b63b2152942ad720f7517bb714893904f1a3409dcab7fe3b10fdfc56003c13bb7e03e72791ea40cff491efe12f5ebcbb51dca8bc4
 DIST xdriinfo-1.0.5.tar.bz2 121276 SHA256 4cba3766ef89557422062287248adeb933999071bad6f3ef9c0a478a3c680119 SHA512 6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de WHIRLPOOL 771caf038bb15f174b85e5e930f5822ce559f53bd1b191206bf0a55f2f4619a0b018866b1bbe84adf55dbd6c7d4bec696b62ce89f57f9bd1223e7644da7c4e18
diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild
deleted file mode 100644 (file)
index 5e617cc..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/"
-
-}