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 3720C138334 for ; Sun, 23 Sep 2018 16:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D161E08AB; Sun, 23 Sep 2018 16:05:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 25536E08AB for ; Sun, 23 Sep 2018 16:05:05 +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 78279335C31 for ; Sun, 23 Sep 2018 16:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3845A3E0 for ; Sun, 23 Sep 2018 16:05:02 +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: <1537718599.3536246c5359d024c3e69719188a3b69d37817b1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmwifi/wmwifi-0.6.ebuild X-VCS-Directories: x11-plugins/wmwifi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3536246c5359d024c3e69719188a3b69d37817b1 X-VCS-Branch: master Date: Sun, 23 Sep 2018 16:05:02 +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: 15dec759-60aa-47ca-b706-a29f2b2af536 X-Archives-Hash: 373039b294b95337758532cb858bf33d commit: 3536246c5359d024c3e69719188a3b69d37817b1 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 23 16:03:19 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 23 16:03:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3536246c x11-plugins/wmwifi: Drop old Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-plugins/wmwifi/wmwifi-0.6.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/x11-plugins/wmwifi/wmwifi-0.6.ebuild b/x11-plugins/wmwifi/wmwifi-0.6.ebuild deleted file mode 100644 index 8580b127ae9..00000000000 --- a/x11-plugins/wmwifi/wmwifi-0.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="wireless network interface monitor dockapp" -HOMEPAGE="https://www.dockapps.net/wmwifi" -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_compile() -{ - econf || die "Configuration failed" - - # by default it does not honour our CFLAGS - emake CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" || die "Compilation failed" -} - -src_install() -{ - dobin src/wmwifi || die - doman wmwifi.1 || die - dodoc AUTHORS README || die -}