diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-24 13:35:38 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-24 13:37:13 +0100 |
commit | 37166610c713fd6008dc37ab345a2908595561d1 (patch) | |
tree | 8dc9f3347f799c4353e259215c8f384d0428b332 /dev-haskell/libmpd | |
parent | dev-haskell/timezone-olson: drop old (diff) | |
download | gentoo-37166610c713fd6008dc37ab345a2908595561d1.tar.gz gentoo-37166610c713fd6008dc37ab345a2908595561d1.tar.bz2 gentoo-37166610c713fd6008dc37ab345a2908595561d1.zip |
dev-haskell/libmpd: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r-- | dev-haskell/libmpd/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.9.1.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest index b55cc43093f9..94026d83b685 100644 --- a/dev-haskell/libmpd/Manifest +++ b/dev-haskell/libmpd/Manifest @@ -1,2 +1 @@ -DIST libmpd-0.9.1.0.tar.gz 41332 BLAKE2B 16d4ee3ae4edeb647927ca03ebcad0ce94cf0e5dbcd15550843ad7a56f92683fe6e5c0e265875d4df944493d7273499e8ae0a8127d75a1b16416965d95a833df SHA512 f8fb657c4eec2444aaa6ec58966ea9fc8f4944ce13e4dc380f8fbf3dd87a39e1db18c563a25ac09ea1c6f3b5c8596a25dc0e81d8b7d2771c970d85c06d208496 DIST libmpd-0.9.2.0.tar.gz 41824 BLAKE2B 1788acb7e4152a9612a8cd503ac9751a5165a80044f1470bb4b6b055e9a52b538c9bf9cd5f0d2796e08f11e1c7a80e2739cbedf6869e1929a2f27fda08ec32ae SHA512 44b09e239a757308e59434eec80382465b684c9a00803c917194268a5b5b548b9da8e33ead8582c2a797badd0edb38846267009848a4f2300098adda4004aa18 diff --git a/dev-haskell/libmpd/libmpd-0.9.1.0.ebuild b/dev-haskell/libmpd/libmpd-0.9.1.0.ebuild deleted file mode 100644 index 8ab931fc2ed5..000000000000 --- a/dev-haskell/libmpd/libmpd-0.9.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="An MPD client library" -HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?] - >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?] - >=dev-haskell/network-2.6.3.5:=[profile?] - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?] - >=dev-haskell/safe-exceptions-0.1:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?] - >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?] - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?] - >=dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/quickcheck-2.10 ) -" |