# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-1.0.ebuild,v 1.16 2011/04/25 08:51:33 slyfox Exp $ inherit ghc-package DESCRIPTION="Haskell network library" HOMEPAGE="http://haskell.org/ghc/" SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="=dev-lang/ghc-6.4*" DEPEND="${RDEPEND}" pkg_setup () { ghc-package_pkg_setup elog "This library is already provided by ghc. This ebuild does nothing." } src_install () { dodir "$(ghc-libdir)" touch "${D}/$(ghc-libdir)/.${P}.ghc-updater" }