summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmlaptop/wmlaptop-1.3.ebuild')
-rw-r--r--x11-plugins/wmlaptop/wmlaptop-1.3.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild b/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
deleted file mode 100644
index e8517da66a09..000000000000
--- a/x11-plugins/wmlaptop/wmlaptop-1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-IUSE=""
-
-MY_P="${P}"
-S="${WORKDIR}/${MY_P}/src"
-
-DESCRIPTION="Dockapp for laptop users"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/474/${P}.tar.bz2"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/227"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- >=sys-apps/sed-4.1.5-r1"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc x86"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-Makefile.patch
- epatch "${FILESDIR}"/${PN}-ACPI-detection.patch
-}
-
-src_compile() {
- emake || die "Compilation failed"
-}
-
-src_install() {
- dodir /usr/bin
- einstall INSTALLDIR="${D}/usr/bin" || die "Installation failed"
-
- dodoc ../AUTHORS ../README ../README.IT ../THANKS
-
- domenu "${FILESDIR}/${PN}.desktop"
-}