Skip to content

Commit

Permalink
dev-haskell/language-css: parser and pretty-printer for CSS, a depend…
Browse files Browse the repository at this point in the history
… of app-forensics/quickfuzz

Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Sep 11, 2016
1 parent 483b4de commit 57471fd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/language-css/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST language-css-0.0.3.tar.gz 18953 SHA256 2f459ba844a6df5e2c2ba8f696ae15e14263ddc259c771c81885909f118015bc SHA512 49e6223763f61892342b300b14ee372d27fb7fa4036965f026ca13f290ab6b949e1e2aa1fd679b479d004614a25d38da9bddd5b1f14af9e9c8e2211504880858 WHIRLPOOL 79c3ee7b259db75acac1cbc2fc487a398bf228afdaddff0fff3e0924405c9ff705e47161ca804a8a5ea2454cb24c363795513a9dcde7ecc9ad373a0d73617ca9
25 changes: 25 additions & 0 deletions dev-haskell/language-css/language-css-0.0.3.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=6

# ebuild generated by hackport 0.5.9999

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

DESCRIPTION="CSS 2.1 syntax"
HOMEPAGE="http://hackage.haskell.org/package/language-css"
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-1.2
"
11 changes: 11 additions & 0 deletions dev-haskell/language-css/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
library for building and pretty printing CSS 2.1 code
</longdescription>
</pkgmetadata>

0 comments on commit 57471fd

Please sign in to comment.