Skip to content

Commit

Permalink
dev-haskell/disk-free-space: new package, depend for git-annex
Browse files Browse the repository at this point in the history
Retrieve information about disk space usage.

Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed Apr 3, 2016
1 parent 80bc27b commit 6aa7116
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/disk-free-space/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST disk-free-space-0.1.0.1.tar.gz 2771 SHA256 f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f SHA512 7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a WHIRLPOOL 23c05349fa94ccace257c449097d7238615d14fd75ab9b59a1676a26865a11d53a315a9d8fd70747b05c5d10651acc4dc5122a656dc3ce65ca4d500576c23d2e
25 changes: 25 additions & 0 deletions dev-haskell/disk-free-space/disk-free-space-0.1.0.1.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.7.9999

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

DESCRIPTION="Retrieve information about disk space usage"
HOMEPAGE="https://github.com/redneb/disk-free-space"
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.10
"
11 changes: 11 additions & 0 deletions dev-haskell/disk-free-space/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>
A cross-platform library for retrieving information about disk space usage.
</longdescription>
</pkgmetadata>

0 comments on commit 6aa7116

Please sign in to comment.