summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-05-10 14:27:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-05-10 14:27:43 +0000
commitc196954ebe2f044ed9aec44e364d549e39984d33 (patch)
tree79e4ee86d92d0917707238e83b9baf2bfb7a322d /dev-haskell/uulib
parentSwitch to EAPI=5 (diff)
downloadgentoo-2-c196954ebe2f044ed9aec44e364d549e39984d33.tar.gz
gentoo-2-c196954ebe2f044ed9aec44e364d549e39984d33.tar.bz2
gentoo-2-c196954ebe2f044ed9aec44e364d549e39984d33.zip
Version bump.
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/uulib')
-rw-r--r--dev-haskell/uulib/ChangeLog8
-rw-r--r--dev-haskell/uulib/uulib-0.9.12.ebuild19
-rw-r--r--dev-haskell/uulib/uulib-0.9.16.ebuild25
3 files changed, 32 insertions, 20 deletions
diff --git a/dev-haskell/uulib/ChangeLog b/dev-haskell/uulib/ChangeLog
index 0ec8c07e8f29..4cffa6046e4f 100644
--- a/dev-haskell/uulib/ChangeLog
+++ b/dev-haskell/uulib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/uulib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/ChangeLog,v 1.28 2014/02/21 19:58:31 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/ChangeLog,v 1.29 2014/05/10 14:27:43 slyfox Exp $
+
+*uulib-0.9.16 (10 May 2014)
+
+ 10 May 2014; Sergei Trofimovich <slyfox@gentoo.org> +uulib-0.9.16.ebuild,
+ -uulib-0.9.12.ebuild:
+ Version bump.
*uulib-0.9.15 (21 Feb 2014)
diff --git a/dev-haskell/uulib/uulib-0.9.12.ebuild b/dev-haskell/uulib/uulib-0.9.12.ebuild
deleted file mode 100644
index e129596185c9..000000000000
--- a/dev-haskell/uulib/uulib-0.9.12.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.12.ebuild,v 1.5 2012/09/12 15:25:03 qnikst Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell Utrecht Tools Library"
-HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/WebHome"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.8.1"
-DEPEND=">=dev-haskell/cabal-1.1
- ${RDEPEND}"
diff --git a/dev-haskell/uulib/uulib-0.9.16.ebuild b/dev-haskell/uulib/uulib-0.9.16.ebuild
new file mode 100644
index 000000000000..b6fc4c9fd3ce
--- /dev/null
+++ b/dev-haskell/uulib/uulib-0.9.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.16.ebuild,v 1.1 2014/05/10 14:27:43 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell Utrecht Tools Library"
+HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/WebHome"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"