diff options
author | 2014-09-14 18:50:32 +0000 | |
---|---|---|
committer | 2014-09-14 18:50:32 +0000 | |
commit | daaf77a3fa7dc437394cc42bd132a6a99b82dbe5 (patch) | |
tree | c74dcf2c448743342a6c3ca7a43da45fc6326829 /x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild | |
parent | dev-python/matplotlib: Version Bump, #521830 (diff) | |
download | gentoo-2-daaf77a3fa7dc437394cc42bd132a6a99b82dbe5.tar.gz gentoo-2-daaf77a3fa7dc437394cc42bd132a6a99b82dbe5.tar.bz2 gentoo-2-daaf77a3fa7dc437394cc42bd132a6a99b82dbe5.zip |
Version bump, bug #517372. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild')
-rw-r--r-- | x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild b/x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild deleted file mode 100644 index 10ba02eeca49..000000000000 --- a/x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mesa-progs/mesa-progs-8.0.1.ebuild,v 1.8 2011/05/16 07:55:20 mgorny Exp $ - -EAPI=3 - -MY_PN=${PN/progs/demos} -MY_P=${MY_PN}-${PV} -EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git" -fi - -inherit toolchain-funcs ${GIT_ECLASS} - -DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)" -HOMEPAGE="http://mesa3d.sourceforge.net/" -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2" -fi - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/opengl" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - # We're not using the complete buildsystem to avoid dependencies - # unnecessary for our two little tools. - : -} - -src_compile() { - tc-export CC - emake LDLIBS='-lX11 -lGL -lm' src/xdemos/{glxgears,glxinfo} || die -} - -src_install() { - dobin src/xdemos/{glxgears,glxinfo} || die -} |