[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-compat/files/, dev-haskell/unix-compat/

2020-11-07 Thread Sergei Trofimovich
commit: d9e4106dbf7b8db0585410315e8e6143ee538779
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov  7 08:42:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov  7 08:49:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e4106d

dev-haskell/unix-compat: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/unix-compat/Manifest   |  1 -
 .../files/unix-compat-0.4.2.0-majmin.patch |  9 ---
 dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild | 31 --
 3 files changed, 41 deletions(-)

diff --git a/dev-haskell/unix-compat/Manifest b/dev-haskell/unix-compat/Manifest
index 786b341fd9b..a9ae9310436 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 1a07b6883ad..000
--- 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  /* 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 d21861e6713..000
--- 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.
-
-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)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-compat/files/

2017-02-16 Thread Sergei Trofimovich
commit: 1943f45fd0b62de0bb2e2d1065f70c3860e55691
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 16 08:57:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 16 10:21:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1943f45f

dev-haskell/unix-compat: added missing patch

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch | 9 +
 1 file changed, 9 insertions(+)

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
new file mode 100644
index 00..1a07b6883a
--- /dev/null
+++ b/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch
@@ -0,0 +1,9 @@
+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  /* TODO: glibc()-specific macro */
++
+ unsigned int unix_major(dev_t dev)