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/data-endian | |
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/data-endian')
-rw-r--r-- | dev-haskell/data-endian/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/data-endian/data-endian-0.0.1.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/data-endian/data-endian-0.1.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/data-endian/metadata.xml | 11 |
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-haskell/data-endian/Manifest b/dev-haskell/data-endian/Manifest new file mode 100644 index 000000000000..2c07043d9619 --- /dev/null +++ b/dev-haskell/data-endian/Manifest @@ -0,0 +1,2 @@ +DIST data-endian-0.0.1.tar.gz 2454 SHA256 94835bba0e907d17030eae7af62a14480a14b35f97748109b847a6c32b454fb4 SHA512 1f6d096c574fe9d09104c884a67a44cdde2e436fa27e9614d077122ef6f5e8f28eaa81f48dbf09f7dcdf95065c9971d1342c31b887280a51334c38a29031bbf0 WHIRLPOOL 682ae07b9851df39f439c93eebf13be533b62857220d2bdf609247f2ca6121e80e0dcbb33dd17a113e47b926f904e82ec10d5d5a74bbe059f98bff76dcca50c2 +DIST data-endian-0.1.tar.gz 2733 SHA256 39b84a6b516c8d7e0fdb72ed16a77f87bae9fcffb9c9437797d406de47bb9b46 SHA512 ded4df9eed2ccee18d537b223f0039afc7fbe10329b525d9793a639c3f4a01f0e5e8f5ddd1c2e7c5477a63067bd3135417a1bd935076b104dc2aead5390d82cf WHIRLPOOL 9684880bd7bcea049dab6b1ba1a8e012086a2599f9cc6725a5c23f13412f11fee0b92418246875f77ae9580faaa893a72a8bbf37dca6682578cd2d2eed0cc1b2 diff --git a/dev-haskell/data-endian/data-endian-0.0.1.ebuild b/dev-haskell/data-endian/data-endian-0.0.1.ebuild new file mode 100644 index 000000000000..4d3e5ad54b97 --- /dev/null +++ b/dev-haskell/data-endian/data-endian-0.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Endian-sensitive data" +HOMEPAGE="https://github.com/mvv/data-endian" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0" diff --git a/dev-haskell/data-endian/data-endian-0.1.ebuild b/dev-haskell/data-endian/data-endian-0.1.ebuild new file mode 100644 index 000000000000..c152be3c741a --- /dev/null +++ b/dev-haskell/data-endian/data-endian-0.1.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.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Endian-sensitive data" +HOMEPAGE="https://github.com/mvv/data-endian" +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.0 +" diff --git a/dev-haskell/data-endian/metadata.xml b/dev-haskell/data-endian/metadata.xml new file mode 100644 index 000000000000..0e49ea3e9f86 --- /dev/null +++ b/dev-haskell/data-endian/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> + This package provides helpers for converting endian-sensitive data. + </longdescription> + <upstream> + <remote-id type="github">mvv/data-endian</remote-id> + </upstream> +</pkgmetadata> |