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/silently | |
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/silently')
-rw-r--r-- | dev-haskell/silently/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/silently/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/silently/silently-1.2.4.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/silently/silently-1.2.5.ebuild | 27 |
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-haskell/silently/Manifest b/dev-haskell/silently/Manifest new file mode 100644 index 000000000000..8833d2d9d4f7 --- /dev/null +++ b/dev-haskell/silently/Manifest @@ -0,0 +1,2 @@ +DIST silently-1.2.4.1.tar.gz 3199 SHA256 a2b8f53e7e7bc0272852852c49d8b27ff250accc73e25cbe9f1e20f3fee0ad0c SHA512 ab8fea9c15a2061e3c3fd6970422a2cdea67aac3614991a8135f19a2f075de52f923fd0e78b5a45a91f2523f6263eb626efea2e89ed94277e03a132410862e19 WHIRLPOOL 8181fa796fcc7b2f0abfb48c481a1bbc19a5ffca9bd1f318ad5d42521dc84c2b48af64dd51304070dc3cb18ff2894bd338e11943ae606d9f2fcd654dde4f37db +DIST silently-1.2.5.tar.gz 3364 SHA256 cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839 SHA512 f28075e064561fffaa85dc88e7feef543411abc453e76d1ef90d3a7e617d9d9e8fc3ce053da391f0c8d78c7e27fb1e5dcda6a022f43f95491339366362f02acc WHIRLPOOL fa743bc31ed17980e68fa535d40f4945d79dd3b34a0a98392607bc8afb24ab4b1e7a10abfcb167de43a4a55f8927d7a2123673991d576789aa579e80432bb8c8 diff --git a/dev-haskell/silently/metadata.xml b/dev-haskell/silently/metadata.xml new file mode 100644 index 000000000000..702b8254b56b --- /dev/null +++ b/dev-haskell/silently/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> + Prevent or capture writing to stdout and other handles. + </longdescription> + <upstream> + <remote-id type="github">trystan/silently</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/silently/silently-1.2.4.1.ebuild b/dev-haskell/silently/silently-1.2.4.1.ebuild new file mode 100644 index 000000000000..58f4cfe1617c --- /dev/null +++ b/dev-haskell/silently/silently-1.2.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Prevent or capture writing to stdout and other handles" +HOMEPAGE="https://github.com/trystan/silently" +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.8 + test? ( dev-haskell/nanospec )" diff --git a/dev-haskell/silently/silently-1.2.5.ebuild b/dev-haskell/silently/silently-1.2.5.ebuild new file mode 100644 index 000000000000..992e1e87d39a --- /dev/null +++ b/dev-haskell/silently/silently-1.2.5.ebuild @@ -0,0 +1,27 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Prevent or capture writing to stdout and other handles" +HOMEPAGE="https://github.com/hspec/silently" +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.8 + test? ( dev-haskell/nanospec + dev-haskell/temporary ) +" |