Skip to content

Commit

Permalink
dev-haskell/mountpoints: new package, a depend of git-annex
Browse files Browse the repository at this point in the history
list mount points

Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed Apr 3, 2016
1 parent 6aa7116 commit 87f4325
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/mountpoints/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST mountpoints-1.0.2.tar.gz 13505 SHA256 67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2 SHA512 763b58944ef4422641d4ce92d7a61c79fa95cdae9795e48db194ce10df622a3e079670099daa35f7bb51d4d10ee54ccc411105eb918bab2327d54571d9bd9060 WHIRLPOOL 4d95ef2df2ab3451db796e7044f63f24b782756a74f738750ef5077219fdee1265ee2296e6d55526e43623c01f43e1d11665a1afc349a6bca7e15f61676cabb9
13 changes: 13 additions & 0 deletions dev-haskell/mountpoints/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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>
Lists currently mounted filesystems.

Works on: Linux, BSD, Mac OS X, Android
</longdescription>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-haskell/mountpoints/mountpoints-1.0.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.7.9999

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

DESCRIPTION="list mount points"
HOMEPAGE="http://hackage.haskell.org/package/mountpoints"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

0 comments on commit 87f4325

Please sign in to comment.