summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:28:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:28:43 +0000
commit8e92969d2340ddd2bf87f024b559f9a0a5df028d (patch)
tree0a534bd2f2f13e6b5595d0c7b7e7d7333c691878 /dev-haskell/hstringtemplate
parentDrop old. (diff)
downloadgentoo-2-8e92969d2340ddd2bf87f024b559f9a0a5df028d.tar.gz
gentoo-2-8e92969d2340ddd2bf87f024b559f9a0a5df028d.tar.bz2
gentoo-2-8e92969d2340ddd2bf87f024b559f9a0a5df028d.zip
Drop old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hstringtemplate')
-rw-r--r--dev-haskell/hstringtemplate/ChangeLog6
-rw-r--r--dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild45
2 files changed, 5 insertions, 46 deletions
diff --git a/dev-haskell/hstringtemplate/ChangeLog b/dev-haskell/hstringtemplate/ChangeLog
index 7aa365929216..d14650c56f3f 100644
--- a/dev-haskell/hstringtemplate/ChangeLog
+++ b/dev-haskell/hstringtemplate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hstringtemplate
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/ChangeLog,v 1.5 2015/04/05 10:33:16 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/ChangeLog,v 1.6 2015/08/02 11:28:43 slyfox Exp $
+
+ 02 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ -hstringtemplate-0.7.1.ebuild:
+ Drop old.
*hstringtemplate-0.8.3 (05 Apr 2015)
diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild b/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild
deleted file mode 100644
index ecae5b2f2502..000000000000
--- a/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild,v 1.2 2014/07/25 09:16:39 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HStringTemplate"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="StringTemplate implementation in Haskell"
-HOMEPAGE="http://hackage.haskell.org/package/HStringTemplate"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+quasi-quotation syb-with-class"
-
-RDEPEND="dev-haskell/blaze-builder:=[profile?]
- dev-haskell/deepseq:=[profile?]
- <dev-haskell/parsec-4:=[profile?]
- dev-haskell/syb:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/utf8-string:=[profile?]
- dev-haskell/void:=[profile?]
- >=dev-lang/ghc-7.4.1:=
- quasi-quotation? ( dev-haskell/mtl:=[profile?]
- )
- syb-with-class? ( dev-haskell/syb-with-class:=[profile?]
- )"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag quasi-quotation quasi-quotation) \
- $(cabal_flag syb-with-class syb-with-class)
-}