summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-07-12 11:46:48 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-07-12 11:46:48 +0000
commit257491a81d526cd579dd3a4ee142dbf963ae61ff (patch)
tree350f1c58466c24d0f242153a237ac0ffe42aba3c /dev-vcs/darcs
parentAdd sys-fs/udisks as dependency and remove gnome-mount.Fixes bug #327897 (diff)
downloadgentoo-2-257491a81d526cd579dd3a4ee142dbf963ae61ff.tar.gz
gentoo-2-257491a81d526cd579dd3a4ee142dbf963ae61ff.tar.bz2
gentoo-2-257491a81d526cd579dd3a4ee142dbf963ae61ff.zip
Removed USE=doc from darcs-2.2.1 (bug #278659), newer versions build docs correctly.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/darcs')
-rw-r--r--dev-vcs/darcs/ChangeLog7
-rw-r--r--dev-vcs/darcs/darcs-2.2.1.ebuild18
2 files changed, 9 insertions, 16 deletions
diff --git a/dev-vcs/darcs/ChangeLog b/dev-vcs/darcs/ChangeLog
index b6858b22e230..33f4b911016e 100644
--- a/dev-vcs/darcs/ChangeLog
+++ b/dev-vcs/darcs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/darcs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.9 2010/07/10 19:08:04 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.10 2010/07/12 11:46:48 slyfox Exp $
+
+ 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> darcs-2.2.1.ebuild:
+ Removed USE=doc from this ebuild, as it's broken (bug #278659), however
+ newer versions build docs correctly. Thanks to Juergen Rose
+ <rose@rz.uni-potsdam.de> for the report.
10 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> darcs-2.4.4.ebuild,
darcs-2.4.4-r1.ebuild:
diff --git a/dev-vcs/darcs/darcs-2.2.1.ebuild b/dev-vcs/darcs/darcs-2.2.1.ebuild
index d54b10e4c5db..8b29ecf1be4e 100644
--- a/dev-vcs/darcs/darcs-2.2.1.ebuild
+++ b/dev-vcs/darcs/darcs-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.2.1.ebuild,v 1.3 2010/07/01 19:08:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.2.1.ebuild,v 1.4 2010/07/12 11:46:48 slyfox Exp $
CABAL_FEATURES="bin lib haddock"
inherit haskell-cabal eutils bash-completion
@@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/darcs/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc"
+IUSE=""
DEPEND=">=net-misc/curl-7.10.2
>=dev-lang/ghc-6.8
@@ -24,24 +24,12 @@ DEPEND=">=net-misc/curl-7.10.2
=dev-haskell/parsec-2.1*
dev-haskell/regex-compat
sys-apps/diffutils
- dev-haskell/network
- doc? ( virtual/latex-base
- >=dev-tex/latex2html-2002.2.1_pre20041025-r1
- >=dev-haskell/haddock-2.4.1 )"
+ dev-haskell/network"
RDEPEND=">=net-misc/curl-7.10.2
virtual/mta
dev-libs/gmp"
-pkg_setup() {
- if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
- eerror "Building darcs with USE=\"doc\" requires that"
- eerror "dev-tex/latex2html is built with at least one of"
- eerror "USE=\"png\" and USE=\"gif\"."
- die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
- fi
-}
-
src_unpack() {
unpack ${A}