summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:44:46 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:58:43 +0100
commit171e994793f4dc7929829b6eef4a56e86b6e1dc6 (patch)
tree7ccd7819f1d94f20af431a61841b639aa734d566 /dev-haskell/data-endian
parentdev-haskell/data-default-instances-base: drop old (diff)
downloadgentoo-171e994793f4dc7929829b6eef4a56e86b6e1dc6.tar.gz
gentoo-171e994793f4dc7929829b6eef4a56e86b6e1dc6.tar.bz2
gentoo-171e994793f4dc7929829b6eef4a56e86b6e1dc6.zip
dev-haskell/data-endian: 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/data-endian')
-rw-r--r--dev-haskell/data-endian/Manifest2
-rw-r--r--dev-haskell/data-endian/data-endian-0.0.1.ebuild22
-rw-r--r--dev-haskell/data-endian/data-endian-0.1.ebuild24
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/data-endian/Manifest b/dev-haskell/data-endian/Manifest
index cdf007498628..7fe5b9d36477 100644
--- a/dev-haskell/data-endian/Manifest
+++ b/dev-haskell/data-endian/Manifest
@@ -1,3 +1 @@
-DIST data-endian-0.0.1.tar.gz 2454 BLAKE2B ca75c2c9546a48030a8a7236490a4e4a404d1fb8faa69d0460b36420d56b35e78ed00d8fff7fb6839594012260ac878767527ebb581256693a41e7c3e5cd2cb5 SHA512 1f6d096c574fe9d09104c884a67a44cdde2e436fa27e9614d077122ef6f5e8f28eaa81f48dbf09f7dcdf95065c9971d1342c31b887280a51334c38a29031bbf0
DIST data-endian-0.1.1.tar.gz 2788 BLAKE2B 6f2bcf0f1074a07953027f7d29b99db995f0cbce0cee59aa81556fee0b69419ddf5727f6c27c4548c7c6f3b62a7e3b85c23983505c77c539cbcce395492a63ea SHA512 a8e94f996a0b1c929cd01b8f38c52149cf3bac0f50449d327ba66ac4a378ba5c3826860abe4d1592aa83ed9ca81dba6083c63a66e6ee0655c27521cb87977a90
-DIST data-endian-0.1.tar.gz 2733 BLAKE2B f24ccd728da923a435720d6b295af7e00661132f2b0574329b875e29bdbdb37198865d7f5905bcdd3fad646f9b7ea569f2442e5e630259d6fe3ae5ee25e5626e SHA512 ded4df9eed2ccee18d537b223f0039afc7fbe10329b525d9793a639c3f4a01f0e5e8f5ddd1c2e7c5477a63067bd3135417a1bd935076b104dc2aead5390d82cf
diff --git a/dev-haskell/data-endian/data-endian-0.0.1.ebuild b/dev-haskell/data-endian/data-endian-0.0.1.ebuild
deleted file mode 100644
index a2ad531fef5f..000000000000
--- a/dev-haskell/data-endian/data-endian-0.0.1.ebuild
+++ /dev/null
@@ -1,22 +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.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Endian-sensitive data"
-HOMEPAGE="https://github.com/mvv/data-endian"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6.0"
diff --git a/dev-haskell/data-endian/data-endian-0.1.ebuild b/dev-haskell/data-endian/data-endian-0.1.ebuild
deleted file mode 100644
index 2522c895cf34..000000000000
--- a/dev-haskell/data-endian/data-endian-0.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.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Endian-sensitive data"
-HOMEPAGE="https://github.com/mvv/data-endian"
-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.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6.0
-"