summaryrefslogtreecommitdiff
path: root/dev-haskell/tasty-ant-xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/tasty-ant-xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/tasty-ant-xml')
-rw-r--r--dev-haskell/tasty-ant-xml/Manifest5
-rw-r--r--dev-haskell/tasty-ant-xml/metadata.xml14
-rw-r--r--dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild31
-rw-r--r--dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.2.ebuild31
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-haskell/tasty-ant-xml/Manifest b/dev-haskell/tasty-ant-xml/Manifest
deleted file mode 100644
index 37e541c61f4a..000000000000
--- a/dev-haskell/tasty-ant-xml/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST tasty-ant-xml-1.0.1.tar.gz 3935 BLAKE2B dcbbd5e38e387f4300097dc1c4ac98d1b8493a1cddce286c71aeaea3e8f13cfeeaf2f4d1c8cc48ebcc629324e9e7fcd0496a895a888bfea524ebcc199476fd81 SHA512 37ee0731984990e2ab1a6b166c289e85a3b9f37fac2b997fdc4f85934f0108bbc5b3e12e2ae119f2456649f0eb54e8620e38bdc1fc6b95bd5b3ffe889ea763a1
-DIST tasty-ant-xml-1.0.2.tar.gz 3940 BLAKE2B 3ebe898064bd07c8d6323cdbc8bfd19540488bdb9a464f7508def40501ad9b06d205bb021070073f30d302b2c2d5bc39173e63af9fa87a7fe7801a599c7a7227 SHA512 034e6201413096f2f714287375325d7bd2e716e3cac4c8af68a294925db655ee9c5802bb5a0bc4c32778fc7e121036f56f76b892fe965376e4ded721860c302b
-EBUILD tasty-ant-xml-1.0.1.ebuild 867 BLAKE2B 6ebc5c2aa3d88d4a6cd070347066cc19d2b4b60f18eeec7d6d54d0ad162bd87c9fe45bf7482ca785d2a0b52ce6aec6d30e1b98f78eaa665b1bee117a0043b9c8 SHA512 2a247e17570ab198e3d069155ce4adba92444a9292023cb63fcf0892710841b8a37eeabb58831c9877df8808cad63dab6464f38dd299d32f8adf69bd1b092a63
-EBUILD tasty-ant-xml-1.0.2.ebuild 872 BLAKE2B 31fb3cc5919e64561062e5847638e645a058bcabb0cad09b9d6bf3be4c63d5eab5327591504f52dfc4839c6e772a0b34a0e5a2cacb531852aa13f832d5d1d158 SHA512 3cea0bf4658e8a16e644363667b5404704ccd188c354d3e13a3269f209b2972ec383084e4bd01ef938a3a796b29926c5ed478815d0578b9808fcad7832a12e86
-MISC metadata.xml 523 BLAKE2B 6dfb7f3ac098abc5d9d96adc1f67fe632fc1a281321ff963f53f59ab57032570d1bbbef2532a93cfdfc657b816987ad5636062201f4d2a9652e47509327b482c SHA512 d89e52044b50e0c98e2f871ea81100d8fc59852cf45cddce71816a5b1b2e1f9b24ea5444ce849617aae4d4d2c5387352f9df8afa67dc99d880509725ab65bec7
diff --git a/dev-haskell/tasty-ant-xml/metadata.xml b/dev-haskell/tasty-ant-xml/metadata.xml
deleted file mode 100644
index bb5cb7a5bcc1..000000000000
--- a/dev-haskell/tasty-ant-xml/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
- </longdescription>
- <upstream>
- <remote-id type="github">ocharles/tasty-ant-xml</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 01f9a519f56c..000000000000
--- a/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://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/tasty-0.11:=[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.2.ebuild b/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.2.ebuild
deleted file mode 100644
index 74a714dadfee..000000000000
--- a/dev-haskell/tasty-ant-xml/tasty-ant-xml-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Render tasty output to XML for Jenkins"
-HOMEPAGE="https://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/tasty-0.12:=[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
-"