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 B55AA138334 for ; Sun, 7 Oct 2018 12:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74323E0A9F; Sun, 7 Oct 2018 12:44: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 46549E0A9F for ; Sun, 7 Oct 2018 12:44: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 7D6F7335C7F for ; Sun, 7 Oct 2018 12:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5637542E for ; Sun, 7 Oct 2018 12:44: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: <1538914387.ed2d423e5fc8265ecc1121057f64e7989f166efe.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpower/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmpower/wmpower-0.4.3.ebuild X-VCS-Directories: x11-plugins/wmpower/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ed2d423e5fc8265ecc1121057f64e7989f166efe X-VCS-Branch: master Date: Sun, 7 Oct 2018 12:44: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: c4bf16df-2da1-4d44-8cd1-6207fc013b1e X-Archives-Hash: 4363061b9dad8fed6004666cd6d40172 commit: ed2d423e5fc8265ecc1121057f64e7989f166efe Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 7 12:13:07 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 7 12:13:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2d423e x11-plugins/wmpower: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-plugins/wmpower/wmpower-0.4.3.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/x11-plugins/wmpower/wmpower-0.4.3.ebuild b/x11-plugins/wmpower/wmpower-0.4.3.ebuild deleted file mode 100644 index 3235f25cf63..00000000000 --- a/x11-plugins/wmpower/wmpower-0.4.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="a dockapp to get/set power management status for laptops (APM, ACPI -and CPUfreq)" -HOMEPAGE="http://wmpower.sourceforge.net/" -SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_compile() { - # override wmpower self-calculated cflags - econf MY_CFLAGS="${CFLAGS}" || die "Configuration failed" - emake prefix="/usr/" || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO -}