diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 08:42:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-07 08:49:51 +0000 |
commit | d9e4106dbf7b8db0585410315e8e6143ee538779 (patch) | |
tree | 2ccdd6723d0ed82dea003d1291bfa7c9676a0839 /dev-haskell/unix-compat | |
parent | dev-haskell/utf8-string: drop old (diff) | |
download | gentoo-d9e4106dbf7b8db0585410315e8e6143ee538779.tar.gz gentoo-d9e4106dbf7b8db0585410315e8e6143ee538779.tar.bz2 gentoo-d9e4106dbf7b8db0585410315e8e6143ee538779.zip |
dev-haskell/unix-compat: drop old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch | 9 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild | 31 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/unix-compat/Manifest b/dev-haskell/unix-compat/Manifest index 786b341fd9b1..a9ae93104360 100644 --- a/dev-haskell/unix-compat/Manifest +++ b/dev-haskell/unix-compat/Manifest @@ -1,2 +1 @@ -DIST unix-compat-0.4.3.1.tar.gz 13152 BLAKE2B a2fc2d7ab23c0b26349181cfcfa98d864944c5347f7a8177fa467e8b963883c32c042dce3d36dfabd7008dda9efe632f7cf1edb6485178d8b2695ca8d73dc4a0 SHA512 ff6d7f52d1e0e21c3739831ae33b34b13815aadfce7f90efe2cfa10325b55aac982824d4cdaf112af03e8d51824d091d8781ff1caf529f02f8d251ada5c9e63b DIST unix-compat-0.5.2.tar.gz 13281 BLAKE2B 617e916badf79b76959ffcd542ad6fa1f1ea04c0bc741faace7614bc9e0fcae0cc34dabb06197fa8686dee26b0d890ee95d3f6e5f6258e543424a9d99498a0cf SHA512 0a0a98e03edb7c6ab4401a022c3e90f7598b24930cb22ba04711c3f57b8f87990c6669d5cda07196b61d36cb6e0fa8b281822fa99b199c3b78cfccd0bc3f70be diff --git a/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch b/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch deleted file mode 100644 index 1a07b6883ad2..000000000000 --- a/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/cbits/HsUnixCompat.c b/cbits/HsUnixCompat.c -index 1f7f189..5de35f5 100644 ---- a/cbits/HsUnixCompat.c -+++ b/cbits/HsUnixCompat.c -@@ -6,2 +6,4 @@ - -+#include <sys/sysmacros.h> /* TODO: glibc()-specific macro */ -+ - unsigned int unix_major(dev_t dev) diff --git a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild deleted file mode 100644 index d21861e67138..000000000000 --- a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild +++ /dev/null @@ -1,31 +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.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Portable POSIX-compatibility layer" -HOMEPAGE="https://github.com/jystic/unix-compat" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="old-time" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -PATCHES=("${FILESDIR}"/${PN}-0.4.2.0-majmin.patch) - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag old-time old-time) -} |