diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-24 19:12:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-24 19:12:54 +0000 |
commit | af02c2ca9ae729089e1303069ed6a4a8d7f202f5 (patch) | |
tree | 02f970e10cdb79ccd731e97a30781cc8709c4f05 /dev-haskell/glut/glut-2.0.ebuild | |
parent | Removed old versions. (diff) | |
download | gentoo-2-af02c2ca9ae729089e1303069ed6a4a8d7f202f5.tar.gz gentoo-2-af02c2ca9ae729089e1303069ed6a4a8d7f202f5.tar.bz2 gentoo-2-af02c2ca9ae729089e1303069ed6a4a8d7f202f5.zip |
Removed old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/glut/glut-2.0.ebuild')
-rw-r--r-- | dev-haskell/glut/glut-2.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/glut/glut-2.0.ebuild b/dev-haskell/glut/glut-2.0.ebuild deleted file mode 100644 index a0ca9465f51e..000000000000 --- a/dev-haskell/glut/glut-2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.0.ebuild,v 1.1 2007/07/09 12:41:01 dcoutts Exp $ - -inherit ghc-package - -DESCRIPTION="GLUT bindings for Haskell" -HOMEPAGE="http://www.haskell.org/HOpenGL/" -SRC_URI="" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="=dev-lang/ghc-6.4*" - -pkg_setup () { - ghc-package_pkg_setup - einfo "This library is already provided by ghc. This ebuild does nothing." -} - -src_install () { - dodir "$(ghc-libdir)" - touch "${D}/$(ghc-libdir)/.${P}.ghc-updater" -} |