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

commit:     7a0697d50a8442cdf3501ded6278c2e30a232f05
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 21:16:15 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:24:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0697d5

dev-haskell/magic: new package, a depend for git-annex

Interface to C file/magic library

Package-Manager: portage-2.2.28

 dev-haskell/magic/Manifest         |  1 +
 dev-haskell/magic/magic-1.1.ebuild | 26 ++++++++++++++++++++++++++
 dev-haskell/magic/metadata.xml     | 14 ++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-haskell/magic/Manifest b/dev-haskell/magic/Manifest
new file mode 100644
index 0000000..f66e46a
--- /dev/null
+++ b/dev-haskell/magic/Manifest
@@ -0,0 +1 @@
+DIST magic-1.1.tar.gz 4318 SHA256 b21c3b69f57b64199c1d7be0ac8ea1d02d698be59943058f6a2d642ea57ce082 SHA512 f400396b0f82f9655376ac72e721badcf60c356c8594b4b67922890f55bac8e15b7aa856fdf61942c40b2622bdc231914994968af3b98d353bf50aed09ebbef5 WHIRLPOOL 2979ed4441b2e2219c56d530e062665e0960c47c3081474f3f6fabd66c6624c43adc6bbbc3a12ec56d7e2b44bfcd0acc723a8d1078eef5e4e9878c60184cc840

diff --git a/dev-haskell/magic/magic-1.1.ebuild b/dev-haskell/magic/magic-1.1.ebuild
new file mode 100644
index 0000000..1d34936
--- /dev/null
+++ b/dev-haskell/magic/magic-1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Interface to C file/magic library"
+HOMEPAGE="http://hackage.haskell.org/package/magic"
+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:=
+	sys-apps/file
+"
+DEPEND="${RDEPEND}
+	dev-haskell/cabal
+"

diff --git a/dev-haskell/magic/metadata.xml b/dev-haskell/magic/metadata.xml
new file mode 100644
index 0000000..32e691a
--- /dev/null
+++ b/dev-haskell/magic/metadata.xml
@@ -0,0 +1,14 @@
+<?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 package provides a Haskell interface to the C libmagic library.
+		With it, you can determine the type of a file by examining its contents
+		rather than its name.  The Haskell interface provides a full-featured
+		binding.
+	</longdescription>
+</pkgmetadata>


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

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

commit:     930806b3102184d815c35b36c18146a92a457ebb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 12:55:30 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 13:09:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930806b3

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

diff --git a/dev-haskell/magic/magic-1.1.ebuild b/dev-haskell/magic/magic-1.1.ebuild
index 24aa55d9671..6e247ba7261 100644
--- a/dev-haskell/magic/magic-1.1.ebuild
+++ b/dev-haskell/magic/magic-1.1.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.4
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
@@ -21,5 +21,5 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
 	sys-apps/file
 "
 DEPEND="${RDEPEND}
-	dev-haskell/cabal
+	>=dev-haskell/cabal-1.0
 "

diff --git a/dev-haskell/magic/metadata.xml b/dev-haskell/magic/metadata.xml
index 32e691a5478..b7878815d80 100644
--- a/dev-haskell/magic/metadata.xml
+++ b/dev-haskell/magic/metadata.xml
@@ -5,10 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		This package provides a Haskell interface to the C libmagic library.
-		With it, you can determine the type of a file by examining its contents
-		rather than its name.  The Haskell interface provides a full-featured
-		binding.
-	</longdescription>
 </pkgmetadata>


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

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

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

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