summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-10 10:10:31 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-10 10:10:31 +0100
commit9c39507d8ae18a3caebbeb3f666f9180be131813 (patch)
treef3725ac90d6fe5e6b4735d79fcc5746b5c8e60a8 /dev-haskell/fixed
parentdev-haskell/fixed: bump up to 0.3 (diff)
downloadgentoo-9c39507d8ae18a3caebbeb3f666f9180be131813.tar.gz
gentoo-9c39507d8ae18a3caebbeb3f666f9180be131813.tar.bz2
gentoo-9c39507d8ae18a3caebbeb3f666f9180be131813.zip
dev-haskell/fixed: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/fixed')
-rw-r--r--dev-haskell/fixed/Manifest1
-rw-r--r--dev-haskell/fixed/fixed-0.2.1.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/fixed/Manifest b/dev-haskell/fixed/Manifest
index 11f8c3930981..f1ea463ad9d3 100644
--- a/dev-haskell/fixed/Manifest
+++ b/dev-haskell/fixed/Manifest
@@ -1,2 +1 @@
-DIST fixed-0.2.1.1.tar.gz 4346 BLAKE2B 9821b0a7a14b338f964cce55699fbd31c1802334f6d9b8d0717e1d673d284a503e01b91328bdf307f1429ddbdd8c7a6ec3395bfbe465d6af531bfa5e27daf20b SHA512 99f0410deffbecaf4ffb15543e3fd060cc679b238644490cbb0a608dda9957fc4c0020bce667f6ca25fc02c52fced7e9ca40dabe899ec8649b522fdec75eb9c0
DIST fixed-0.3.tar.gz 4384 BLAKE2B 403f0315b45fcd7519d47a34e62b99b77eabc683bbb650b6fc66d3366d6160bbd86cb58723cc309dcce14cc1f96260df8e38ea32876754e528f2d4c66a066e09 SHA512 f7a87aa63105acf33790f022ae1f1d8201febbfeb90f8c14f05c081899614db74adbe8abbfe144fe374316a1f4d9b84bf9b091d3bbc21b0e2c8f2f33376ffefa
diff --git a/dev-haskell/fixed/fixed-0.2.1.1.ebuild b/dev-haskell/fixed/fixed-0.2.1.1.ebuild
deleted file mode 100644
index 6276f3ccc33a..000000000000
--- a/dev-haskell/fixed/fixed-0.2.1.1.ebuild
+++ /dev/null
@@ -1,24 +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"
-inherit haskell-cabal
-
-DESCRIPTION="Signed 15.16 precision fixed point arithmetic"
-HOMEPAGE="https://github.com/ekmett/fixed"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"