* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/disk-free-space/
@ 2016-04-03 21:24 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2016-04-03 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 6aa71161bd02d32934e1ffc99dcb324fcad8b8ef
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 21:15:14 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:24:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa71161
dev-haskell/disk-free-space: new package, depend for git-annex
Retrieve information about disk space usage.
Package-Manager: portage-2.2.28
dev-haskell/disk-free-space/Manifest | 1 +
.../disk-free-space/disk-free-space-0.1.0.1.ebuild | 25 ++++++++++++++++++++++
dev-haskell/disk-free-space/metadata.xml | 11 ++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-haskell/disk-free-space/Manifest b/dev-haskell/disk-free-space/Manifest
new file mode 100644
index 0000000..c25a539
--- /dev/null
+++ b/dev-haskell/disk-free-space/Manifest
@@ -0,0 +1 @@
+DIST disk-free-space-0.1.0.1.tar.gz 2771 SHA256 f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f SHA512 7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a WHIRLPOOL 23c05349fa94ccace257c449097d7238615d14fd75ab9b59a1676a26865a11d53a315a9d8fd70747b05c5d10651acc4dc5122a656dc3ce65ca4d500576c23d2e
diff --git a/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild
new file mode 100644
index 0000000..405c43e
--- /dev/null
+++ b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild
@@ -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
+"
diff --git a/dev-haskell/disk-free-space/metadata.xml b/dev-haskell/disk-free-space/metadata.xml
new file mode 100644
index 0000000..b57b984
--- /dev/null
+++ b/dev-haskell/disk-free-space/metadata.xml
@@ -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>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ A cross-platform library for retrieving information about disk space usage.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/disk-free-space/
@ 2020-10-08 7:50 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-08 7:50 UTC (permalink / raw
To: gentoo-commits
commit: 2e755e1c923a7cae2f6c34abf2adf0b1a0e56b8e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 07:47:49 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 07:50:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e755e1c
dev-haskell/disk-free-space: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild
index 9ec58982482..1d0e064b63b 100644
--- a/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild
+++ b/dev-haskell/disk-free-space/disk-free-space-0.1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.4.7.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-08 7:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-08 7:50 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/disk-free-space/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2016-04-03 21:24 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox