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 E99E1138334 for ; Mon, 7 Oct 2019 19:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F027FE0897; Mon, 7 Oct 2019 19:47:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D0C75E0897 for ; Mon, 7 Oct 2019 19:47:49 +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 0642E34BA0D for ; Mon, 7 Oct 2019 19:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C948F82D for ; Mon, 7 Oct 2019 19:47:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570477328.0275674e4607f9717a88015babf6fae692f2db14.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-xosdplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild X-VCS-Directories: x11-misc/lineak-xosdplugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0275674e4607f9717a88015babf6fae692f2db14 X-VCS-Branch: master Date: Mon, 7 Oct 2019 19:47:46 +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: 95945b07-94d5-48f5-b7ff-701955733550 X-Archives-Hash: 165cdebed84bda2b0a4543a3c9e949c3 commit: 0275674e4607f9717a88015babf6fae692f2db14 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 19:42:08 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 19:42:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0275674e x11-misc/lineak-xosdplugin: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> .../lineak-xosdplugin-0.9.0-r1.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild deleted file mode 100644 index cb217003963..00000000000 --- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils multilib - -MY_P=${P/.0/} - -DESCRIPTION="Xosd plugin for LINEAK" -HOMEPAGE="http://lineak.sourceforge.net/" -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug" - -DEPEND="=x11-misc/lineakd-${PV}* - x11-libs/xosd" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch -} - -src_compile() { - econf $(use_enable debug) --with-x - emake LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - emake DESTDIR="${D}" \ - PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \ - install || die - dodoc AUTHORS README || die -}