* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idiii/
@ 2016-09-11 10:01 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2016-09-11 10:01 UTC (permalink / raw
To: gentoo-commits
commit: d7aec9ac547211b9badcc77d76f54bcdb788892b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:47:24 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 10:01:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aec9ac
dev-haskell/idiii: ID3 parser/generator library, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0
dev-haskell/idiii/Manifest | 1 +
dev-haskell/idiii/idiii-0.1.3.3.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-haskell/idiii/metadata.xml | 11 +++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-haskell/idiii/Manifest b/dev-haskell/idiii/Manifest
new file mode 100644
index 00000000..1c2509f
--- /dev/null
+++ b/dev-haskell/idiii/Manifest
@@ -0,0 +1 @@
+DIST idiii-0.1.3.3.tar.gz 103560 SHA256 10f1b88fdc02f11e1d7d5d309d637ed3b032976ed4c0fc90985c6a53a42aa984 SHA512 31d993aad1891d1d673bf4cebaf639cf20c4cbf9835eb808a5d241e9933a8b2e64a33465d8a77950d9aa2afe4ae6985e4d62d890b7a52701792e3f5c7bf70547 WHIRLPOOL 43d36e86e5b21fe9eb3220ff295da9c706771f4548b146506faac52744a8b3d836d67f3dfdcf2aab6605222df7aef30f22def33faf5e0cf50b02c96f10f75c9c
diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
new file mode 100644
index 00000000..fd33246
--- /dev/null
+++ b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="ID3v2 (tagging standard for MP3 files) library"
+HOMEPAGE="http://hackage.haskell.org/package/idiii"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT=test #missing files
+
+RDEPEND="dev-haskell/data-accessor:=[profile?]
+ dev-haskell/missingh:=[profile?]
+ dev-haskell/polyparse:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/utf8-string:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/hunit )
+"
diff --git a/dev-haskell/idiii/metadata.xml b/dev-haskell/idiii/metadata.xml
new file mode 100644
index 00000000..84a3971
--- /dev/null
+++ b/dev-haskell/idiii/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ ID3v2 (tagging standard for MP3 files) library
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idiii/
@ 2020-08-18 17:06 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-08-18 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 2945007d1e4077d64bef29a3798c029cfb32d481
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Aug 18 07:22:01 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 17:06:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2945007d
dev-haskell/idiii: update homepage
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/idiii/idiii-0.1.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
index 874e97f4250..db8b5e9177f 100644
--- a/dev-haskell/idiii/idiii-0.1.3.3.ebuild
+++ b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" # Broken test-suite: mi
inherit haskell-cabal
DESCRIPTION="ID3v2 (tagging standard for MP3 files) library"
-HOMEPAGE="http://hackage.haskell.org/package/idiii"
+HOMEPAGE="https://hackage.haskell.org/package/idiii"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idiii/
@ 2021-07-25 8:45 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2021-07-25 8:45 UTC (permalink / raw
To: gentoo-commits
commit: bc2f791ac7e3a9aebf8deb86509f802e074242c7
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 08:44:26 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 08:45:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2f791a
dev-haskell/idiii: drop obsolete CABAL_FEATURES=bin
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/idiii/idiii-0.1.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-haskell/idiii/idiii-0.1.3.3.ebuild b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
index db8b5e9177f..5ed85cf4ab4 100644
--- a/dev-haskell/idiii/idiii-0.1.3.3.ebuild
+++ b/dev-haskell/idiii/idiii-0.1.3.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.9999
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour" # Broken test-suite: missing files
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: missing files
inherit haskell-cabal
DESCRIPTION="ID3v2 (tagging standard for MP3 files) library"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-25 8:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-25 8:45 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/idiii/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-08-18 17:06 Sergei Trofimovich
2016-09-11 10:01 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox