summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-11 15:41:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-11 15:48:07 +0100
commit820c219b7c42e8a6982805ed2e4a2b15f79319fd (patch)
tree7d7f16f4bfb8c69a1f5253941fcbad9f57468c22 /dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild
parentdev-haskell/ghc-syb-utils: bump up to 0.3.0.0 (diff)
downloadgentoo-820c219b7c42e8a6982805ed2e4a2b15f79319fd.tar.gz
gentoo-820c219b7c42e8a6982805ed2e4a2b15f79319fd.tar.bz2
gentoo-820c219b7c42e8a6982805ed2e4a2b15f79319fd.zip
dev-haskell/ghc-syb-utils: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild')
-rw-r--r--dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild b/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild
deleted file mode 100644
index 1bc6d6a5b89b..000000000000
--- a/dev-haskell/ghc-syb-utils/ghc-syb-utils-0.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Scrap Your Boilerplate utilities for the GHC API"
-HOMEPAGE="https://github.com/nominolo/ghc-syb"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/syb-0.1.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"