[gentoo-commits] repo/gentoo:master commit in: dev-haskell/old-locale/

2023-10-22 Thread Sam James
commit: cf28158e4f5c0959ad7b18c564c03ea4d354a530
Author: hololeap  protonmail  com>
AuthorDate: Fri Oct  6 06:06:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 23 03:11:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf28158e

dev-haskell/old-locale: Migrate to CABAL_CHDEPS

Signed-off-by: hololeap  protonmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/old-locale/old-locale-1.0.0.7.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild 
b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
index 174bb62cf487..75fdf036433b 100644
--- a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
+++ b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
@@ -26,8 +26,6 @@ DEPEND="${RDEPEND}
 # it's not quite true, but there was no major releases
 CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
 
-src_prepare() {
-   default
-   cabal_chdeps \
-   'base >= 4.2 && < 4.9' 'base >= 4.2'
-}
+CABAL_CHDEPS=(
+   'base >= 4.2 && < 4.9' 'base >= 4.2'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/old-locale/

2020-10-25 Thread Sergei Trofimovich
commit: 6dcf9c0749ed0007281bf92c129932826e9cd9cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 25 10:06:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 25 10:06:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcf9c07

dev-haskell/old-locale: update to EAPI=7

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

 dev-haskell/old-locale/old-locale-1.0.0.7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild 
b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
index 79bc9454560..4dd37859002 100644
--- a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
+++ b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
@@ -1,7 +1,7 @@
 # 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.4.4.
 
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
 CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
 
 src_prepare() {
+   default
cabal_chdeps \
'base >= 4.2 && < 4.9' 'base >= 4.2'
 }



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/old-locale/

2019-05-29 Thread Michael Haubenwallner
commit: 2f802ef3a28c218c86d0904c46546fd5d43fd2dc
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue May 28 16:00:43 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed May 29 06:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f802ef3

dev-haskell/old-locale: add ~x86-linux keyword

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-haskell/old-locale/old-locale-1.0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild 
b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
index 7642fffd0a2..ca81a37488c 100644
--- a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
+++ b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/old-locale/

2019-05-28 Thread Michael Haubenwallner
commit: 1e6a5791bdf2b67914b818e5b944c5c1dc5303ac
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue May 28 10:42:51 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue May 28 10:51:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6a5791

dev-haskell/old-locale: add ~amd64-linux keyword

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-haskell/old-locale/old-locale-1.0.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild 
b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
index 1e589622147..7642fffd0a2 100644
--- a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
+++ b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-7.4.1:=