diff options
author | 2020-09-09 08:07:01 +0100 | |
---|---|---|
committer | 2020-09-09 08:09:37 +0100 | |
commit | 7a5c8dc21035ade2eb2d86646d5c206e0fee89a5 (patch) | |
tree | 938d780ac928c153a34ebb6fd913e4912f098bf3 /dev-haskell/libmpd | |
parent | dev-haskell/atomic-primops: drop old (diff) | |
download | gentoo-7a5c8dc21035ade2eb2d86646d5c206e0fee89a5.tar.gz gentoo-7a5c8dc21035ade2eb2d86646d5c206e0fee89a5.tar.bz2 gentoo-7a5c8dc21035ade2eb2d86646d5c206e0fee89a5.zip |
dev-haskell/libmpd: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r-- | dev-haskell/libmpd/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild | 44 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.9.0.2.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.9.0.4.ebuild | 40 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.9.0.6.ebuild | 33 |
5 files changed, 0 insertions, 156 deletions
diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest index 6f56048fdd52..3ada508603a7 100644 --- a/dev-haskell/libmpd/Manifest +++ b/dev-haskell/libmpd/Manifest @@ -1,5 +1 @@ -DIST libmpd-0.8.0.4.tar.gz 39996 BLAKE2B b35dd8ef91bbde333c64ed904701bade2541b191121871306cc1ab196b39ce7a490ed80c948831e36abc26540bc4f89c25ebbae4b34c6ff85a73a57168ae3bee SHA512 57e06fcd9b4c1beefa95c3ff7d15bf9aea7ec92978c36ab2387f8724054ef8dd0ce6f8d9fbb437fd4b0e22b31daadf487463b95393564f8aff049d55084fe3c9 -DIST libmpd-0.9.0.2.tar.gz 38392 BLAKE2B 80b3afb64eeb5b2ff242991388c25c1581c066b7fd4700487b1b472692f1890b3299fc2e0fdbf27c035e464ee2f28314d034da8dc31db862ca47783f9042fd59 SHA512 0dcafb2085e833608c68b83bcb08177ecb68f08110c1d25e8ea7b2f69ff9fbb85e581280528d1c5a4f3a6c9077ec70105ba9d28bce4276863e91db776c698d1e -DIST libmpd-0.9.0.4.tar.gz 38421 BLAKE2B 5679d556f0c3324225da80bbf9c6d44a928c9218fd4119b9b09a8896ea3b7f26437757bd0757cce3c831a367dc057a651d282f04c189a5a22d78cb4da4a56fbf SHA512 f2c5d300f26d9101cf248c73791f45b26803d13f39472c47109921c82c941138804a80237f359629419001f1d228c2ea199c69cb4421aaca23012d5871b796c4 -DIST libmpd-0.9.0.6.tar.gz 38707 BLAKE2B f6d11eaf7c260d375c949c0cbeed17af95397d99141a0b879d7f00e00a06dac6de302b0918f3d64ee16de740f418be22ce84fbc6ffbb56af3b1688b411a3d4e3 SHA512 87601afb3ea71675793087277c8dbd02cac596df19d8e665ccae4111f87c3f5d39fff33f7c26dba9be22d6569cce9bcb039aa6f56e8542f26c699d8f0930371b DIST libmpd-0.9.1.0.tar.gz 41332 BLAKE2B 16d4ee3ae4edeb647927ca03ebcad0ce94cf0e5dbcd15550843ad7a56f92683fe6e5c0e265875d4df944493d7273499e8ae0a8127d75a1b16416965d95a833df SHA512 f8fb657c4eec2444aaa6ec58966ea9fc8f4944ce13e4dc380f8fbf3dd87a39e1db18c563a25ac09ea1c6f3b5c8596a25dc0e81d8b7d2771c970d85c06d208496 diff --git a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild b/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild deleted file mode 100644 index 4ec74f3d019d..000000000000 --- a/dev-haskell/libmpd/libmpd-0.8.0.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="An MPD client library" -HOMEPAGE="https://github.com/joachifm/libmpd-haskell#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" # Could not find module Test.Hspec.Monadic - -RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-0.13:=[profile?] - >=dev-haskell/data-default-0.4.0:=[profile?] <dev-haskell/data-default-0.6:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?] - >=dev-haskell/network-2.1:=[profile?] <dev-haskell/network-2.6:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( dev-haskell/data-default - dev-haskell/hspec - dev-haskell/hunit - dev-haskell/mtl - dev-haskell/network - >=dev-haskell/quickcheck-2.1 - dev-haskell/text - dev-haskell/utf8-string ) -" - -src_prepare() { - cabal_chdeps \ - 'attoparsec >= 0.10.1 && < 0.12' 'attoparsec >= 0.10.1 && < 0.13' -} diff --git a/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild deleted file mode 100644 index e0c998795b4f..000000000000 --- a/dev-haskell/libmpd/libmpd-0.9.0.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="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="" - -RESTRICT=test # needs slight port to ghc-7.10 - -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.1:=[profile?] <dev-haskell/network-3:=[profile?] - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-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-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/quickcheck-2.1 ) -" diff --git a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild deleted file mode 100644 index 069bf07c217a..000000000000 --- a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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 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="" - -RESTRICT=test # needs a port to QC-2.8.2 - -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.1:=[profile?] <dev-haskell/network-3:=[profile?] - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-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-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/quickcheck-2.1 ) -" - -src_prepare() { - cabal_chdeps \ - 'time >= 1.5 && <1.6' 'time >= 1.5' -} diff --git a/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild deleted file mode 100644 index 9bf805a4173d..000000000000 --- a/dev-haskell/libmpd/libmpd-0.9.0.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.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.1:=[profile?] <dev-haskell/network-3:=[profile?] - >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-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-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/quickcheck-2.1 ) -" |