diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-08-10 12:56:48 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-08-10 12:56:48 +0000 |
commit | 322b7aaea4121a324b96f62f653f62c4f8c6d45e (patch) | |
tree | 67d5de8ed93b5d539c2b6fb871b02d1510a368eb /dev-util/bugle | |
parent | bump to include more upstream patches (diff) | |
download | gentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.tar.gz gentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.tar.bz2 gentoo-2-322b7aaea4121a324b96f62f653f62c4f8c6d45e.zip |
Add virtual/opengl for bug #227859 ; and drop autotools dep and old ebuild
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'dev-util/bugle')
-rw-r--r-- | dev-util/bugle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/bugle/bugle-0.0.20070718.ebuild | 45 | ||||
-rw-r--r-- | dev-util/bugle/bugle-0.0.20071009.ebuild | 7 |
3 files changed, 10 insertions, 50 deletions
diff --git a/dev-util/bugle/ChangeLog b/dev-util/bugle/ChangeLog index 233127529d6f..96021ea9d137 100644 --- a/dev-util/bugle/ChangeLog +++ b/dev-util/bugle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/bugle -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.5 2007/10/29 14:30:57 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/ChangeLog,v 1.6 2008/08/10 12:56:48 jokey Exp $ + + 10 Aug 2008; Markus Ullmann <jokey@gentoo.org> -bugle-0.0.20070718.ebuild, + bugle-0.0.20071009.ebuild: + Add virtual/opengl for bug #227859 ; and drop autotools dep and old ebuild *bugle-0.0.20071009 (29 Oct 2007) diff --git a/dev-util/bugle/bugle-0.0.20070718.ebuild b/dev-util/bugle/bugle-0.0.20070718.ebuild deleted file mode 100644 index 9354d8cbf0c0..000000000000 --- a/dev-util/bugle/bugle-0.0.20070718.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20070718.ebuild,v 1.2 2007/09/18 08:22:40 jokey Exp $ - -inherit autotools toolchain-funcs - -DESCRIPTION="A tool for OpenGL debugging" -HOMEPAGE="http://www.opengl.org/sdk/tools/BuGLe/" -SRC_URI="mirror://sourceforge/bugle/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ffmpeg gtk readline" - -DEPEND="ffmpeg? ( media-video/ffmpeg ) - gtk? ( >=x11-libs/gtk+-2.4.0 >=x11-libs/gtkglext-1.0.0 ) - readline? ( sys-libs/readline ) - sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_compile() { - if [ "$(gcc-version)" == "4.0" ]; then - die "BuGLe doesn't work with gcc-4.0. Use gcc-3.x or >=gcc-4.1." - fi - - econf \ - $(use_with ffmpeg) \ - $(use_with readline) \ - $(use_with gtk) \ - $(use_with gtk gtkglext) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dodoc README TODO TROUBLESHOOTING FAQ doc/*.{txt,html} - docinto examples - dodoc doc/examples/* - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_postinst() { - elog "See man 3 bugle for an introduction to BuGLe." -} diff --git a/dev-util/bugle/bugle-0.0.20071009.ebuild b/dev-util/bugle/bugle-0.0.20071009.ebuild index 3b3cd3d864d8..1653a99bbe39 100644 --- a/dev-util/bugle/bugle-0.0.20071009.ebuild +++ b/dev-util/bugle/bugle-0.0.20071009.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild,v 1.1 2007/10/29 14:30:57 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bugle/bugle-0.0.20071009.ebuild,v 1.2 2008/08/10 12:56:48 jokey Exp $ -inherit autotools toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A tool for OpenGL debugging" HOMEPAGE="http://www.opengl.org/sdk/tools/BuGLe/" @@ -16,6 +16,7 @@ IUSE="ffmpeg gtk readline" DEPEND="ffmpeg? ( media-video/ffmpeg ) gtk? ( >=x11-libs/gtk+-2.4.0 >=x11-libs/gtkglext-1.0.0 ) readline? ( sys-libs/readline ) + virtual/opengl sys-libs/ncurses" RDEPEND="${DEPEND}" |