diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-05-11 21:10:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-05-11 21:10:40 +0000 |
commit | 2d60dbed4dbc4519545dd169ccb6b6d2e1ec9103 (patch) | |
tree | b34e2dd516b880bf711c6a01b484ee802e1f05da /x11-misc/xmobar | |
parent | Remove old, closes #286561 (diff) | |
download | gentoo-2-2d60dbed4dbc4519545dd169ccb6b6d2e1ec9103.tar.gz gentoo-2-2d60dbed4dbc4519545dd169ccb6b6d2e1ec9103.tar.bz2 gentoo-2-2d60dbed4dbc4519545dd169ccb6b6d2e1ec9103.zip |
Drop old.
(Portage version: 2.1.9.48/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.8-r1.ebuild | 37 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.8.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.9.2-r1.ebuild | 58 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.9.ebuild | 33 |
5 files changed, 6 insertions, 159 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 1f42acbeac49..02eb44485d10 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.10 2010/10/04 21:09:26 kolmodin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.11 2011/05/11 21:10:40 slyfox Exp $ + + 11 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -xmobar-0.8.ebuild, + -xmobar-0.8-r1.ebuild, -xmobar-0.9.ebuild, -xmobar-0.9.2-r1.ebuild: + Drop old. *xmobar-0.11.1 (04 Oct 2010) diff --git a/x11-misc/xmobar/xmobar-0.8-r1.ebuild b/x11-misc/xmobar/xmobar-0.8-r1.ebuild deleted file mode 100644 index db3498d7aad5..000000000000 --- a/x11-misc/xmobar/xmobar-0.8-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.2 2010/06/16 22:30:17 kolmodin Exp $ - -CABAL_FEATURES="bin" -CABAL_MIN_VERSION=1.2 -inherit haskell-cabal - -DESCRIPTION="A Minimalistic Text Based Status Bar" -HOMEPAGE="http://gorgias.mine.nu/xmobar/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 -sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/x11-1.3.0 - >=dev-haskell/mtl-1.0 - dev-haskell/parsec - dev-haskell/stm" - -src_unpack() { - unpack ${A} - - # Cannot use -fasm on arches without a native code gen! - # Don't need -Wall. - # Portage does striping, package must not do it themselves. - sed -i -e 's/-O2 -fasm -Wall -optl-Wl,-s//' "${S}/xmobar.cabal" -} - -src_install() { - cabal_src_install - - dodoc xmobar.config-sample README -} diff --git a/x11-misc/xmobar/xmobar-0.8.ebuild b/x11-misc/xmobar/xmobar-0.8.ebuild deleted file mode 100644 index 22001497c87a..000000000000 --- a/x11-misc/xmobar/xmobar-0.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2 2010/06/16 22:30:17 kolmodin Exp $ - -CABAL_FEATURES="bin" -CABAL_MIN_VERSION=1.2 -inherit haskell-cabal - -DESCRIPTION="A Minimalistic Text Based Status Bar" -HOMEPAGE="http://gorgias.mine.nu/xmobar/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 -sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/x11-1.3.0 - >=dev-haskell/mtl-1.0" - -src_unpack() { - unpack ${A} - - # Cannot use -fasm on arches without a native code gen! - # Don't need -Wall. - # Portage does striping, package must not do it themselves. - sed -i -e 's/-O2 -fasm -Wall -optl-Wl,-s//' "${S}/xmobar.cabal" -} diff --git a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild deleted file mode 100644 index c9830d15a7ad..000000000000 --- a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.5 2010/06/16 22:30:17 kolmodin Exp $ - -CABAL_FEATURES="bin" -inherit base 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 -sparc ~x86" -IUSE="xft unicode mail" - -RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/mtl - dev-haskell/parsec - dev-haskell/stm - unicode? ( dev-haskell/utf8-string ) - xft? ( dev-haskell/utf8-string - dev-haskell/x11-xft ) - mail? ( dev-haskell/hinotify )" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -PATCHES=("${FILESDIR}/${P}-cpu-high-load.patch") - -src_compile() { - CABAL_CONFIGURE_FLAGS="--constraint=base<4" - - if use xft; then - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=with_xft" - else - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=-with_xft" - fi - - if use unicode; then - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=with_utf8" - else - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=-with_utf8" - fi - - if use mail; then - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=with_inotify" - else - CABAL_CONFIGURE_FLAGS="$CABAL_CONFIGURE_FLAGS --flags=-with_inotify" - fi - - cabal_src_compile -} - -src_install() { - cabal_src_install - - dodoc xmobar.config-sample README -} diff --git a/x11-misc/xmobar/xmobar-0.9.ebuild b/x11-misc/xmobar/xmobar-0.9.ebuild deleted file mode 100644 index 0910ca76acb8..000000000000 --- a/x11-misc/xmobar/xmobar-0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.2 2010/06/16 22:30:17 kolmodin Exp $ - -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="" - -DEPEND=">=dev-lang/ghc-6.6.1 - >=dev-haskell/cabal-1.2 - >=dev-haskell/x11-1.3.0 - dev-haskell/mtl - dev-haskell/parsec - dev-haskell/stm" - -src_compile() { - CABAL_CONFIGURE_FLAGS="--flags=-with_xft --flags=-with_utf8" - cabal_src_compile -} - -src_install() { - cabal_src_install - - dodoc xmobar.config-sample README -} |