From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A46E0138335 for ; Mon, 5 Nov 2018 18:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A3DE0C7D; Mon, 5 Nov 2018 18:29:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97F1AE0C7C for ; Mon, 5 Nov 2018 18:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 456C5335CC8 for ; Mon, 5 Nov 2018 18:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F46B45D for ; Mon, 5 Nov 2018 18:29:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1541442559.2cfd63ae97e453eaa55063610a6f37d6ee0f06ef.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmappl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmappl/wmappl-0.71.ebuild X-VCS-Directories: x11-plugins/wmappl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2cfd63ae97e453eaa55063610a6f37d6ee0f06ef X-VCS-Branch: master Date: Mon, 5 Nov 2018 18:29:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e431eaf1-2879-40f7-944f-7a2430f9fbb8 X-Archives-Hash: ecc9f716ae9076cd0432a670e3a5cc67 commit: 2cfd63ae97e453eaa55063610a6f37d6ee0f06ef Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 5 18:27:53 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 5 18:29:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfd63ae x11-plugins/wmappl: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-plugins/wmappl/wmappl-0.71.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/x11-plugins/wmappl/wmappl-0.71.ebuild b/x11-plugins/wmappl/wmappl-0.71.ebuild deleted file mode 100644 index bbd0ab35203..00000000000 --- a/x11-plugins/wmappl/wmappl-0.71.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="" -DESCRIPTION="Simple application launcher for the Window Maker dock" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="https://www.dockapps.net/wmappl" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc amd64 ppc" - -src_compile() { - econf || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "Installation failed" -}