summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:31:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:31:56 +0000
commit065ff13b3202265995817fcc931c17b190b284c4 (patch)
tree112f0729b5b2ab0e8534b1668c6af1decbf0eb17 /dev-haskell
parentDrop parallel make install. Thought the failures had gone away, but they have... (diff)
downloadgentoo-2-065ff13b3202265995817fcc931c17b190b284c4.tar.gz
gentoo-2-065ff13b3202265995817fcc931c17b190b284c4.tar.bz2
gentoo-2-065ff13b3202265995817fcc931c17b190b284c4.zip
Version bump (ghc-7.4 support)
(Portage version: 2.2.0_alpha101_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/gio/ChangeLog10
-rw-r--r--dev-haskell/gio/gio-0.12.3.ebuild27
-rw-r--r--dev-haskell/gio/metadata.xml7
3 files changed, 42 insertions, 2 deletions
diff --git a/dev-haskell/gio/ChangeLog b/dev-haskell/gio/ChangeLog
index 62f7e6ead25f..c024069e1163 100644
--- a/dev-haskell/gio/ChangeLog
+++ b/dev-haskell/gio/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/gio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.3 2011/06/21 11:02:26 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.4 2012/05/13 14:31:56 slyfox Exp $
+
+*gio-0.12.3 (13 May 2012)
+
+ 13 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +gio-0.12.3.ebuild,
+ metadata.xml:
+ Version bump (ghc-7.4 support)
21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> gio-0.12.0.ebuild:
Stable on amd64 wrt bug #314059
diff --git a/dev-haskell/gio/gio-0.12.3.ebuild b/dev-haskell/gio/gio-0.12.3.ebuild
new file mode 100644
index 000000000000..9c53e984ba94
--- /dev/null
+++ b/dev-haskell/gio/gio-0.12.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.3.ebuild,v 1.1 2012/05/13 14:31:56 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+#nocabaldep is for the fancy cabal-detection feature at build-time
+CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep"
+inherit haskell-cabal
+
+DESCRIPTION="Binding to the GIO."
+HOMEPAGE="http://projects.haskell.org/gtk2hs/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/glib-0.12*[profile?]
+ dev-haskell/mtl[profile?]
+ >=dev-lang/ghc-6.10.1
+ dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-haskell/gtk2hs-buildtools"
diff --git a/dev-haskell/gio/metadata.xml b/dev-haskell/gio/metadata.xml
index 2f5607ea9893..e6ddf01ee8ff 100644
--- a/dev-haskell/gio/metadata.xml
+++ b/dev-haskell/gio/metadata.xml
@@ -5,4 +5,11 @@
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
+ <longdescription>
+ GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack.
+ The goal is to overcome the shortcomings of GnomeVFS and provide an API that is
+ so good that developers prefer it over raw POSIX calls.
+ Among other things that means using GObject.
+ It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces.
+ </longdescription>
</pkgmetadata>