summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:23:10 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:23:10 +0000
commitb4342365d7f8740b37c827b68b025f1f36f0d534 (patch)
tree8a3b0a2ff52ee94652920cb1243532bf4adacfa0 /x11-plugins/wmrack/wmrack-1.2.0.ebuild
parentAdd patch for bug #229389 (diff)
downloadgentoo-2-b4342365d7f8740b37c827b68b025f1f36f0d534.tar.gz
gentoo-2-b4342365d7f8740b37c827b68b025f1f36f0d534.tar.bz2
gentoo-2-b4342365d7f8740b37c827b68b025f1f36f0d534.zip
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmrack/wmrack-1.2.0.ebuild')
-rw-r--r--x11-plugins/wmrack/wmrack-1.2.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-plugins/wmrack/wmrack-1.2.0.ebuild b/x11-plugins/wmrack/wmrack-1.2.0.ebuild
deleted file mode 100644
index db77f0e8f41c..000000000000
--- a/x11-plugins/wmrack/wmrack-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.2.0.ebuild,v 1.7 2006/10/27 09:04:39 s4t4n Exp $
-
-inherit eutils
-
-IUSE=""
-MY_P=${P/2.0/2}
-
-DESCRIPTION="A WindowMaker Dock CD+Sound Applet"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-HOMEPAGE="http://wmrack.sf.net/"
-DEPEND="x11-wm/windowmaker
- x11-libs/libXpm"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile()
-{
- cd ${S}
- econf --with-x --prefix=/usr --sysconfdir=/etc --x-includes=/usr/include/ --x-libraries=$(get_libdir) || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install()
-{
- cd ${S}
- einstall MANDIR=${D}/usr/share/man || die "Installation failed"
-
- dodoc README TODO WARRANTY
-
- insinto /usr/share/applications
- doins ${FILESDIR}/${PN}.desktop
-}