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

commit:     39ed93648b8beb6fddb2acfbd4854fe0a73f1a2a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 13:07:04 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:17:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ed9364

dev-haskell/refact: apply refactors, a depend of dev-haskell/hlint

Package-Manager: portage-2.3.0

 dev-haskell/refact/Manifest              |  1 +
 dev-haskell/refact/metadata.xml          | 12 ++++++++++++
 dev-haskell/refact/refact-0.3.0.2.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-haskell/refact/Manifest b/dev-haskell/refact/Manifest
new file mode 100644
index 00000000..cf09e15
--- /dev/null
+++ b/dev-haskell/refact/Manifest
@@ -0,0 +1 @@
+DIST refact-0.3.0.2.tar.gz 2345 SHA256 0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c SHA512 18f35a3f563288815645c4ef8e557a08bd9038aca0b3d9af391f9f71b39bbf779b725f037fa682a23e38e31cf7b8e0f4ae412e2af2ec3639c4b2c47a05a45a6e WHIRLPOOL 03293f884723846f86a5d986e160f0f0cc401bb0af99e38eef5e1f1787222bd883671c1a550ca7df6ce9805c2f1abd9ad3b7b73aa473408c0f94912687601854

diff --git a/dev-haskell/refact/metadata.xml b/dev-haskell/refact/metadata.xml
new file mode 100644
index 00000000..ddc3a11
--- /dev/null
+++ b/dev-haskell/refact/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
+	<longdescription>
+		This library provides a datatype which can be interpreted by apply-refact. It exists
+		as a seperate library so that applications can specify refactorings without depending on GHC.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/refact/refact-0.3.0.2.ebuild b/dev-haskell/refact/refact-0.3.0.2.ebuild
new file mode 100644
index 00000000..542ce71
--- /dev/null
+++ b/dev-haskell/refact/refact-0.3.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Specify refactorings to perform with apply-refact"
+HOMEPAGE="http://hackage.haskell.org/package/refact"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.10
+"


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

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

commit:     219b02fb286f31700d99ea708914476c07dc33eb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 19:23:02 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 19:31:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219b02fb

dev-haskell/refact: 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/refact/metadata.xml          | 4 ----
 dev-haskell/refact/refact-0.3.0.2.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/refact/metadata.xml b/dev-haskell/refact/metadata.xml
index ddc3a11c761..b7878815d80 100644
--- a/dev-haskell/refact/metadata.xml
+++ b/dev-haskell/refact/metadata.xml
@@ -5,8 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		This library provides a datatype which can be interpreted by apply-refact. It exists
-		as a seperate library so that applications can specify refactorings without depending on GHC.
-	</longdescription>
 </pkgmetadata>

diff --git a/dev-haskell/refact/refact-0.3.0.2.ebuild b/dev-haskell/refact/refact-0.3.0.2.ebuild
index 59d069732cb..e0ed5913579 100644
--- a/dev-haskell/refact/refact-0.3.0.2.ebuild
+++ b/dev-haskell/refact/refact-0.3.0.2.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.4.6.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-31 19:31 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/refact/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2016-09-11 13: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