diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/th-expand-syns | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/th-expand-syns')
-rw-r--r-- | dev-haskell/th-expand-syns/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/metadata.xml | 14 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild | 25 |
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest deleted file mode 100644 index 4f9ae8b68d4f..000000000000 --- a/dev-haskell/th-expand-syns/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST th-expand-syns-0.3.0.6.tar.gz 6395 BLAKE2B 2a5e4c94b6e9c5f129c36c16c2259c36691e0795d8997a6917c39ba0c958e92dda2c670798761db1af4616493c2ae79306cb3ce489e8b7473046b3ee10dfb25e SHA512 ffface5d571b6af659e37910c22aaca93c04dac3a58483b53a8c197389ef94173027b3e446f96e7de7239c9139f7901aa85a2e990f9d2a2d83a5e641d7f37365 -DIST th-expand-syns-0.4.2.0.tar.gz 7237 BLAKE2B c8179e95c870f601fb862756f0861e1b519d1c4d1378f3af5d78bc5381dae92190c8acbd3451dd51a701ed5935baf4a140026722a012a2731d7d90951e486159 SHA512 c0af0f38793cad2ddf96b75fb19641f791dab51f053b4d8c68c6081f0cd2e29f1d76fd2436b596c10718dfd84e4715740499cf95675e22013c7ce3a1655ba8b9 -EBUILD th-expand-syns-0.3.0.6.ebuild 605 BLAKE2B f841ae2fa4b82f46a82e813d3bd6b7f423f02454ac6a4191a4aabc515ec83f58eae05b46479a62951b09cab14a3cf246d513b1056e261634ad1c2e562c649bdb SHA512 777d47c2b021df21987bbfca30a8e850f8cf7b198cfd856e3765b9cbabcddd39710e47da2f11bfbb63ba383ce3be2b06c7acdf67ef981433f01e4856677e24a6 -EBUILD th-expand-syns-0.4.2.0.ebuild 606 BLAKE2B f928b7af0117728d1dde6972ec28748543f64d75b0406d7ad32645052303e91b2fbb24a6a49f8faa9b76dd92ed7256157c2aba2aa2034b772c442f1e30282d75 SHA512 7e11524b47fd85361c04c05af7e42094ab832c3dc648d87005ed4db9e2af1c323b298fc5c53463b8fa6faf17d661c95ddb105ed0c6d70b4c3b6e7e76a1881933 -MISC metadata.xml 433 BLAKE2B a4c56830c882682082902f36798ec4164596fb02fbd9433b0ed1cd1e3795bbdd8d8c8932789721021b7e15b2846e4fb1daa828084980cba39504b972d001fb6e SHA512 f13a7f7d99f21e8b564cbd9968c6579d1e678af4660d82c19ef6e9ccd785b183ceed9874279f32ddb59cc9613e3b2551ab60e0c826dafafb734398ffc643716b diff --git a/dev-haskell/th-expand-syns/metadata.xml b/dev-haskell/th-expand-syns/metadata.xml deleted file mode 100644 index 23320d5b348f..000000000000 --- a/dev-haskell/th-expand-syns/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> - Expands type synonyms in Template Haskell ASTs - </longdescription> - <upstream> - <remote-id type="github">DanielSchuessler/th-expand-syns</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild deleted file mode 100644 index 3c4a083b520f..000000000000 --- a/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Expands type synonyms in Template Haskell ASTs" -HOMEPAGE="http://hackage.haskell.org/package/th-expand-syns" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-haskell/syb:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild deleted file mode 100644 index 60223402e13d..000000000000 --- a/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Expands type synonyms in Template Haskell ASTs" -HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-haskell/syb:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" |