Skip to content

Commit

Permalink
dev-haskell/hex: new package, a depend of dev-haskell/http2
Browse files Browse the repository at this point in the history
Convert strings into hexadecimal and back.

Package-Manager: portage-2.2.27
  • Loading branch information
Sergei Trofimovich committed Jan 19, 2016
1 parent d54c126 commit c912f56
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/hex/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST hex-0.1.2.tar.gz 1956 SHA256 12ee1243edd80570a486521565fb0c9b5e39374f21a12f050636e71d55ec61ec SHA512 30608035819260b94759d644644b92a7145defa000685de53323ab4e765250ead410010e4ab96e99b97af647e97394c86edaf92cb811aa5df8228669b8ff9b4d WHIRLPOOL f5077e6206e50b6207eac37f025513148407890ef970a5cd67271224b3118dc8342e06b44ca5aed1bb0f70d979349e6edf694f93ddd509846a540af4bd6caf89
25 changes: 25 additions & 0 deletions dev-haskell/hex/hex-0.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

# ebuild generated by hackport 0.4.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Convert strings into hexadecimal and back"
HOMEPAGE="http://hackage.haskell.org/package/hex"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
dev-haskell/cabal
"
8 changes: 8 additions & 0 deletions dev-haskell/hex/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
Convert strings into hexadecimal and back.
</longdescription>
</pkgmetadata>

0 comments on commit c912f56

Please sign in to comment.