summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-06-18 21:34:48 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-06-18 21:34:48 +0000
commit31a6f0b0d400f760748a4869a6b97ffd17238d00 (patch)
treea7fc895dbd08f778bacf0878c0e99485ec599c4b /dev-haskell/fgl
parentDrop old. (diff)
downloadgentoo-2-31a6f0b0d400f760748a4869a6b97ffd17238d00.tar.gz
gentoo-2-31a6f0b0d400f760748a4869a6b97ffd17238d00.tar.bz2
gentoo-2-31a6f0b0d400f760748a4869a6b97ffd17238d00.zip
Drop old.
(Portage version: 2.2.0_alpha177_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/fgl')
-rw-r--r--dev-haskell/fgl/ChangeLog8
-rw-r--r--dev-haskell/fgl/fgl-5.4.1.1.ebuild26
-rw-r--r--dev-haskell/fgl/fgl-5.4.2.3.ebuild26
-rw-r--r--dev-haskell/fgl/files/fgl-5.4.2.3-ghc-7.2.patch10
4 files changed, 6 insertions, 64 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog
index a634211c2599..136925d6d409 100644
--- a/dev-haskell/fgl/ChangeLog
+++ b/dev-haskell/fgl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/fgl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.41 2012/09/12 14:38:55 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.42 2013/06/18 21:34:47 slyfox Exp $
+
+ 18 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> -fgl-5.4.1.1.ebuild,
+ -fgl-5.4.2.3.ebuild, -files/fgl-5.4.2.3-ghc-7.2.patch:
+ Drop old.
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> fgl-5.4.1.1.ebuild,
fgl-5.4.2.3.ebuild, fgl-5.4.2.4.ebuild:
diff --git a/dev-haskell/fgl/fgl-5.4.1.1.ebuild b/dev-haskell/fgl/fgl-5.4.1.1.ebuild
deleted file mode 100644
index c66d3864209a..000000000000
--- a/dev-haskell/fgl/fgl-5.4.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.1.1.ebuild,v 1.6 2012/09/12 14:38:55 qnikst Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal versionator
-
-DESCRIPTION="A functional graph library for Haskell."
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.4
- dev-haskell/mtl"
-
-src_unpack() {
- unpack ${A}
-
- if ! version_is_at_least "6.8" "$(ghc-version)"; then
- sed -i -e 's/, containers, array//' "${S}/fgl.cabal"
- fi
-}
diff --git a/dev-haskell/fgl/fgl-5.4.2.3.ebuild b/dev-haskell/fgl/fgl-5.4.2.3.ebuild
deleted file mode 100644
index 8f4b7f97807f..000000000000
--- a/dev-haskell/fgl/fgl-5.4.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.2.3.ebuild,v 1.6 2012/09/12 14:38:55 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="Martin Erwig's Functional Graph Library"
-HOMEPAGE="http://web.engr.oregonstate.edu/~erwig/fgl/haskell"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-haskell/mtl
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- dev-haskell/cabal"
-
-PATCHES=("${FILESDIR}/${PN}-5.4.2.3-ghc-7.2.patch")
diff --git a/dev-haskell/fgl/files/fgl-5.4.2.3-ghc-7.2.patch b/dev-haskell/fgl/files/fgl-5.4.2.3-ghc-7.2.patch
deleted file mode 100644
index 036e749acc16..000000000000
--- a/dev-haskell/fgl/files/fgl-5.4.2.3-ghc-7.2.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/Data/Graph/Inductive/PatriciaTree.hs b/Data/Graph/Inductive/PatriciaTree.hs
-index 2e68d86..c465259 100644
---- a/Data/Graph/Inductive/PatriciaTree.hs
-+++ b/Data/Graph/Inductive/PatriciaTree.hs
-@@ -1,4 +1,5 @@
- {-# LANGUAGE ScopedTypeVariables #-}
-+{-# LANGUAGE BangPatterns #-}
-
- -- |An efficient implementation of 'Data.Graph.Inductive.Graph.Graph'
- -- using big-endian patricia tree (i.e. "Data.IntMap").