diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-07 10:41:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-07 10:41:15 +0000 |
commit | 88ecaa9054f64b1ba05ef479416b6f8271c5642d (patch) | |
tree | b10a53f9fcb75689c85efd89e5a8583fcc9e1dd7 /x11-misc/xmobar | |
parent | Get rid of 'dev-haskell/time' depend as it's a ghc's core library. (diff) | |
download | gentoo-2-88ecaa9054f64b1ba05ef479416b6f8271c5642d.tar.gz gentoo-2-88ecaa9054f64b1ba05ef479416b6f8271c5642d.tar.bz2 gentoo-2-88ecaa9054f64b1ba05ef479416b6f8271c5642d.zip |
Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
(Portage version: 2.2.0_alpha142_p5/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.13.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.14.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 8df9a42ef522..badf08835fb8 100644 --- a/x11-misc/xmobar/ChangeLog +++ b/x11-misc/xmobar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xmobar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.18 2012/09/12 16:11:06 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.19 2012/12/07 10:41:15 slyfox Exp $ + + 07 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.13.ebuild, + xmobar-0.14.ebuild: + Get rid of 'dev-haskell/time' depend as it's a ghc's core library. 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> xmobar-0.13.ebuild, xmobar-0.14.ebuild: diff --git a/x11-misc/xmobar/xmobar-0.13.ebuild b/x11-misc/xmobar/xmobar-0.13.ebuild index 611a2b02a990..7d4ec07dc31e 100644 --- a/x11-misc/xmobar/xmobar-0.13.ebuild +++ b/x11-misc/xmobar/xmobar-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild,v 1.3 2012/09/12 16:11:06 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild,v 1.4 2012/12/07 10:41:15 slyfox Exp $ EAPI="3" CABAL_FEATURES="bin" @@ -22,7 +22,6 @@ DEPEND=">=dev-lang/ghc-6.8.1 dev-haskell/mtl dev-haskell/parsec dev-haskell/stm - dev-haskell/time >=dev-haskell/x11-1.3.0 unicode? ( dev-haskell/utf8-string ) xft? ( dev-haskell/utf8-string diff --git a/x11-misc/xmobar/xmobar-0.14.ebuild b/x11-misc/xmobar/xmobar-0.14.ebuild index 3cb109b7c4c1..a35832e7aad2 100644 --- a/x11-misc/xmobar/xmobar-0.14.ebuild +++ b/x11-misc/xmobar/xmobar-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.14.ebuild,v 1.4 2012/09/12 16:11:06 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.14.ebuild,v 1.5 2012/12/07 10:41:15 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} dev-haskell/mtl >=dev-haskell/parsec-3 dev-haskell/stm - dev-haskell/time >=dev-haskell/x11-1.3.0 unicode? ( dev-haskell/utf8-string ) xft? ( dev-haskell/utf8-string |