x11-apps/intel-gpu-tools: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Sun, 12 Mar 2017 03:15:05 +0000 (19:15 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 16 Mar 2017 20:36:27 +0000 (13:36 -0700)
x11-apps/intel-gpu-tools/Manifest
x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild [deleted file]
x11-apps/intel-gpu-tools/metadata.xml

index 276ad5876039b577349a54e5ee0abe554f13dbf8..935eb6eeb80c298469f62ccb7cade99dce77a853 100644 (file)
@@ -1,2 +1 @@
-DIST intel-gpu-tools-1.12.tar.bz2 1621343 SHA256 143fe0ae4a52560b9c032aa7592fe8d36b1578abb873fa9b026a75acf7e38be3 SHA512 0643ffcc5198ad3c03d7fb2323f95b1a23fabc529ab00b5165a2355fe7b7d4d5e81b76627bf19f41fb6111fc3c9a32e83010e09941aa78097c9e58dce5832c81 WHIRLPOOL cb34e5410ef21ad143ae52c062c5d9b3b388885514364f2aca531746971cbb8775e4d3d26b7fe83ae68cf73eab9a99a1b9d6eeb4b4e5e09e896f872f68dcb905
 DIST intel-gpu-tools-1.15.tar.bz2 1827851 SHA256 dcf256112d2692aa49ce6c6d17a898f60b3709b98c2f1c4592b23d22371462bd SHA512 407f7c4ce72babbbd3ed08fc77719f88321b56745601b588bb6dce1a659786215e6d1b121af748087746df6f7da1bfd3ae8f9a898173eede5d5bb4a5b24b4559 WHIRLPOOL f06c522587cb389f519939e2a2bcfe832f6b5f59f440722443fe0098fe15d9a2a7b83c3a92c330890c5bfc24a5c75f3cb963a39e9b58f9bde926e4448bf9fc6e
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
deleted file mode 100644 (file)
index 48075a5..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit python-single-r1 xorg-2
-
-DESCRIPTION="Intel GPU userland tools"
-KEYWORDS="amd64 x86"
-IUSE="python test-programs unwind video_cards_nouveau"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="test"
-
-DEPEND="dev-libs/glib:2
-       >=x11-libs/cairo-1.12.0
-       >=x11-libs/libdrm-2.4.52[video_cards_intel,video_cards_nouveau?]
-       >=x11-libs/libpciaccess-0.10
-       python? ( ${PYTHON_DEPS} )
-       unwind? ( sys-libs/libunwind )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.12-inttypes.patch #582430
-       "${FILESDIR}"/${PN}-1.12-sysmacros.patch #581080
-)
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable python dumper)
-               $(use_enable video_cards_nouveau nouveau)
-               $(use_enable test-programs tests)
-               $(use_with unwind libunwind)
-       )
-       xorg-2_src_configure
-}
-
-src_install() {
-       xorg-2_src_install
-       if use test-programs; then
-               local testprogram
-               pushd "${AUTOTOOLS_BUILD_DIR}"/tests || die
-                       for testprogram in $(<multi-tests.txt) $(<single-tests.txt); do
-                               if [[ -f ${testprogram} ]]; then
-                                       dobin "${testprogram}"
-                               fi
-                       done
-               popd
-       fi
-}
-
-pkg_postinst() {
-       xorg-2_pkg_postinst
-       if use test-programs; then
-               elog "Test programs for DRM driver development were installed. These are not"
-               elog "designed to run outside their source tree, so may or may not work as"
-               elog "intended."
-       fi
-}
index 743c4f00f7857c5b0916c83a1f07a26a95c0265b..49b36752d733d07c7cd64250d5224b92e6f4e1c9 100644 (file)
@@ -6,7 +6,6 @@
  <name>X11</name>
 </maintainer>
 <use>
- <flag name="python">Install python based register dumper utilities</flag>
  <flag name="test-programs">Install test programs for DRM driver development</flag>
  <flag name="unwind">Provide automatic stack traces on test failures</flag>
 </use>