diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/haskell-updater/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-admin/haskell-updater/ChangeLog b/app-admin/haskell-updater/ChangeLog index c8496188c47b..1fcd44123442 100644 --- a/app-admin/haskell-updater/ChangeLog +++ b/app-admin/haskell-updater/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/haskell-updater # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.59 2013/07/25 15:57:07 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.60 2013/09/03 10:04:50 qnikst Exp $ + +*haskell-updater-1.2.0.10 (03 Sep 2013) + + 03 Sep 2013; Alexander Vershilov <qnikst@gentoo.org> + +haskell-updater-1.2.0.10.ebuild: + version bump 25 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> -haskell-updater-1.2.0.5-r1.ebuild, -haskell-updater-1.2.0.8.ebuild, diff --git a/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild new file mode 100644 index 000000000000..de8b7c7d58ed --- /dev/null +++ b/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild,v 1.1 2013/09/03 10:04:50 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="bin" +inherit haskell-cabal + +DESCRIPTION="Rebuild Haskell dependencies in Gentoo" +HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 <dev-haskell/cabal-1.17 + >=dev-lang/ghc-6.10.4 +" |