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 36001138239 for ; Sat, 25 May 2019 20:59:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA8BE086F; Sat, 25 May 2019 20:59:21 +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 85A0CE086F for ; Sat, 25 May 2019 20:59:21 +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 F35BC345013 for ; Sat, 25 May 2019 20:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25648604 for ; Sat, 25 May 2019 20:59:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558817792.e906219337f4cb924415a77eaa4c7fbfdfe2d4ef.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mx5000tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mx5000tools/mx5000tools-0.1.2.ebuild X-VCS-Directories: app-misc/mx5000tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e906219337f4cb924415a77eaa4c7fbfdfe2d4ef X-VCS-Branch: master Date: Sat, 25 May 2019 20:59:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b429175-8ca7-4bfd-b0a5-d9082e27c684 X-Archives-Hash: 7fb730031bf1784e9053abae957e73f7 commit: e906219337f4cb924415a77eaa4c7fbfdfe2d4ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 25 20:56:32 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 25 20:56:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9062193 app-misc/mx5000tools: Drop 0.1.2 (r0) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/mx5000tools/mx5000tools-0.1.2.ebuild | 38 --------------------------- 1 file changed, 38 deletions(-) diff --git a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild b/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild deleted file mode 100644 index 71ca5f515e9..00000000000 --- a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Tools for controlling the LCD on a Logitech MX5000 keyboard" -HOMEPAGE="https://web.archive.org/web/20160409073317/http://home.gna.org/mx5000tools/" -SRC_URI="https://web.archive.org/web/20170225160711/http://download.gna.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="media-libs/netpbm:=" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-find-netpbm-header.patch" ) - -src_prepare() { - default - - eautoreconf -} -src_configure() { - local myeconfargs=( - --disable-static - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -}