summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:58:04 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-13 14:58:04 +0000
commitb2e76b3e342460cdc3c1310eee1b627c7e92d5a7 (patch)
tree9c32d937ff597fb0d4e57afc370c8cc52500972c /dev-haskell/glade
parentnet-analyzer/linkchecker: Version BUmp (diff)
downloadgentoo-2-b2e76b3e342460cdc3c1310eee1b627c7e92d5a7.tar.gz
gentoo-2-b2e76b3e342460cdc3c1310eee1b627c7e92d5a7.tar.bz2
gentoo-2-b2e76b3e342460cdc3c1310eee1b627c7e92d5a7.zip
Version bump (ghc-7.4 support)
(Portage version: 2.2.0_alpha101_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/glade')
-rw-r--r--dev-haskell/glade/ChangeLog10
-rw-r--r--dev-haskell/glade/glade-0.12.1.ebuild27
-rw-r--r--dev-haskell/glade/metadata.xml9
3 files changed, 44 insertions, 2 deletions
diff --git a/dev-haskell/glade/ChangeLog b/dev-haskell/glade/ChangeLog
index a59c8938f100..9b582f19adaf 100644
--- a/dev-haskell/glade/ChangeLog
+++ b/dev-haskell/glade/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/glade
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/ChangeLog,v 1.3 2011/06/21 11:01:45 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glade/ChangeLog,v 1.4 2012/05/13 14:58:04 slyfox Exp $
+
+*glade-0.12.1 (13 May 2012)
+
+ 13 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +glade-0.12.1.ebuild,
+ metadata.xml:
+ Version bump (ghc-7.4 support)
21 Jun 2011; Markos Chandras <hwoarang@gentoo.org> glade-0.12.0.ebuild:
Stable on amd64 wrt bug #314059
diff --git a/dev-haskell/glade/glade-0.12.1.ebuild b/dev-haskell/glade/glade-0.12.1.ebuild
new file mode 100644
index 000000000000..e461a3c4a48b
--- /dev/null
+++ b/dev-haskell/glade/glade-0.12.1.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/glade/glade-0.12.1.ebuild,v 1.1 2012/05/13 14:58:04 slyfox Exp $
+
+# ebuild generated by hackport 0.2.17.9999
+
+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 glade library."
+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/gtk-0.12*[profile?]
+ >=dev-lang/ghc-6.10.1
+ gnome-base/libglade:2.0"
+DEPEND="${RDEPEND}
+ dev-haskell/gtk2hs-buildtools"
diff --git a/dev-haskell/glade/metadata.xml b/dev-haskell/glade/metadata.xml
index 2f5607ea9893..019a930b8e48 100644
--- a/dev-haskell/glade/metadata.xml
+++ b/dev-haskell/glade/metadata.xml
@@ -5,4 +5,13 @@
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
+ <longdescription>
+ This library allows to load externally stored user interfaces into
+ programs. This allows alteration of the interface without recompilation
+ of the program.
+
+ Note that this functionality is now provided in gtk directly
+ (as of version 2.12 of the gtk+ C lib) by the
+ Graphics.UI.Gtk.Builder module.
+ </longdescription>
</pkgmetadata>