From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/biocore/Manifest | 3 +++ dev-haskell/biocore/biocore-0.3.1.ebuild | 25 +++++++++++++++++++++++++ dev-haskell/biocore/metadata.xml | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-haskell/biocore/Manifest create mode 100644 dev-haskell/biocore/biocore-0.3.1.ebuild create mode 100644 dev-haskell/biocore/metadata.xml (limited to 'dev-haskell/biocore') diff --git a/dev-haskell/biocore/Manifest b/dev-haskell/biocore/Manifest new file mode 100644 index 000000000000..e33aa6bd1e97 --- /dev/null +++ b/dev-haskell/biocore/Manifest @@ -0,0 +1,3 @@ +DIST biocore-0.3.1.tar.gz 2812 BLAKE2B ff94cbbb37c7f74c7d08e31a626336d4db621c468dd42df43ba20739224378b1ecd358e74111174eea6a30450e50091245490606da39781d92e905cb1e875db6 SHA512 0a9a3690aa0888c688c8429facd0a26ac94f639222568d2e68a0640714098a40fa38d196800900486d12b36ee735576519d98e4d45f0320261d3f5de9ab09311 +EBUILD biocore-0.3.1.ebuild 584 BLAKE2B 97a45bfaded1b8fa049a2ad4f17976988fba43bdcfd38e242d6a7805c3f0d3ff7762a0be5f0d70dee3880b0e34ac500904b3ab546027c8ebd1acc4a0d774c1af SHA512 22b9195739c7d4aee4827fe3dc46e863d3ae1e67100b949cbd4c223374932b34322a3b4bfbf6b7d0ba17b3163ab27fac9d5a6620e11b4b84e522f015d6d2d09a +MISC metadata.xml 513 BLAKE2B 908cee4a5af32ebc521401f9537900ac0888dfcc8b26128e444f57b0f953482b95a0636ab2c6fb92f15dd3b7af1baf847d706b32d57f333edce2e8c98fce2c74 SHA512 156aec24385d099aa3b1b061938164d1a3b8f62e2ec71b3c99fa75d0a6d8a2ec3ce1ae666d9a2c09a107ef436b1abc2cabf13d6cb9a6e888d7f3487fbbe5acc9 diff --git a/dev-haskell/biocore/biocore-0.3.1.ebuild b/dev-haskell/biocore/biocore-0.3.1.ebuild new file mode 100644 index 000000000000..8ebe8159caee --- /dev/null +++ b/dev-haskell/biocore/biocore-0.3.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A bioinformatics library" +HOMEPAGE="http://hackage.haskell.org/package/biocore" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/stringable:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/biocore/metadata.xml b/dev-haskell/biocore/metadata.xml new file mode 100644 index 000000000000..769f8647ae51 --- /dev/null +++ b/dev-haskell/biocore/metadata.xml @@ -0,0 +1,14 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + A set of core definitions and data structures + commonly used in bioinformatics. The intention is that bioinformatics + libraries will use this as a common ground to avoid needless incompatibilities + and duplicated work. + + -- cgit v1.2.3