summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2009-12-02 22:37:54 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2009-12-02 22:37:54 +0900
commitd4df4d8acd479ad5d8937306c6d6ca74092e4c3c (patch)
tree7deb0a3fc27287d7cfe334ad7c396bc3f53e17c9 /x11-wm
parentRemoved secondlife ebuilds. (diff)
downloadmatsuu-d4df4d8acd479ad5d8937306c6d6ca74092e4c3c.tar.gz
matsuu-d4df4d8acd479ad5d8937306c6d6ca74092e4c3c.tar.bz2
matsuu-d4df4d8acd479ad5d8937306c6d6ca74092e4c3c.zip
x11-wm/musca: already in portage tree.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/musca/Manifest2
-rw-r--r--x11-wm/musca/musca-0.9.22.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-wm/musca/Manifest b/x11-wm/musca/Manifest
deleted file mode 100644
index b68cd99..0000000
--- a/x11-wm/musca/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST musca-0.9.22.tgz 52198 RMD160 2a719822f45d3b589659cf38bb073a8bbee130da SHA1 4a143b710e66d57cc57656b8a31eb607ae2327ab SHA256 03e16d9e33e7ea4db506e1428a3f63a49c9e5589508412dd547e15ec5e467082
-EBUILD musca-0.9.22.ebuild 744 RMD160 498d7d83671e4469eb73988144189f1967b10277 SHA1 2fd9f49d0ee20e188e97d2ce4f33b36265de8b41 SHA256 8e0330b01376f8ad5f91ab79c7bb0fc4fa080ebf8725b054ea91c2654bf21ee3
diff --git a/x11-wm/musca/musca-0.9.22.ebuild b/x11-wm/musca/musca-0.9.22.ebuild
deleted file mode 100644
index 7753333..0000000
--- a/x11-wm/musca/musca-0.9.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="A simple tiling window manager for X, with features nicked from ratpoison and dwm"
-HOMEPAGE="http://aerosuidae.net/musca.html"
-SRC_URI="http://aerosuidae.net/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="savedconfig"
-
-DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}
- x11-misc/dmenu"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- if use savedconfig; then
- restore_config config.h
- fi
-
- sed -i \
- -e "s:X11R6/include:include:" \
- -e "s:X11R6/lib:$(get_libdir):" \
- Makefile || die
-
- tc-export CC
-}
-
-src_install() {
- dobin musca || die
-
- doman musca.1
-}