public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/files/, x11-plugins/wmacpi/
Date: Thu, 19 Jul 2018 13:24:47 +0000 (UTC)	[thread overview]
Message-ID: <1532006681.c2bb5bfcfa192173470fd36824424c41e5d024bd.voyageur@gentoo> (raw)

commit:     c2bb5bfcfa192173470fd36824424c41e5d024bd
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul  8 12:05:39 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 13:24:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bb5bfc

x11-plugins/wmacpi: EAPI7, improve ebuild

 x11-plugins/wmacpi/files/wmacpi-2.3-makefile.patch |  4 +--
 x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild            | 29 ++++++++++++++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmacpi/files/wmacpi-2.3-makefile.patch b/x11-plugins/wmacpi/files/wmacpi-2.3-makefile.patch
index d1ec4968906..2bf80a3190d 100644
--- a/x11-plugins/wmacpi/files/wmacpi-2.3-makefile.patch
+++ b/x11-plugins/wmacpi/files/wmacpi-2.3-makefile.patch
@@ -1,5 +1,5 @@
---- Makefile.orig	2015-01-12 11:27:07.396319323 +0100
-+++ Makefile	2015-01-12 11:29:21.531298827 +0100
+--- a/Makefile	2015-01-12 11:27:07.396319323 +0100
++++ b/Makefile	2015-01-12 11:29:21.531298827 +0100
 @@ -13,8 +13,8 @@
  #OPT	= -pg -g
  

diff --git a/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild b/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
new file mode 100644
index 00000000000..fbc57d04894
--- /dev/null
+++ b/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="DockApp ACPI status monitor for laptops"
+HOMEPAGE="https://www.dockapps.net/wmacpi"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 -ppc -sparc ~x86"
+
+DEPEND=">=x11-libs/libdockapp-0.7:=
+	x11-libs/libX11"
+
+S=${WORKDIR}/dockapps
+
+src_prepare() {
+	default
+	eapply "${FILESDIR}"/${P}-makefile.patch
+
+	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}


             reply	other threads:[~2018-07-19 13:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-19 13:24 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-04 22:17 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/files/, x11-plugins/wmacpi/ Sam James
2020-06-15 15:48 Bernard Cafarelli
2020-05-29 20:48 Bernard Cafarelli
2020-03-29 15:17 Bernard Cafarelli
2020-03-29 11:35 Bernard Cafarelli
2017-11-24 10:10 Bernard Cafarelli

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=1532006681.c2bb5bfcfa192173470fd36824424c41e5d024bd.voyageur@gentoo \
    --to=voyageur@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