diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 19:38:43 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 19:38:43 +0000 |
commit | 52a958a5e9e728bd1efb653e64e724ac6c3e71ad (patch) | |
tree | 9596736e04a7c404c2220eb670bb7121045a8dcc /x11-wm/waimea | |
parent | Version bumped. Removed motif IUSE flag which is not relevant anymore. (Manif... (diff) | |
download | gentoo-2-52a958a5e9e728bd1efb653e64e724ac6c3e71ad.tar.gz gentoo-2-52a958a5e9e728bd1efb653e64e724ac6c3e71ad.tar.bz2 gentoo-2-52a958a5e9e728bd1efb653e64e724ac6c3e71ad.zip |
Removed old ebuild.
Diffstat (limited to 'x11-wm/waimea')
-rw-r--r-- | x11-wm/waimea/files/digest-waimea-0.4.0 | 1 | ||||
-rw-r--r-- | x11-wm/waimea/waimea-0.4.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/x11-wm/waimea/files/digest-waimea-0.4.0 b/x11-wm/waimea/files/digest-waimea-0.4.0 deleted file mode 100644 index dec4f7b860e0..000000000000 --- a/x11-wm/waimea/files/digest-waimea-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ce2ce92451e4e757a75c958b6acb87a waimea-0.4.0.tar.bz2 206805 diff --git a/x11-wm/waimea/waimea-0.4.0.ebuild b/x11-wm/waimea/waimea-0.4.0.ebuild deleted file mode 100644 index e8476c51aaec..000000000000 --- a/x11-wm/waimea/waimea-0.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.4.0.ebuild,v 1.11 2004/07/15 01:16:51 agriffis Exp $ - -DESCRIPTION="Window manager based on BlackBox" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.waimea.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="" - -DEPEND="virtual/x11 - media-libs/imlib2 - virtual/xft" -PROVIDE="virtual/blackbox" - -src_compile() { - econf \ - --enable-shape \ - --enable-xinerama \ - --enable-render \ - --enable-randr \ - --enable-xft \ - --enable-pixmap \ - || die - emake || die -} - -src_install() { - einstall sysconfdir=${D}/etc/X11/waimea || die - - dodoc ChangeLog AUTHORS COPYING INSTALL README TODO NEWS - - exeinto /etc/X11/Sessions - echo "/usr/bin/waimea" > waimea - doexe waimea -} - -pkg_postinst() { - einfo "Please read the README in /usr/share/doc/${PF}" - einfo "for info on setting up and configuring waimea" -} |