diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-16 22:30:17 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-16 22:30:17 +0000 |
commit | 6dfd790aee27b1e9bba223de3510dfa9a6314bcb (patch) | |
tree | 81703f70411817884e9c2f4983efee0236d39455 /x11-misc/xmobar | |
parent | Remove unneded dep dev-haskell/filepath from dev-haskell/cabal-install. See b... (diff) | |
download | gentoo-2-6dfd790aee27b1e9bba223de3510dfa9a6314bcb.tar.gz gentoo-2-6dfd790aee27b1e9bba223de3510dfa9a6314bcb.tar.bz2 gentoo-2-6dfd790aee27b1e9bba223de3510dfa9a6314bcb.zip |
Remove unneeded dep dev-haskell/filepath from x11-misc/xmobar. See bug #324411.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.8-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.8.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.9.2-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.9.ebuild | 5 |
5 files changed, 15 insertions, 15 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 1089d7082ece..6ffdb241787c 100644 --- a/x11-misc/xmobar/ChangeLog +++ b/x11-misc/xmobar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xmobar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.8 2010/03/28 09:41:05 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.9 2010/06/16 22:30:17 kolmodin Exp $ + + 16 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> xmobar-0.8.ebuild, + xmobar-0.8-r1.ebuild, xmobar-0.9.ebuild, xmobar-0.9.2-r1.ebuild: + Remove unneeded dep dev-haskell/filepath. See bug #324411. 28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild: diff --git a/x11-misc/xmobar/xmobar-0.8-r1.ebuild b/x11-misc/xmobar/xmobar-0.8-r1.ebuild index 9003aef886ab..db3498d7aad5 100644 --- a/x11-misc/xmobar/xmobar-0.8-r1.ebuild +++ b/x11-misc/xmobar/xmobar-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.8-r1.ebuild,v 1.1 2008/01/01 16:30:03 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.8-r1.ebuild,v 1.2 2010/06/16 22:30:17 kolmodin Exp $ CABAL_FEATURES="bin" CABAL_MIN_VERSION=1.2 @@ -15,10 +15,9 @@ SLOT="0" KEYWORDS="~amd64 -sparc ~x86" IUSE="" -DEPEND=">=dev-lang/ghc-6.6 +DEPEND=">=dev-lang/ghc-6.6.1 >=dev-haskell/x11-1.3.0 >=dev-haskell/mtl-1.0 - >=dev-haskell/filepath-1.0 dev-haskell/parsec dev-haskell/stm" diff --git a/x11-misc/xmobar/xmobar-0.8.ebuild b/x11-misc/xmobar/xmobar-0.8.ebuild index 712370428f7d..22001497c87a 100644 --- a/x11-misc/xmobar/xmobar-0.8.ebuild +++ b/x11-misc/xmobar/xmobar-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.8.ebuild,v 1.1 2007/12/15 23:28:17 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.8.ebuild,v 1.2 2010/06/16 22:30:17 kolmodin Exp $ CABAL_FEATURES="bin" CABAL_MIN_VERSION=1.2 @@ -15,10 +15,9 @@ SLOT="0" KEYWORDS="~amd64 -sparc ~x86" IUSE="" -DEPEND=">=dev-lang/ghc-6.6 +DEPEND=">=dev-lang/ghc-6.6.1 >=dev-haskell/x11-1.3.0 - >=dev-haskell/mtl-1.0 - >=dev-haskell/filepath-1.0" + >=dev-haskell/mtl-1.0" src_unpack() { unpack ${A} diff --git a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild index 876d31cad8a5..c9830d15a7ad 100644 --- a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild +++ b/x11-misc/xmobar/xmobar-0.9.2-r1.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/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.4 2010/03/28 09:41:05 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.5 2010/06/16 22:30:17 kolmodin Exp $ CABAL_FEATURES="bin" inherit base haskell-cabal @@ -15,7 +15,6 @@ KEYWORDS="~amd64 -sparc ~x86" IUSE="xft unicode mail" RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/filepath dev-haskell/mtl dev-haskell/parsec dev-haskell/stm diff --git a/x11-misc/xmobar/xmobar-0.9.ebuild b/x11-misc/xmobar/xmobar-0.9.ebuild index c185c4996238..0910ca76acb8 100644 --- a/x11-misc/xmobar/xmobar-0.9.ebuild +++ b/x11-misc/xmobar/xmobar-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.ebuild,v 1.1 2008/09/24 06:11:46 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.ebuild,v 1.2 2010/06/16 22:30:17 kolmodin Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -19,7 +19,6 @@ DEPEND=">=dev-lang/ghc-6.6.1 >=dev-haskell/x11-1.3.0 dev-haskell/mtl dev-haskell/parsec - dev-haskell/filepath dev-haskell/stm" src_compile() { |