summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-07-24 19:12:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-07-24 19:12:54 +0000
commit37cac22d0099e4f334e9b3bdd8d5d3f627b20af9 (patch)
tree1ecbfe0108e9326abe51de14eceb467647d90987 /dev-haskell/openal
parentVersion bump with lots of bugfixes and some new features. Remove old. (diff)
downloadhistorical-37cac22d0099e4f334e9b3bdd8d5d3f627b20af9.tar.gz
historical-37cac22d0099e4f334e9b3bdd8d5d3f627b20af9.tar.bz2
historical-37cac22d0099e4f334e9b3bdd8d5d3f627b20af9.zip
Removed old versions.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/openal')
-rw-r--r--dev-haskell/openal/ChangeLog8
-rw-r--r--dev-haskell/openal/openal-1.3.1.ebuild32
-rw-r--r--dev-haskell/openal/openal-1.3.ebuild26
3 files changed, 6 insertions, 60 deletions
diff --git a/dev-haskell/openal/ChangeLog b/dev-haskell/openal/ChangeLog
index eb1e51a44b03..e7f3e9eb5e9d 100644
--- a/dev-haskell/openal/ChangeLog
+++ b/dev-haskell/openal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/openal
-# 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 $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/ChangeLog,v 1.12 2010/07/24 19:05:53 slyfox Exp $
+
+ 24 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> -openal-1.3.ebuild,
+ -openal-1.3.1.ebuild:
+ Removed old versions.
16 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -openal-1.2.ebuild:
Remove old version with built_with_use call.
diff --git a/dev-haskell/openal/openal-1.3.1.ebuild b/dev-haskell/openal/openal-1.3.1.ebuild
deleted file mode 100644
index 0f4a366a825e..000000000000
--- a/dev-haskell/openal/openal-1.3.1.ebuild
+++ /dev/null
@@ -1,32 +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.3.1.ebuild,v 1.5 2007/12/16 20:11:19 drac Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-MY_PN="OpenAL"
-GHC_PV=6.6.1
-
-DESCRIPTION="A Haskell binding to the OpenAL cross-platform 3D audio API"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6
- >=dev-haskell/opengl-2.2.1
- media-libs/openal"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-
-# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x
-src_unpack() {
- unpack "${A}"
- sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs"
-}
-
-#TODO: install examples perhaps?
diff --git a/dev-haskell/openal/openal-1.3.ebuild b/dev-haskell/openal/openal-1.3.ebuild
deleted file mode 100644
index c857c7b544c4..000000000000
--- a/dev-haskell/openal/openal-1.3.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/openal/openal-1.3.ebuild,v 1.1 2007/07/09 12:40:29 dcoutts Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-MY_PN="OpenAL"
-GHC_PV=6.6
-
-DESCRIPTION="A Haskell binding to the OpenAL cross-platform 3D audio API"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6
- >=dev-haskell/opengl-2.1
- media-libs/openal"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-
-#TODO: install examples perhaps?