public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: ChangeLog xmobar-0.11.1.ebuild
@ 2010-10-04 21:09 99% Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 1+ results
From: Lennart Kolmodin (kolmodin) @ 2010-10-04 21:09 UTC (permalink / raw
  To: gentoo-commits

kolmodin    10/10/04 21:09:26

  Modified:             ChangeLog
  Added:                xmobar-0.11.1.ebuild
  Log:
  Version bump x11-misc/xmobar.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 x11-misc/xmobar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Jun 2010 22:30:17 -0000	1.9
+++ ChangeLog	4 Oct 2010 21:09:26 -0000	1.10
@@ -1,6 +1,11 @@
 # 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.9 2010/06/16 22:30:17 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.10 2010/10/04 21:09:26 kolmodin Exp $
+
+*xmobar-0.11.1 (04 Oct 2010)
+
+  04 Oct 2010; Lennart Kolmodin <kolmodin@gentoo.org> +xmobar-0.11.1.ebuild:
+  Version bump.
 
   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:



1.1                  x11-misc/xmobar/xmobar-0.11.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.11.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.11.1.ebuild?rev=1.1&content-type=text/plain

Index: xmobar-0.11.1.ebuild
===================================================================
# 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.11.1.ebuild,v 1.1 2010/10/04 21:09:26 kolmodin Exp $

EAPI="2"
CABAL_FEATURES="bin"
inherit haskell-cabal

DESCRIPTION="A Minimalistic Text Based Status Bar"
HOMEPAGE="http://code.haskell.org/~arossato/xmobar"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="xft unicode mail"
# wifi USE flag disabled due to compilation error with current stable wireless-tools.

DEPEND=">=dev-lang/ghc-6.8.1
		>=dev-haskell/cabal-1.6
		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
				dev-haskell/x11-xft )
		mail? ( dev-haskell/hinotify )"

#       mpd? ( >dev-haskell/libmpd-0.4 )
# 		wifi? ( net-wireless/wireless-tools )

#RDEPEND="mpd? ( media-sound/mpd )"
RDEPEND=""

src_configure() {
	cabal_src_configure \
		$(cabal_flag xft with_xft) \
		$(cabal_flag unicode with_utf8) \
		$(cabal_flag mail with_inotify)

#		$(cabal_flag mpd with_mpd)
#		$(cabal_flag wifi with_iwlib) \
}

src_install() {
	cabal_src_install

	dodoc xmobar.config-sample README
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-04 21:09 99% [gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: ChangeLog xmobar-0.11.1.ebuild Lennart Kolmodin (kolmodin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox