public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-xosdplugin/
Date: Mon, 15 Mar 2021 23:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1615850022.df3ee2d1af56c777af81cd637e56e0edbdc7bac0.sam@gentoo> (raw)

commit:     df3ee2d1af56c777af81cd637e56e0edbdc7bac0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 23:13:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 23:13:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3ee2d1

x11-misc/lineak-xosdplugin: modernise ebuild, fix MisplacedVariable (EROOT)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
index 5499b6eedf1..5ad5aca6757 100644
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit multilib
 
 MY_P=${P/.0/}
-
 DESCRIPTION="Xosd plugin for LINEAK"
 HOMEPAGE="http://lineak.sourceforge.net/"
 SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -19,11 +18,8 @@ DEPEND="
 	=x11-misc/lineakd-${PV}*
 	x11-libs/xosd
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
 PATCHES=(
 	"${FILESDIR}"/${P}-gcc43.patch
 )
@@ -31,7 +27,7 @@ PATCHES=(
 src_configure() {
 	econf \
 		$(use_enable debug) \
-		--with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
+		--with-lineak-plugindir="${EPREFIX}/usr/$(get_libdir)/lineakd" \
 		--with-x
 }
 


             reply	other threads:[~2021-03-15 23:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 23:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04 22:15 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineak-xosdplugin/ Conrad Kostecki
2019-10-07 19:47 Michał Górny
2019-10-07 19:22 Sergei Trofimovich
2019-10-07  8:42 Agostino Sarubbo
2019-05-13  8:50 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615850022.df3ee2d1af56c777af81cd637e56e0edbdc7bac0.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox