summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-01-24 16:45:11 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-01-24 16:45:11 +0100
commit8172d0d555d40dda2a9e4630458976ea23398b56 (patch)
tree93c7ce27f601be8e06aeb72ec433b5362f277e42 /dev-haskell/gitrev/gitrev-1.3.1.ebuild
parentdev-haskell/language-docker: Initial version (diff)
downloadgentoo-8172d0d555d40dda2a9e4630458976ea23398b56.tar.gz
gentoo-8172d0d555d40dda2a9e4630458976ea23398b56.tar.bz2
gentoo-8172d0d555d40dda2a9e4630458976ea23398b56.zip
dev-haskell/gitrev: Version bump to 1.3.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-haskell/gitrev/gitrev-1.3.1.ebuild')
-rw-r--r--dev-haskell/gitrev/gitrev-1.3.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/gitrev/gitrev-1.3.1.ebuild b/dev-haskell/gitrev/gitrev-1.3.1.ebuild
new file mode 100644
index 000000000000..a6b2b895465b
--- /dev/null
+++ b/dev-haskell/gitrev/gitrev-1.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Compile git revision info into Haskell projects"
+HOMEPAGE="https://github.com/acfoltzer/gitrev"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base-compat-0.6.0:=[profile?]
+ >=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.16.0
+"