diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-18 19:48:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-18 19:48:51 +0000 |
commit | b99ba2343c9e61f1d1566c7f969512b0843854f6 (patch) | |
tree | e9ff367f53dfb3ce183200417a307dac1c2f4966 /dev-haskell/xhtml/xhtml-2006.9.13.ebuild | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-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/xhtml-2006.9.13.ebuild')
-rw-r--r-- | dev-haskell/xhtml/xhtml-2006.9.13.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
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 -} |