diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-02-24 11:43:52 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-02-24 11:43:52 +0100 |
commit | 2447c4df23f24a556b2d7a3b1b40280e2053b824 (patch) | |
tree | 9a0bce37a34263e04a3b092ab9778ebd8b153b0d /x11-apps | |
parent | media-libs/leptonica: Drop all pre-1.74.1 versions (diff) | |
download | gentoo-2447c4df23f24a556b2d7a3b1b40280e2053b824.tar.gz gentoo-2447c4df23f24a556b2d7a3b1b40280e2053b824.tar.bz2 gentoo-2447c4df23f24a556b2d7a3b1b40280e2053b824.zip |
x11-apps/xdriinfo: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdriinfo/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest index 488e24109c09..129d47649ad9 100644 --- a/x11-apps/xdriinfo/Manifest +++ b/x11-apps/xdriinfo/Manifest @@ -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 index 5e617ccd0efb..000000000000 --- a/x11-apps/xdriinfo/xdriinfo-1.0.4.ebuild +++ /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/" - -} |