diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 11:54:00 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 682ef101d26228b83101e63dac44c8c494a3b46e (patch) | |
tree | 324e930f965c84eed3bcedd73a7cb380f39f0e38 /dev-haskell/hinotify | |
parent | dev-haskell/hjsmin: drop old (diff) | |
download | gentoo-682ef101d26228b83101e63dac44c8c494a3b46e.tar.gz gentoo-682ef101d26228b83101e63dac44c8c494a3b46e.tar.bz2 gentoo-682ef101d26228b83101e63dac44c8c494a3b46e.zip |
dev-haskell/hinotify: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/hinotify')
-rw-r--r-- | dev-haskell/hinotify/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.6.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.7.ebuild | 25 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-haskell/hinotify/Manifest b/dev-haskell/hinotify/Manifest index d0be7566cb36..4d1faa1ffe71 100644 --- a/dev-haskell/hinotify/Manifest +++ b/dev-haskell/hinotify/Manifest @@ -1,3 +1 @@ -DIST hinotify-0.3.6.tar.gz 11065 SHA256 fc9fd005247cc456b7038785a89ae86591e5bba92faf7dd33bf3a70fd24ff66f SHA512 ab5634bda85ace9872afc29687085025fb22ba4463b7a3bd271c55ce7e304964dd80dd80df7695fdf389635939047e876de6d555637a8ab624cd7bc6f09af130 WHIRLPOOL 5e428bc62e0a173b4d32a3ca818e4592d72ad4687d9f0cea6b464ebeab751ec4b1429b2daf7d3de58506cc0eb3a5806414e7bfbcfb8d5285021e291e33cbea74 -DIST hinotify-0.3.7.tar.gz 6760 SHA256 0b702d104f35ca925c748deb9e2a1faaaf6b7b517e48a39a8c8f7d1ad3ebf544 SHA512 af3f07259734b7c671a6c342df1b017c450b48b26a2035cf09571b5e67631b878b46306849c37ff41a0184854004b82ef29f7e6c378da6d462b7b8d1e85dd17f WHIRLPOOL 26ab108c5192039336cfa547e225082b426f0ccf0b4ab630143b2d5c48daee8e788f706448dd4b777f39e755cc66d510a832e517cc988dd9d0359f76e07eb8ea DIST hinotify-0.3.8.1.tar.gz 8344 SHA256 37d46e32c362ff1e2d9c8d79a553e0d2e59e009d46708163fb05a07e1a71810d SHA512 965484ed676985303e0e559985d80e37af3d1cd0d7a0bb111679ba2ac1ead4c541a409630bb679ab70e33c0e2dcb070e17b162ff8a967c65e438ec071b756f87 WHIRLPOOL ff1eba2928e1b61639c1cde2f089bb01642102750cc4243d301469c028c735e3fa8eeea458ab6e04006f5a9e85727e580d24a91955e868c028f1add1420c2cb0 diff --git a/dev-haskell/hinotify/hinotify-0.3.6.ebuild b/dev-haskell/hinotify/hinotify-0.3.6.ebuild deleted file mode 100644 index 66458a4e7f8c..000000000000 --- a/dev-haskell/hinotify/hinotify-0.3.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 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="Haskell binding to inotify" -HOMEPAGE="https://github.com/kolmodin/hinotify.git" -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" diff --git a/dev-haskell/hinotify/hinotify-0.3.7.ebuild b/dev-haskell/hinotify/hinotify-0.3.7.ebuild deleted file mode 100644 index 65616510ead0..000000000000 --- a/dev-haskell/hinotify/hinotify-0.3.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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="Haskell binding to inotify" -HOMEPAGE="https://github.com/kolmodin/hinotify.git" -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 -" |