public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idna/
@ 2020-09-12 21:17 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     58bef522bbf208362c7b63bb716b717f06a4cd05
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:14:16 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:14:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bef522

dev-haskell/idna: drop old

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

 dev-haskell/idna/Manifest        |  1 -
 dev-haskell/idna/idna-0.2.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-haskell/idna/Manifest b/dev-haskell/idna/Manifest
index 9f875a551d9..c0ec4f77d1e 100644
--- a/dev-haskell/idna/Manifest
+++ b/dev-haskell/idna/Manifest
@@ -1,2 +1 @@
-DIST idna-0.2.tar.gz 2372 BLAKE2B 9efdb1fed1bb1da07a1031fb6f5616876398594049aba71ef2bc7764971ca785f12ed94535bde5ab9c51c435f1bc1d96072ab6830ceded8d4ec70dadaccd2471 SHA512 cfbe78f2b21059802e139420120a6bce8c09f58786258c874e73b0f01f953cd07d2cedf7c2d19677b0dbe327db7ce4b39a6569fd624cfcc02b6b249e07051b81
 DIST idna-0.3.0.tar.gz 2352 BLAKE2B d4b0441c22b14d5e87438d3e39594e44943aaccc70ee4c66eab70146067e7a1a0c358e94cd68251517fcdbbb2b14f896441a6ebfccd764b31c342d82b8e79b8f SHA512 c18bd9e4157abfde7fa30a16d0df432745f04ee784a2d2be3852750d989964a77bcfc8cc34ab8629a0bb25686adacc07f510150f9696a926559964e6a724f98f

diff --git a/dev-haskell/idna/idna-0.2.ebuild b/dev-haskell/idna/idna-0.2.ebuild
deleted file mode 100644
index 992f49037a2..00000000000
--- a/dev-haskell/idna/idna-0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 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="Implements IDNA (RFC 3490)"
-HOMEPAGE="https://hackage.haskell.org/package/idna"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/punycode-2.0:=[profile?]
-		>=dev-haskell/stringprep-0.1.2:=[profile?]
-		>=dev-haskell/text-0.1:=[profile?]
-		>=dev-lang/ghc-7.0.1:="
-DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.6"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idna/
@ 2020-10-18 10:30 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-18 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6f394cb8e9a589d149a2059867eda2f20b06cbc2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 10:26:44 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 10:26:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f394cb8

dev-haskell/idna: update to EAPI=7

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

 dev-haskell/idna/idna-0.3.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/idna/idna-0.3.0.ebuild b/dev-haskell/idna/idna-0.3.0.ebuild
index 6a58f9316aa..6f9e096fad0 100644
--- a/dev-haskell/idna/idna-0.3.0.ebuild
+++ b/dev-haskell/idna/idna-0.3.0.ebuild
@@ -1,9 +1,9 @@
 # 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.6.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -20,8 +20,8 @@ IUSE=""
 RDEPEND=">=dev-haskell/punycode-2.0:=[profile?]
 	>=dev-haskell/stringprep-1:=[profile?] <dev-haskell/stringprep-2:=[profile?]
 	>=dev-haskell/text-0.1:=[profile?]
-	>=dev-lang/ghc-7.0.1:=
+	>=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.10.0.0
+	>=dev-haskell/cabal-1.6
 "


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-18 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18 10:30 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idna/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12 21:17 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox