diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-07-28 04:55:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-07-28 04:55:06 +0000 |
commit | 668206a090e5cc775af1acefe1a89728c1ce33c3 (patch) | |
tree | de1862ed5187c202acf5305eb28425b131e5c797 /x11-wm/musca | |
parent | Remove unused patches from files directory (diff) | |
download | gentoo-2-668206a090e5cc775af1acefe1a89728c1ce33c3.tar.gz gentoo-2-668206a090e5cc775af1acefe1a89728c1ce33c3.tar.bz2 gentoo-2-668206a090e5cc775af1acefe1a89728c1ce33c3.zip |
Update HOMEPAGE. Remove old.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/musca')
-rw-r--r-- | x11-wm/musca/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/musca/musca-0.9.24_p20100226.ebuild | 53 |
3 files changed, 7 insertions, 56 deletions
diff --git a/x11-wm/musca/ChangeLog b/x11-wm/musca/ChangeLog index 15c08668d311..0b3c599898d0 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.17 2011/06/01 15:48:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.18 2011/07/28 04:55:06 jer Exp $ + + 28 Jul 2011; Jeroen Roovers <jer@gentoo.org> -musca-0.9.24_p20100226.ebuild, + musca-0.9.24_p20100226-r1.ebuild: + Update HOMEPAGE. *musca-0.9.24_p20100226-r1 (01 Jun 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 index 888c30bc5db7..87c9229fa021 100644 --- a/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild +++ b/x11-wm/musca/musca-0.9.24_p20100226-r1.ebuild @@ -1,6 +1,6 @@ # 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.1 2011/06/01 15:47:06 jer Exp $ +# $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" @@ -8,7 +8,7 @@ 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/" +HOMEPAGE="http://aerosuidae.net/musca.html" SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-3" diff --git a/x11-wm/musca/musca-0.9.24_p20100226.ebuild b/x11-wm/musca/musca-0.9.24_p20100226.ebuild deleted file mode 100644 index ce23aac88758..000000000000 --- a/x11-wm/musca/musca-0.9.24_p20100226.ebuild +++ /dev/null @@ -1,53 +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.ebuild,v 1.2 2011/02/02 21:34:00 radhermit 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/" -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 "dobin failed" - - local i - for i in xlisten apis; do - if use ${i}; then - dobin ${i} || die "dobin ${i} failed" - fi - done - doman musca.1 || die "doman failed" - save_config config.h -} |