From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/tasty-ant-xml/Manifest | 2 ++ dev-haskell/tasty-ant-xml/metadata.xml | 11 ++++++++ .../tasty-ant-xml/tasty-ant-xml-1.0.0.8.ebuild | 33 ++++++++++++++++++++++ .../tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild | 32 +++++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 dev-haskell/tasty-ant-xml/Manifest create mode 100644 dev-haskell/tasty-ant-xml/metadata.xml create mode 100644 dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.0.8.ebuild create mode 100644 dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild (limited to 'dev-haskell/tasty-ant-xml') diff --git a/dev-haskell/tasty-ant-xml/Manifest b/dev-haskell/tasty-ant-xml/Manifest new file mode 100644 index 00000000000..6dda8bb20f8 --- /dev/null +++ b/dev-haskell/tasty-ant-xml/Manifest @@ -0,0 +1,2 @@ +DIST tasty-ant-xml-1.0.0.8.tar.gz 3761 SHA256 75fa0d386eefa41c6f06632912009e5bc55aa6b618b6c90d64c3dc6ed5e8124e SHA512 280acbd679c911932ee0e501db7621eaf777c70ddfcd42e80ddf4ed39d7c9f5bf917fa081ac47e55a4e2d5230984f553f7daf8a6651bab9b7e3ece83315a5006 WHIRLPOOL 02a83561107c82600b35d75813590b758554c8531eb58451665b24149c2a906a30464bcbb1a77c056e12d2b43c71904dd3cf080b6e7db78a38b42bb35cc72f97 +DIST tasty-ant-xml-1.0.1.tar.gz 3935 SHA256 4c572fd3ea41ae60de5344a00b8ef0ecfe54e0cfec5251597a86cc9553a569f1 SHA512 37ee0731984990e2ab1a6b166c289e85a3b9f37fac2b997fdc4f85934f0108bbc5b3e12e2ae119f2456649f0eb54e8620e38bdc1fc6b95bd5b3ffe889ea763a1 WHIRLPOOL 5e68100e5b5ee4239dc18e2cc3615c6b353304879c8ca81f075262cd6fc3470828af61bad742304128759cd22d6c0b7481467eebbeb6165a64ecaafcdabb85d6 diff --git a/dev-haskell/tasty-ant-xml/metadata.xml b/dev-haskell/tasty-ant-xml/metadata.xml new file mode 100644 index 00000000000..ce21776fe5f --- /dev/null +++ b/dev-haskell/tasty-ant-xml/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. + + + ocharles/tasty-ant-xml + + diff --git a/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.0.8.ebuild b/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.0.8.ebuild new file mode 100644 index 00000000000..360a1f2e5cd --- /dev/null +++ b/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.0.8.ebuild @@ -0,0 +1,33 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Render tasty output to XML for Jenkins" +HOMEPAGE="http://github.com/ocharles/tasty-ant-xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/generic-deriving-1.6.2:=[profile?] + >=dev-haskell/mtl-2.1.2:=[profile?] + >=dev-haskell/reducers-3.10.1:=[profile?] + >=dev-haskell/stm-2.4.2:=[profile?] + >=dev-haskell/tagged-0.7:=[profile?] + >=dev-haskell/tasty-0.8:=[profile?] =dev-haskell/transformers-0.3.0.0:=[profile?] + >=dev-haskell/xml-1.3.13:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild b/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild new file mode 100644 index 00000000000..5e38cb8b368 --- /dev/null +++ b/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild @@ -0,0 +1,32 @@ +# 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 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Render tasty output to XML for Jenkins" +HOMEPAGE="http://github.com/ocharles/tasty-ant-xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/generic-deriving-1.6.2:=[profile?] + >=dev-haskell/mtl-2.1.2:=[profile?] + >=dev-haskell/stm-2.4.2:=[profile?] + >=dev-haskell/tagged-0.7:=[profile?] + >=dev-haskell/tasty-0.10:=[profile?] =dev-haskell/transformers-0.3.0.0:=[profile?] + >=dev-haskell/xml-1.3.13:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" -- cgit v1.2.1