summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/ranges
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/ranges')
-rw-r--r--dev-haskell/ranges/Manifest1
-rw-r--r--dev-haskell/ranges/metadata.xml9
-rw-r--r--dev-haskell/ranges/ranges-0.2.4.ebuild23
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-haskell/ranges/Manifest b/dev-haskell/ranges/Manifest
new file mode 100644
index 000000000000..70af38c6d43a
--- /dev/null
+++ b/dev-haskell/ranges/Manifest
@@ -0,0 +1 @@
+DIST ranges-0.2.4.tar.gz 2244 SHA256 dbbba083fccdd7f27454db3f29d0f9f13e927cb1e985641e5dbdcdbfddaebbfa SHA512 384982a7a3d9a2cf5e8cd525a4175671258869ed9bf676e607e02158daa5e658b5924559a9e223d121039efe9f097516d04703d39dba9cdf6bd53bf7b240f18e WHIRLPOOL c225922241b8ceaafd8456d8150a2eee768f1539454b3f92048ca97136441107243bf86bddd6243e4cac879aae304e5c3c167268f0ed72082c62e21f90125d2b
diff --git a/dev-haskell/ranges/metadata.xml b/dev-haskell/ranges/metadata.xml
new file mode 100644
index 000000000000..d70b94ebce37
--- /dev/null
+++ b/dev-haskell/ranges/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Ranges and some functions allowing things like fast membership
+ lookup on ranges with holes in them and so on.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/ranges/ranges-0.2.4.ebuild b/dev-haskell/ranges/ranges-0.2.4.ebuild
new file mode 100644
index 000000000000..f0f7a33896ae
--- /dev/null
+++ b/dev-haskell/ranges/ranges-0.2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="Ranges and various functions on them"
+HOMEPAGE="http://hackage.haskell.org/package/ranges"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"