diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-10-03 11:24:58 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-10-03 11:24:58 +0000 |
commit | a0e9323b2642f6aca284205766d1ca34394884a4 (patch) | |
tree | 533b8ca05c9451d00a4bab7d8de71bd41c098b95 /dev-haskell | |
parent | Version bump. (diff) | |
download | gentoo-2-a0e9323b2642f6aca284205766d1ca34394884a4.tar.gz gentoo-2-a0e9323b2642f6aca284205766d1ca34394884a4.tar.bz2 gentoo-2-a0e9323b2642f6aca284205766d1ca34394884a4.zip |
Remove old version with built_with_use. Fixes bug #285202.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alut/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/alut/alut-1.0.ebuild | 31 |
2 files changed, 5 insertions, 33 deletions
diff --git a/dev-haskell/alut/ChangeLog b/dev-haskell/alut/ChangeLog index 56f5b2aee0eb..55cebe0cba0b 100644 --- a/dev-haskell/alut/ChangeLog +++ b/dev-haskell/alut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/alut -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/ChangeLog,v 1.11 2008/10/04 19:50:41 fmccor Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alut/ChangeLog,v 1.12 2009/10/03 11:24:58 betelgeuse Exp $ + + 03 Oct 2009; Petteri Räty <betelgeuse@gentoo.org> -alut-1.0.ebuild: + Remove old version with built_with_use. Fixes bug #285202. 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> alut-2.1.0.0.ebuild: Sparc stable, part of Bug #239368. diff --git a/dev-haskell/alut/alut-1.0.ebuild b/dev-haskell/alut/alut-1.0.ebuild deleted file mode 100644 index 663bfc90e650..000000000000 --- a/dev-haskell/alut/alut-1.0.ebuild +++ /dev/null @@ -1,31 +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/alut/alut-1.0.ebuild,v 1.2 2007/10/31 12:53:27 dcoutts Exp $ - -inherit ghc-package flag-o-matic - -DESCRIPTION="A Haskell binding for the OpenAL Utility Toolkit" -HOMEPAGE="http://haskell.org/ghc/" -SRC_URI="" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="=dev-lang/ghc-6.4*" - -pkg_setup () { - ghc-package_pkg_setup - if ! ( built_with_use dev-lang/ghc openal && built_with_use dev-lang/ghc opengl ); then - eerror "This library has to be provided by ghc." - eerror "Please re-emerge ghc with USE=\"openal opengl\"" - die "dev-haskell/alut requires ghc to be built with USE=\"openal opengl\"" - fi - einfo "This library is already provided by ghc. This ebuild does nothing." -} - -src_install () { - dodir "$(ghc-libdir)" - touch "${D}/$(ghc-libdir)/.${P}.ghc-updater" -} |