diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 10:47:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 11:01:31 +0100 |
commit | d7aec9ac547211b9badcc77d76f54bcdb788892b (patch) | |
tree | 2a48c7b3b87b99dafcf77897a8c73eeca32901d9 /dev-haskell/idiii/idiii-0.1.3.3.ebuild | |
parent | dev-haskell/data-accessor: access library to record fields, a depend of dev-h... (diff) | |
download | gentoo-d7aec9ac547211b9badcc77d76f54bcdb788892b.tar.gz gentoo-d7aec9ac547211b9badcc77d76f54bcdb788892b.tar.bz2 gentoo-d7aec9ac547211b9badcc77d76f54bcdb788892b.zip |
dev-haskell/idiii: ID3 parser/generator library, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/idiii/idiii-0.1.3.3.ebuild')
-rw-r--r-- | dev-haskell/idiii/idiii-0.1.3.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild b/dev-haskell/idiii/idiii-0.1.3.3.ebuild new file mode 100644 index 000000000000..fd3324697f18 --- /dev/null +++ b/dev-haskell/idiii/idiii-0.1.3.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="ID3v2 (tagging standard for MP3 files) library" +HOMEPAGE="http://hackage.haskell.org/package/idiii" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test #missing files + +RDEPEND="dev-haskell/data-accessor:=[profile?] + dev-haskell/missingh:=[profile?] + dev-haskell/polyparse:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit ) +" |