summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-25 10:53:59 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-25 10:53:59 +0000
commitc0bae8d5226d047977499b501548557b8a7d9089 (patch)
tree35b809a2434822e12d1487b0729710e11f71c318 /dev-tcltk
parentDrop old to fix unresolved dependencies. Thanks to Mr_Bones_ (diff)
downloadgentoo-2-c0bae8d5226d047977499b501548557b8a7d9089.tar.gz
gentoo-2-c0bae8d5226d047977499b501548557b8a7d9089.tar.bz2
gentoo-2-c0bae8d5226d047977499b501548557b8a7d9089.zip
Cleaned old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/togl/ChangeLog5
-rw-r--r--dev-tcltk/togl/togl-2.0-r1.ebuild39
2 files changed, 4 insertions, 40 deletions
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 <jlec@gentoo.org> -togl-2.0-r1.ebuild:
+ Cleaned old
24 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> 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"
-}