summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2011-11-02 20:06:15 +0100
committerAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2011-11-02 20:06:15 +0100
commitf6bd700a6e9d7e096c39ba16f284208abbf55716 (patch)
treee39fd6da5c4a1ed470f8f1b1b85fc86cf5c15944 /dev-util
parentRemove kdenlive of my overlay (already maintened). (diff)
downloadaluco-f6bd700a6e9d7e096c39ba16f284208abbf55716.tar.gz
aluco-f6bd700a6e9d7e096c39ba16f284208abbf55716.tar.bz2
aluco-f6bd700a6e9d7e096c39ba16f284208abbf55716.zip
Remove apitrace of my overlay (already maintened).
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/apitrace/Manifest3
-rw-r--r--dev-util/apitrace/apitrace-1.0-r1.ebuild57
-rw-r--r--dev-util/apitrace/apitrace-1.0.ebuild51
3 files changed, 0 insertions, 111 deletions
diff --git a/dev-util/apitrace/Manifest b/dev-util/apitrace/Manifest
deleted file mode 100644
index bf58a5f..0000000
--- a/dev-util/apitrace/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST apitrace-apitrace-1.0-0-g5f03103.tar.gz 770989 RMD160 202d9e215779204fd5d7b69b231293cc16864e57 SHA1 289b7b66e9daf7d25aebd9b7ed1d28a0e6f8a79a SHA256 5747e9b9cc39854d32e6100212c55f228ab41577b18f61e70f21b7a410c8e0fc
-EBUILD apitrace-1.0-r1.ebuild 1468 RMD160 b7c1759bf63dd1d7e5525de07d3ac081e062f190 SHA1 38a14913752151220a5f22f882a89fa17d963d7a SHA256 56587c9897119c5a064c575a4fcd9c9f07e7372cb1f1f6ae5b1c0b9788bf04f6
-EBUILD apitrace-1.0.ebuild 1126 RMD160 f091cf7f779c68ab82cbf001fdf5645de74fd145 SHA1 a0411c2a3d5b22150cfaae37fafa6d442318d8c1 SHA256 cbde25585b5ef0c30db2612ab6a0b0ce0da2b2662ae041f97532fb8f46d2ea26
diff --git a/dev-util/apitrace/apitrace-1.0-r1.ebuild b/dev-util/apitrace/apitrace-1.0-r1.ebuild
deleted file mode 100644
index d3035ca..0000000
--- a/dev-util/apitrace/apitrace-1.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="python? 2:2.7"
-inherit eutils cmake-utils multilib python
-
-DESCRIPTION="A powerful utility to debug OpenGL and Direct3D graphics applications and drivers, and easily capture the graphics API calls, analyze them and playback traces"
-HOMEPAGE="https://github.com/apitrace/apitrace"
-SRC_URI="https://github.com/apitrace/apitrace/tarball/${PV}/apitrace-${P}-0-g5f03103.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python qt4"
-
-DEPEND="qt4? ( =x11-libs/qt-gui-4.7*
- >=dev-libs/qjson-0.7.1 )"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${PN}-5f03103"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_configure() {
- #use multilib && cmake -H. -Bbuild32 -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_LINK_FLAGS=-m32 -DCMAKE_INSTALL_LIBDIR=lib32
-
- #local mycmakeargs="${mycmakeargs}
- # $(cmake-utils_use qt4 APITRACE_BUILD_GUI)"
-
- cmake-utils_src_configure
-}
-
-#src_compile() {
-# use multilib && make -C build32 glxtrace
-#
-# make -C build
-#}
-
-src_install() {
- dodoc README TODO || die
-
- exeinto /usr/bin || die
- doexe ${CMAKE_BUILD_DIR}/glretrace || die
- doexe ${CMAKE_BUILD_DIR}/tracedump || die
- if use qt4 ; then
- doexe ${CMAKE_BUILD_DIR}/qapitrace || die
- fi
-
- dolib.so ${CMAKE_BUILD_DIR}/glxtrace.so || die
- dolib.a ${CMAKE_BUILD_DIR}/libtrace.a || die
- #use multilib && dolib.so build32/glxtrace.so
-}
diff --git a/dev-util/apitrace/apitrace-1.0.ebuild b/dev-util/apitrace/apitrace-1.0.ebuild
deleted file mode 100644
index e93db48..0000000
--- a/dev-util/apitrace/apitrace-1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="python? 2:2.6"
-inherit eutils toolchain-funcs multilib python
-
-DESCRIPTION="A powerful utility to debug OpenGL and Direct3D graphics applications and drivers, and easily capture the graphics API calls, analyze them and playback traces"
-HOMEPAGE="https://github.com/apitrace/apitrace"
-SRC_URI="https://github.com/apitrace/apitrace/tarball/${PV}/apitrace-${P}-0-g5f03103.tar.gz"
-
-LICENSE="BSD"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-IUSE="python qt4"
-
-RDEPEND="qt4? ( =x11-libs/qt-gui-4.7*
- >=dev-libs/qjson-0.5 )"
-
-DEPEND="${RDEPEND}
- =dev-util/cmake-2.8*
- =dev-lang/python-2.6*"
-
-S="${WORKDIR}/${PN}-${PN}-5f03103"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_configure() {
- cmake -H. -Bbuild
-}
-
-src_compile() {
- make -C build
-}
-
-src_install() {
- dodoc README TODO || die
-
- exeinto /usr/bin || die
- doexe build/glretrace || die
- doexe build/tracedump || die
- if use qt4 ; then
- doexe build/qapitrace || die
- fi
-
- dolib.so build/glxtrace.so || die
- dolib.a build/libtrace.a || die
-}