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

commit:     543120b304b7096f5f37e12b2b9ca69b0870f38e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 22:22:53 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 22:30:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543120b3

dev-haskell/uniplate: stable for x86, amd64

Package-Manager: portage-2.2.27

 dev-haskell/uniplate/uniplate-1.6.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/uniplate/uniplate-1.6.12.ebuild b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
index cb51d2e..c2519f3 100644
--- a/dev-haskell/uniplate/uniplate-1.6.12.ebuild
+++ b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uniplate/
@ 2020-11-01 12:56 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-11-01 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  1 11:21:33 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 12:56:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3b30e9

dev-haskell/uniplate: 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/uniplate/metadata.xml           | 30 -----------------------------
 dev-haskell/uniplate/uniplate-1.6.12.ebuild | 10 +++++-----
 2 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml
index fd8349c40e4..b7878815d80 100644
--- a/dev-haskell/uniplate/metadata.xml
+++ b/dev-haskell/uniplate/metadata.xml
@@ -5,34 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		Uniplate is library for writing simple and concise generic operations.
-		Uniplate has similar goals to the original Scrap Your Boilerplate work,
-		but is substantially simpler and faster. The Uniplate manual is available at
-		&lt;http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm&gt;.
-		
-		To get started with Uniplate you should import one of the three following
-		modules:
-		
-		* "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
-		Most users should start by importing this module.
-		
-		* "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data"
-		with substantially higher performance (around 5 times), but requires writing
-		instance declarations.
-		
-		* "Data.Generics.Uniplate.Operations" - definitions of all the operations defined
-		by Uniplate. Both the above two modules re-export this module.
-		
-		In addition, some users may want to make use of the following modules:
-		
-		* "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances.
-		
-		* "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library.
-		
-		* "Data.Generics.Compos" - users transitioning from the Compos library.
-		
-		* "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@
-		to avoid getting instance conflicts.
-	</longdescription>
 </pkgmetadata>

diff --git a/dev-haskell/uniplate/uniplate-1.6.12.ebuild b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
index 27ad0ebbe34..fd0d4337b90 100644
--- a/dev-haskell/uniplate/uniplate-1.6.12.ebuild
+++ b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
@@ -1,9 +1,9 @@
-# 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.6.9999
+# ebuild generated by hackport 0.6.6.9999
 #hackport: flags: +separate_syb,+typeable_fingerprint
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
@@ -18,9 +18,9 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
+RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?]
 	dev-haskell/syb:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.1:=[profile?]
 	>=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}


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

end of thread, other threads:[~2020-11-01 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-01 12:56 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/uniplate/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2016-02-26 22:30 Sergei Trofimovich

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