commit:     a6ba4dd10fe130824a86bec8df56fab22e09e041
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 19:27:47 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 19:31:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ba4dd1

dev-haskell/regex-compat-tdfa: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/regex-compat-tdfa/metadata.xml            |  9 ---------
 .../regex-compat-tdfa-0.95.1.4.ebuild                 | 19 +++++++++++++------
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/dev-haskell/regex-compat-tdfa/metadata.xml 
b/dev-haskell/regex-compat-tdfa/metadata.xml
index a4dbf2954c3..b7878815d80 100644
--- a/dev-haskell/regex-compat-tdfa/metadata.xml
+++ b/dev-haskell/regex-compat-tdfa/metadata.xml
@@ -5,13 +5,4 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
-       <longdescription>
-               One module layer over regex-tdfa to replace Text.Regex.
-               
-               regex-compat can't use Unicode characters correctly because
-               of using regex-posix. This is not good for Unicode users.
-               
-               I modified regex-compat to use regex-tdfa for solving today's
-               problem.
-       </longdescription>
 </pkgmetadata>

diff --git a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild 
b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
index 2e51afb3c93..efe655a7cf3 100644
--- a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
+++ b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.3.4.9999
+# ebuild generated by hackport 0.6.6.9999
+#hackport: flags: +newbase,+splitbase
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Unicode Support version of Text.Regex, using regex-tdfa"
-HOMEPAGE="https://hub.darcs.net/shelarcy/regex-compat-tdfa";
+HOMEPAGE="http://hub.darcs.net/shelarcy/regex-compat-tdfa";
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
 
 LICENSE="BSD"
@@ -19,8 +20,14 @@ IUSE=""
 
 RDEPEND=">=dev-haskell/regex-base-0.93:=[profile?]
        >=dev-haskell/regex-tdfa-1.1.0:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
+       >=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6.0.3
+       >=dev-haskell/cabal-1.6
 "
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=newbase \
+               --flag=splitbase
+}

Reply via email to