From c0bae8d5226d047977499b501548557b8a7d9089 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 25 Feb 2012 10:53:59 +0000 Subject: Cleaned old (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) --- dev-tcltk/togl/ChangeLog | 5 ++++- dev-tcltk/togl/togl-2.0-r1.ebuild | 39 --------------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 dev-tcltk/togl/togl-2.0-r1.ebuild (limited to 'dev-tcltk') diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog index d8e372d97ea0..2bf192fdac39 100644 --- a/dev-tcltk/togl/ChangeLog +++ b/dev-tcltk/togl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/togl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.27 2012/02/24 23:26:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.28 2012/02/25 10:53:59 jlec Exp $ + + 25 Feb 2012; Justin Lecher -togl-2.0-r1.ebuild: + Cleaned old 24 Feb 2012; Samuli Suominen togl-2.0-r2.ebuild: ppc64 stable wrt #400345 diff --git a/dev-tcltk/togl/togl-2.0-r1.ebuild b/dev-tcltk/togl/togl-2.0-r1.ebuild deleted file mode 100644 index 7a7a290138ea..000000000000 --- a/dev-tcltk/togl/togl-2.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r1.ebuild,v 1.16 2011/08/15 17:15:10 jlec Exp $ - -EAPI=2 - -MY_P="Togl${PV}" - -DESCRIPTION="A Tk widget for OpenGL rendering" -HOMEPAGE="http://togl.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug +threads" - -RDEPEND=" - dev-lang/tk - virtual/opengl" -DEPEND="${RDEPEND}" - -# tests directory is missing -RESTRICT="test" - -S="${WORKDIR}"/${MY_P} - -src_configure() { - econf \ - $(use_enable debug symbols) \ - $(use_enable amd64 64bit) \ - $(use_enable threads) -} - -src_install() { - emake DESTDIR="${D}" install || die "failed to install" - dohtml doc/* || die "no html" - dodoc README* || die "no README" -} -- cgit v1.2.3-65-gdbad