diff options
author | Peter Asplund <peter.azp@gmail.com> | 2019-12-15 22:41:02 +0100 |
---|---|---|
committer | Peter Asplund <peter.azp@gmail.com> | 2019-12-15 22:41:02 +0100 |
commit | cb85aecabe365f1a4b0105d91a0e7e454d61d3e2 (patch) | |
tree | 3c7da619b0fef4e1374a5e9f5bf04c8b2fd139df /dev-util | |
parent | media-plugins/gimp-normalmap: (diff) | |
download | AzP-cb85aecabe365f1a4b0105d91a0e7e454d61d3e2.tar.gz AzP-cb85aecabe365f1a4b0105d91a0e7e454d61d3e2.tar.bz2 AzP-cb85aecabe365f1a4b0105d91a0e7e454d61d3e2.zip |
Remove old versions of RenderDoc
Signed-off-by: Peter Asplund <peter.azp@gmail.com>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/renderdoc/renderdoc-1.0.ebuild | 40 | ||||
-rw-r--r-- | dev-util/renderdoc/renderdoc-1.1.ebuild | 40 |
2 files changed, 0 insertions, 80 deletions
diff --git a/dev-util/renderdoc/renderdoc-1.0.ebuild b/dev-util/renderdoc/renderdoc-1.0.ebuild deleted file mode 100644 index 7c1ba5f..0000000 --- a/dev-util/renderdoc/renderdoc-1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_6 ) - -inherit qmake-utils cmake-multilib eutils python-single-r1 - -DESCRIPTION="A tool for tracing, analyzing, and debugging graphics APIs" -HOMEPAGE="https://github.com/baldurk/renderdoc" -SRC_URI="https://github.com/baldurk/renderdoc/archive/v${PV}.tar.gz" -CMAKE_BUILD_TYPE="Release" -CMAKE_BUILD_GENERATOR="Ninja" -export QT_SELECT="qt5" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+qt5 +python" - -RDEPEND="${PYTHON_DEPS} - dev-libs/libpcre - x11-libs/libX11 - x11-libs/libxcb - x11-libs/xcb-util-keysyms - >=sys-devel/gcc-5.0:* - python? ( - >=dev-lang/python-3.6:* - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtsvg:5 - dev-qt/qtx11extras:5 - )" -DEPEND="${RDEPEND} - dev-util/cmake - sys-devel/bison" diff --git a/dev-util/renderdoc/renderdoc-1.1.ebuild b/dev-util/renderdoc/renderdoc-1.1.ebuild deleted file mode 100644 index 7c1ba5f..0000000 --- a/dev-util/renderdoc/renderdoc-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_6 ) - -inherit qmake-utils cmake-multilib eutils python-single-r1 - -DESCRIPTION="A tool for tracing, analyzing, and debugging graphics APIs" -HOMEPAGE="https://github.com/baldurk/renderdoc" -SRC_URI="https://github.com/baldurk/renderdoc/archive/v${PV}.tar.gz" -CMAKE_BUILD_TYPE="Release" -CMAKE_BUILD_GENERATOR="Ninja" -export QT_SELECT="qt5" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+qt5 +python" - -RDEPEND="${PYTHON_DEPS} - dev-libs/libpcre - x11-libs/libX11 - x11-libs/libxcb - x11-libs/xcb-util-keysyms - >=sys-devel/gcc-5.0:* - python? ( - >=dev-lang/python-3.6:* - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtsvg:5 - dev-qt/qtx11extras:5 - )" -DEPEND="${RDEPEND} - dev-util/cmake - sys-devel/bison" |