summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-06-18 19:48:51 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-06-18 19:48:51 +0000
commitb99ba2343c9e61f1d1566c7f969512b0843854f6 (patch)
treee9ff367f53dfb3ce183200417a307dac1c2f4966 /dev-haskell/xhtml
parent keyword ~amd64-fbsd (diff)
downloadgentoo-2-b99ba2343c9e61f1d1566c7f969512b0843854f6.tar.gz
gentoo-2-b99ba2343c9e61f1d1566c7f969512b0843854f6.tar.bz2
gentoo-2-b99ba2343c9e61f1d1566c7f969512b0843854f6.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/xhtml')
-rw-r--r--dev-haskell/xhtml/ChangeLog7
-rw-r--r--dev-haskell/xhtml/xhtml-2006.9.13.ebuild26
-rw-r--r--dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild17
-rw-r--r--dev-haskell/xhtml/xhtml-3000.0.2.ebuild26
-rw-r--r--dev-haskell/xhtml/xhtml-3000.2.0.4.ebuild37
-rw-r--r--dev-haskell/xhtml/xhtml-3000.2.0.5.ebuild22
6 files changed, 6 insertions, 129 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog
index 832ef7dc9c5c..c3dd7e73bf31 100644
--- a/dev-haskell/xhtml/ChangeLog
+++ b/dev-haskell/xhtml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/xhtml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.29 2013/04/25 18:48:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.30 2013/06/18 19:48:51 slyfox Exp $
+
+ 18 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> -xhtml-2006.9.13.ebuild,
+ -xhtml-3000.0.2.1.ebuild, -xhtml-3000.0.2.ebuild, -xhtml-3000.2.0.4.ebuild,
+ -xhtml-3000.2.0.5.ebuild:
+ Drop old.
25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xhtml-3000.2.0.1.ebuild:
Stable for sparc, wrt bug #457780
diff --git a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
deleted file mode 100644
index a214565c73ea..000000000000
--- a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.6 2008/07/15 06:10:43 jer Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-GHC_PV=6.6
-
-DESCRIPTION="XHTML combinator library for haskell"
-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="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"
-
-src_unpack() {
- unpack ${A}
- cabal-mksetup
-}
diff --git a/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild
deleted file mode 100644
index 2858664fc76e..000000000000
--- a/dev-haskell/xhtml/xhtml-3000.0.2.1.ebuild
+++ /dev/null
@@ -1,17 +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/xhtml/xhtml-3000.0.2.1.ebuild,v 1.6 2012/09/12 15:26:23 qnikst Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-DESCRIPTION="XHTML combinator 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"
diff --git a/dev-haskell/xhtml/xhtml-3000.0.2.ebuild b/dev-haskell/xhtml/xhtml-3000.0.2.ebuild
deleted file mode 100644
index 1a4885e21515..000000000000
--- a/dev-haskell/xhtml/xhtml-3000.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.0.2.ebuild,v 1.9 2008/07/15 06:10:43 jer Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-GHC_PV=6.6.1
-
-DESCRIPTION="XHTML combinator library for haskell"
-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="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"
-
-src_unpack() {
- unpack ${A}
- cabal-mksetup
-}
diff --git a/dev-haskell/xhtml/xhtml-3000.2.0.4.ebuild b/dev-haskell/xhtml/xhtml-3000.2.0.4.ebuild
deleted file mode 100644
index f507c4e35cde..000000000000
--- a/dev-haskell/xhtml/xhtml-3000.2.0.4.ebuild
+++ /dev/null
@@ -1,37 +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/xhtml/xhtml-3000.2.0.4.ebuild,v 1.2 2012/09/12 15:26:23 qnikst Exp $
-
-EAPI="3"
-
-# haddock-2.9.2 has xhtml as a dep, so disable haddock feature
-CABAL_FEATURES="lib profile"
-inherit haskell-cabal
-
-DESCRIPTION="An XHTML combinator library"
-HOMEPAGE="https://github.com/haskell/xhtml"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-src_prepare() {
- if has_version '>=dev-lang/ghc-7.2.1' && has_version '<dev-haskell/ghc-7.4.0'; then
- if ghc-pkg describe base | grep -q "trusted: False"; then
- eerror "Due to an oversight, the base package isn't trusted by default in ghc-7.2.1."
- eerror "To avoid the build failing with the error:"
- eerror "base:Prelude can't be safely imported! The package (base) the module resides in isn't trusted."
- eerror "it is necessary to run, once:"
- eerror "ghc-pkg trust base"
- die "base is not trusted"
- fi
- fi
- sed -e 's@base >= 4.0 && < 4.5@base >= 4.0 \&\& < 4.6@' \
- -i "${S}/${PN}.cabal" || die "Could not loosen dependencies"
-}
diff --git a/dev-haskell/xhtml/xhtml-3000.2.0.5.ebuild b/dev-haskell/xhtml/xhtml-3000.2.0.5.ebuild
deleted file mode 100644
index 4cb28dbc3fa0..000000000000
--- a/dev-haskell/xhtml/xhtml-3000.2.0.5.ebuild
+++ /dev/null
@@ -1,22 +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/xhtml/xhtml-3000.2.0.5.ebuild,v 1.2 2012/09/12 15:26:23 qnikst Exp $
-
-EAPI="3"
-
-# haddock-2.9.2 has xhtml as a dep, so disable haddock feature
-CABAL_FEATURES="lib profile"
-inherit haskell-cabal
-
-DESCRIPTION="An XHTML combinator library"
-HOMEPAGE="https://github.com/haskell/xhtml"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"