From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mx5000tools/
Date: Sat, 25 May 2019 20:59:15 +0000 (UTC) [thread overview]
Message-ID: <1558817682.216d53788f12a6852dedf39929e0c56e8c8f63b4.asturm@gentoo> (raw)
commit: 216d53788f12a6852dedf39929e0c56e8c8f63b4
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat May 25 20:25:41 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:54:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216d5378
app-misc/mx5000tools: add missing dependencies
I've forgotten to add two dependencies, so it could fail on some
systems. There are dev-libs/glib and virtual/pkgconfig.
Closes: https://bugs.gentoo.org/685054
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11900
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild | 42 ++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild b/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild
new file mode 100644
index 00000000000..75f0d1a2f73
--- /dev/null
+++ b/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild
@@ -0,0 +1,42 @@
+# 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="
+ dev-libs/glib:2
+ media-libs/netpbm:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+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
+}
next reply other threads:[~2019-05-25 20:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-25 20:59 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-05 22:41 [gentoo-commits] repo/gentoo:master commit in: app-misc/mx5000tools/ Conrad Kostecki
2022-11-16 23:00 Sam James
2022-11-16 23:00 Sam James
2022-11-16 19:19 Arthur Zamarin
2022-11-16 19:19 Arthur Zamarin
2022-10-17 3:17 Sam James
2019-05-25 20:59 Andreas Sturmlechner
2019-05-25 20:59 Andreas Sturmlechner
2019-05-19 15:48 Thomas Deutschmann
2019-04-13 19:10 Agostino Sarubbo
2018-11-13 22:16 Patrice Clement
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=1558817682.216d53788f12a6852dedf39929e0c56e8c8f63b4.asturm@gentoo \
--to=asturm@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