summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-04-23 16:47:45 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-04-23 16:47:45 +0000
commit5adefa7e1c26b688cdb77b2f950e2586524b6f65 (patch)
tree498e48a16182ce286f3f8b7607660ea98b28f81a /dev-haskell/hs-bibutils
parentalpha/ia64/sh/sparc stable wrt #360769 (diff)
downloadgentoo-2-5adefa7e1c26b688cdb77b2f950e2586524b6f65.tar.gz
gentoo-2-5adefa7e1c26b688cdb77b2f950e2586524b6f65.tar.bz2
gentoo-2-5adefa7e1c26b688cdb77b2f950e2586524b6f65.zip
Initial version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hs-bibutils')
-rw-r--r--dev-haskell/hs-bibutils/ChangeLog10
-rw-r--r--dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild25
-rw-r--r--dev-haskell/hs-bibutils/metadata.xml14
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/hs-bibutils/ChangeLog b/dev-haskell/hs-bibutils/ChangeLog
new file mode 100644
index 000000000000..c8c18460da23
--- /dev/null
+++ b/dev-haskell/hs-bibutils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/hs-bibutils
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.1 2011/04/23 16:47:45 slyfox Exp $
+
+*hs-bibutils-4.12 (23 Apr 2011)
+
+ 23 Apr 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +hs-bibutils-4.12.ebuild, +metadata.xml:
+ Initial version.
+
diff --git a/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild
new file mode 100644
index 000000000000..18b516e8426e
--- /dev/null
+++ b/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.1 2011/04/23 16:47:45 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell bindings to bibutils, the bibliography
+conversion utilities."
+HOMEPAGE="http://code.haskell.org/hs-bibutils"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/syb
+ >=dev-lang/ghc-6.10.4"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.4"
diff --git a/dev-haskell/hs-bibutils/metadata.xml b/dev-haskell/hs-bibutils/metadata.xml
new file mode 100644
index 000000000000..8aa2cbc3ca57
--- /dev/null
+++ b/dev-haskell/hs-bibutils/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Haskell bindings to Chris Putnam's bibutils, a
+ library that interconverts between various
+ bibliography formats using a common MODS-format
+ XML intermediate.
+ </longdescription>
+</pkgmetadata>