diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 16:00:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 16:00:42 +0000 |
commit | ba1754df3118abd5064dc2cfc85c418eb18259a8 (patch) | |
tree | b53df972bd28491150784c136656f145b80e1a44 /x11-wm/musca | |
parent | Removing older version (diff) | |
download | gentoo-2-ba1754df3118abd5064dc2cfc85c418eb18259a8.tar.gz gentoo-2-ba1754df3118abd5064dc2cfc85c418eb18259a8.tar.bz2 gentoo-2-ba1754df3118abd5064dc2cfc85c418eb18259a8.zip |
Old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/musca')
-rw-r--r-- | x11-wm/musca/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild | 57 |
2 files changed, 6 insertions, 59 deletions
diff --git a/x11-wm/musca/ChangeLog b/x11-wm/musca/ChangeLog index 3b3803749bbd..a5e940f964bc 100644 --- a/x11-wm/musca/ChangeLog +++ b/x11-wm/musca/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/musca -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.19 2011/10/06 20:31:51 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.20 2012/02/17 16:00:42 jer Exp $ + + 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> + -musca-0.9.24_p20100226-r1.ebuild: + Old. *musca-0.9.24_p20100226-r2 (06 Oct 2011) diff --git a/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild b/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild deleted file mode 100644 index 87c9229fa021..000000000000 --- a/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild,v 1.2 2011/07/28 04:55:06 jer Exp $ - -EAPI="2" - -inherit eutils savedconfig toolchain-funcs - -DESCRIPTION="A simple dynamic window manager for X, with features nicked from -ratpoison and dwm" -HOMEPAGE="http://aerosuidae.net/musca.html" -SRC_URI="mirror://gentoo/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="apis xlisten" - -COMMON="x11-libs/libX11" -DEPEND="${COMMON} sys-apps/sed" -RDEPEND=" - ${COMMON} x11-misc/dmenu - apis? ( x11-misc/xbindkeys ) -" - -src_prepare() { - epatch "${FILESDIR}"/${P/_p*}-make.patch - - local i - for i in apis xlisten; do - use ${i} || sed -e "s|${i}||g" -i Makefile - done - - restore_config config.h -} - -src_compile() { - tc-export CC - emake || die "emake failed" -} - -src_install() { - dobin musca || die - - local i - for i in xlisten apis; do - if use ${i}; then - dobin ${i} || die - fi - done - doman musca.1 || die - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/${PN}.xsession musca || die - - save_config config.h -} |