From 9b1aadeeffe615624d844f691affddce02c3221c Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 28 Nov 2017 14:41:20 +0100 Subject: x11-plugins/wmlaptop: drop old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- x11-plugins/wmlaptop/Manifest | 1 - x11-plugins/wmlaptop/wmlaptop-1.3.ebuild | 45 -------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 x11-plugins/wmlaptop/wmlaptop-1.3.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/wmlaptop/Manifest b/x11-plugins/wmlaptop/Manifest index 4a225c0e6283..2f60fdce630d 100644 --- a/x11-plugins/wmlaptop/Manifest +++ b/x11-plugins/wmlaptop/Manifest @@ -1,2 +1 @@ -DIST wmlaptop-1.3.tar.bz2 54575 SHA256 5ce0ad86ebbf1e8167d0e7eb020389393cf08bd3c849dba9fce383d95a55281f SHA512 3653b49b0da5165f86fd6b681a021082f188ec66ef536ac31b72b2f04801a50466f5eacb706aca311cc02e046048a1adc29c55effd1e4ad5c5cdb6c6a85933de WHIRLPOOL 0a0c7f92b46c247e89a2b4dd332704eaa752aab4c784f5f2ec6fca6c7d11dfb2ed9b359871f5ce05ef6e1a2736381f73244df231171529022ea1bd31ae94f911 DIST wmlaptop-1.4.tar.gz 77023 SHA256 3a6a2900489555606e2dd411963c659edb43613877de85c67dab14f0c8a47c2c SHA512 6f9ef6a04e556c811b2470ba9c1a57cde0047e8ac4936b84f5313f0f05a8809ac441e9a8e871fbb93dd29ae1deb9044ba7a16847e9c16ad80fdbda21e1a6ac58 WHIRLPOOL fd0e68985acf3db2576862518ff8b25710bb6c5be2fb5b0b2abd4fdaa56de08dd62c9cb77f996784310692c0647d34083ca56059ab312b01fbff1d0453a24512 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" -} -- cgit v1.2.3-65-gdbad