diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/easy-file | |
download | gentoo-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/easy-file')
-rw-r--r-- | dev-haskell/easy-file/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/easy-file/easy-file-0.2.0.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/easy-file/easy-file-0.2.1.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/easy-file/metadata.xml | 11 |
4 files changed, 63 insertions, 0 deletions
diff --git a/dev-haskell/easy-file/Manifest b/dev-haskell/easy-file/Manifest new file mode 100644 index 000000000000..b7e7eb90d7b4 --- /dev/null +++ b/dev-haskell/easy-file/Manifest @@ -0,0 +1,2 @@ +DIST easy-file-0.2.0.tar.gz 12607 SHA256 4a548fd47953f81ec2b528aa5d4e5cf36799a8cbac053f7df43b97807b9c1a6d SHA512 1af315fa7892253b65d79f0f1abed2f475cde06837509181ddfcf147694c951703a45e5124463fc31a66670153d40b1fc9556791d77e20000d28ef7d7da9869a WHIRLPOOL 18164dc3b13c61a03656b86e9fbccdf0c6017b2155bd08c9281303c97dd1890740b57c8375c0830b16425c2e5dbbf200b87f2b607fe3a7f0f098766ccb2ab983 +DIST easy-file-0.2.1.tar.gz 12610 SHA256 ff86e1b29284499bea5f1d0ff539b3ed64fa6d1a06c2243ca61f93be0202e56c SHA512 48249b2662384cd766d8a7f66242c1d4c68b5b56a87583fd0363cd075c7fc0d8f013edb45fcab15ceaa8325e4f2fbb6ed920ca873e231c44934d6dae12e6102f WHIRLPOOL 9fa48b106284fa09be6a355797dbaab9ed7cf4621c9a64c2b1779c045e2f3c9bed5ba03702236770a1c86797f2e56a37d28217efd3610b00119b4a1356d85d92 diff --git a/dev-haskell/easy-file/easy-file-0.2.0.ebuild b/dev-haskell/easy-file/easy-file-0.2.0.ebuild new file mode 100644 index 000000000000..516e0895abab --- /dev/null +++ b/dev-haskell/easy-file/easy-file-0.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Cross-platform File handling" +HOMEPAGE="http://github.com/kazu-yamamoto/easy-file" +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.6 +" diff --git a/dev-haskell/easy-file/easy-file-0.2.1.ebuild b/dev-haskell/easy-file/easy-file-0.2.1.ebuild new file mode 100644 index 000000000000..a41f543757a0 --- /dev/null +++ b/dev-haskell/easy-file/easy-file-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Cross-platform File handling" +HOMEPAGE="http://github.com/kazu-yamamoto/easy-file" +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.6 +" diff --git a/dev-haskell/easy-file/metadata.xml b/dev-haskell/easy-file/metadata.xml new file mode 100644 index 000000000000..6ea498ede467 --- /dev/null +++ b/dev-haskell/easy-file/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Cross-platform File handling for Unix/Mac/Windows + </longdescription> + <upstream> + <remote-id type="github">kazu-yamamoto/easy-file</remote-id> + </upstream> +</pkgmetadata> |