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

commit:     f351122a54f83910ce44482e53dc46c4b2b2f3f9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:20:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:22:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f351122a

dev-haskell/stringprep: drop old

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

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

diff --git a/dev-haskell/stringprep/Manifest b/dev-haskell/stringprep/Manifest
index ac565c3458b..1af7af48a34 100644
--- a/dev-haskell/stringprep/Manifest
+++ b/dev-haskell/stringprep/Manifest
@@ -1,2 +1 @@
-DIST stringprep-0.1.5.tar.gz 82062 BLAKE2B 29453e17b56c1c3bc94d87ac29b78cd7c63da4227c34d0d8a2e11a8e381b976cbde71e1498a2a469fbbb330da1cf6004c57620bcf30f166e8e85989cb6ef8c86 SHA512 7899905037927ae4c7d490f56fdf5a7a051daf39324adcb0f4d9a1ad35b06f05b914f3b706ff61c77f694b654e85db7866a7cfc5c8982ccfbbbe6224874a735e
 DIST stringprep-1.0.0.tar.gz 17166 BLAKE2B 14089c667d95f8e4e91450c9990832855857e1f617f1964688adae28c044e3a5668e686eaabdd64cf7eb5cf4b0522fccd33bd3ccc012afce6fc3a25aa0a0b6e5 SHA512 0b6fc990124ccf12fe9a604b0f27a5b99a3d3a5fab7e938390fa9130ed3713cf4a7a610c1ac3b9e8f6138eb7e06a94c23f6bd9be132d1350607fe5abd010ee33

diff --git a/dev-haskell/stringprep/stringprep-0.1.5.ebuild b/dev-haskell/stringprep/stringprep-0.1.5.ebuild
deleted file mode 100644
index 35a99475661..00000000000
--- a/dev-haskell/stringprep/stringprep-0.1.5.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 the "StringPrep" algorithm"
-HOMEPAGE="https://hackage.haskell.org/package/stringprep"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ranges-0.2.2:=[profile?]
-		>=dev-haskell/text-0.9:=[profile?]
-		>=dev-haskell/text-icu-0.6:=[profile?]
-		>=dev-lang/ghc-6.10.4:="
-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/stringprep/
@ 2020-10-31 20:09 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-31 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b82734c07d86e39341267a6bf2e109274ab7d638
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 20:04:29 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 20:09:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82734c0

dev-haskell/stringprep: 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/stringprep/stringprep-1.0.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/stringprep/stringprep-1.0.0.ebuild b/dev-haskell/stringprep/stringprep-1.0.0.ebuild
index a7c0eed41d3..c41536b96e8 100644
--- a/dev-haskell/stringprep/stringprep-1.0.0.ebuild
+++ b/dev-haskell/stringprep/stringprep-1.0.0.ebuild
@@ -1,14 +1,14 @@
 # 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 test-suite"
 inherit haskell-cabal
 
-DESCRIPTION="Implements the "StringPrep" algorithm"
+DESCRIPTION="Implements the \"StringPrep\" algorithm"
 HOMEPAGE="https://hackage.haskell.org/package/stringprep"
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
 
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND=">=dev-haskell/text-0.9:=[profile?]
 	>=dev-haskell/text-icu-0.6:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
+	>=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.8


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

end of thread, other threads:[~2020-10-31 20:09 UTC | newest]

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

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