summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-09-16 15:08:50 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-09-16 15:08:50 +0000
commit57e70701b8376e49226030e97d4fda846945e074 (patch)
tree42e645d1469c4a0a4ae8a5e5523bf1cd7a5a85db /dev-haskell/openal
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-57e70701b8376e49226030e97d4fda846945e074.tar.gz
gentoo-2-57e70701b8376e49226030e97d4fda846945e074.tar.bz2
gentoo-2-57e70701b8376e49226030e97d4fda846945e074.zip
Remove old version with built_with_use call.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/openal')
-rw-r--r--dev-haskell/openal/ChangeLog7
-rw-r--r--dev-haskell/openal/openal-1.2.ebuild35
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-haskell/openal/ChangeLog b/dev-haskell/openal/ChangeLog
index 12734eec03ae..eb1e51a44b03 100644
--- a/dev-haskell/openal/ChangeLog
+++ b/dev-haskell/openal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/openal
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.10 2008/10/03 23:39:59 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.11 2009/09/16 15:08:50 betelgeuse Exp $
+
+ 16 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -openal-1.2.ebuild:
+ Remove old version with built_with_use call.
03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> openal-1.3.1.1.ebuild:
Sparc stable, Bug #239465.
diff --git a/dev-haskell/openal/openal-1.2.ebuild b/dev-haskell/openal/openal-1.2.ebuild
deleted file mode 100644
index 17a2a184740f..000000000000
--- a/dev-haskell/openal/openal-1.2.ebuild
+++ /dev/null
@@ -1,35 +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/openal/openal-1.2.ebuild,v 1.2 2007/10/31 13:09:28 dcoutts Exp $
-
-inherit ghc-package flag-o-matic
-
-DESCRIPTION="A Haskell binding to the OpenAL cross-platform 3D audio API"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI=""
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="=dev-lang/ghc-6.4*"
-
-# GHC 6.4.1 provides openal-1.0
-# GHC 6.4.2 provides openal-1.2
-# We treat them as the same version, openal-1.2
-
-pkg_setup () {
- ghc-package_pkg_setup
- if ! built_with_use dev-lang/ghc openal; then
- eerror "This library has to be provided by ghc."
- eerror "Please re-emerge ghc with USE=\"openal\""
- die "dev-haskell/openal requires ghc to be built with USE=\"openal\""
- 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"
-}