diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 16:08:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 16:08:56 +0000 |
commit | a2f3b2092a29016a71cdc2aafeccfc4088d57898 (patch) | |
tree | afc1302f2b7a0a09addbb33da21a6fd9f0ef0105 /dev-haskell | |
parent | Fix building with OpenSSL >= 1.0.0 wrt #327937 by Diego E. Pettenò. (diff) | |
download | gentoo-2-a2f3b2092a29016a71cdc2aafeccfc4088d57898.tar.gz gentoo-2-a2f3b2092a29016a71cdc2aafeccfc4088d57898.tar.bz2 gentoo-2-a2f3b2092a29016a71cdc2aafeccfc4088d57898.zip |
Removed old versions
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/missingh/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/missingh/missingh-0.14.4.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/missingh/missingh-0.16.0.ebuild | 44 | ||||
-rw-r--r-- | dev-haskell/missingh/missingh-0.18.6.ebuild | 41 |
4 files changed, 5 insertions, 120 deletions
diff --git a/dev-haskell/missingh/ChangeLog b/dev-haskell/missingh/ChangeLog index 767a23f49e0d..5f9a9cfa2e04 100644 --- a/dev-haskell/missingh/ChangeLog +++ b/dev-haskell/missingh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/missingh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.14 2010/06/30 17:57:45 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.15 2010/07/12 16:08:56 slyfox Exp $ + + 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> + -missingh-0.14.4.ebuild, -missingh-0.16.0.ebuild, -missingh-0.18.6.ebuild: + Removed old versions 30 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> +missingh-1.1.0.3.ebuild: diff --git a/dev-haskell/missingh/missingh-0.14.4.ebuild b/dev-haskell/missingh/missingh-0.14.4.ebuild deleted file mode 100644 index 2944d8aaa7af..000000000000 --- a/dev-haskell/missingh/missingh-0.14.4.ebuild +++ /dev/null @@ -1,34 +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/missingh/missingh-0.14.4.ebuild,v 1.3 2007/10/31 13:08:35 dcoutts Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit base haskell-cabal - -DESCRIPTION="Collection of Haskell-related utilities" -HOMEPAGE="http://quux.org/devel/missingh" -SRC_URI="http://quux.org/devel/missingh/missingh_${PV}.tar.gz" - -LICENSE="GPL-2" # mixed licence, mostly GPL -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" - -S="${WORKDIR}/missingh" - -DEPEND=">=dev-lang/ghc-6.4.1" - -src_unpack() { - base_src_unpack - - # removes warning with later versions of cabal - sed -i -e "s/HS-Source-Dir/HS-Source-Dirs/" "${S}/MissingH.cabal" - - # change -O2 to -O - sed -i -e "s/GHC-Options: -O2/GHC-Options: -O/" "${S}/MissingH.cabal" -} - -src_install() { - cabal_src_install - dodoc README COPYRIGHT -} diff --git a/dev-haskell/missingh/missingh-0.16.0.ebuild b/dev-haskell/missingh/missingh-0.16.0.ebuild deleted file mode 100644 index 9505588b8c48..000000000000 --- a/dev-haskell/missingh/missingh-0.16.0.ebuild +++ /dev/null @@ -1,44 +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/missingh/missingh-0.16.0.ebuild,v 1.4 2007/10/31 13:08:35 dcoutts Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit base haskell-cabal - -DESCRIPTION="Collection of Haskell-related utilities" -HOMEPAGE="http://software.complete.org/missingh" -SRC_URI="http://software.complete.org/missingh/static/download_area/0.16/missingh_${PV}.tar.gz" - -LICENSE="GPL-2" # mixed licence, mostly GPL -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" - -S="${WORKDIR}/missingh" - -DEPEND=">=dev-lang/ghc-6.4.2 - >=dev-haskell/mtl-1.0 - >=dev-haskell/quickcheck-1.0 - >=dev-haskell/hunit-1.1 - >=dev-haskell/network-1.0" - -src_unpack() { - base_src_unpack - - # removes warning with later versions of cabal - sed -i -e "s/HS-Source-Dir/HS-Source-Dirs/" "${S}/MissingH.cabal" - - # change -O2 to -O - sed -i -e "s/GHC-Options: -O2/GHC-Options: -O/" "${S}/MissingH.cabal" - - # rexex module got it's onw package in 6.6 but before that it was in base - # so don't dep on the regex-compat package with ghc-6.4.x - if ! version_is_at_least "6.6" "$(ghc-version)"; then - sed -i -e "s/regex-compat,//" "${S}/MissingH.cabal" - fi -} - -src_install() { - cabal_src_install - dodoc README COPYRIGHT -} diff --git a/dev-haskell/missingh/missingh-0.18.6.ebuild b/dev-haskell/missingh/missingh-0.18.6.ebuild deleted file mode 100644 index 2e978bedad33..000000000000 --- a/dev-haskell/missingh/missingh-0.18.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.6 2010/06/16 23:13:15 kolmodin Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal versionator - -DESCRIPTION="Collection of Haskell-related utilities" -HOMEPAGE="http://software.complete.org/missingh" -SRC_URI="http://software.complete.org/missingh/static/download_area/${PV}/missingh_${PV}.tar.gz" - -LICENSE="GPL-2" # mixed licence, all GPL compatible -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" -SLOT="0" - -S="${WORKDIR}/missingh" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/hunit-1.1 - >=dev-haskell/hslogger-1.0.1 - >=dev-haskell/mtl-1.0 - >=dev-haskell/network-1.0 - >=dev-haskell/quickcheck-1.0 - dev-haskell/regex-compat" - -src_unpack() { - unpack ${A} - - cabal-mksetup - sed -i -e 's/GHC-Options: -O2/GHC-Options: -fglasgow-exts/' \ - -e 's/Build-Depends:/Build-Depends: unix,/' \ - "${S}/MissingH.cabal" - - if version_is_at_least "6.8" "$(ghc-version)"; then - sed -i -e '/Build-Depends:/a \ - directory, random, process, old-time, \ - containers, old-locale, array,' \ - "${S}/MissingH.cabal" - fi -} |