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 0F972138359 for ; Mon, 28 Sep 2020 22:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43F81E07A7; Mon, 28 Sep 2020 22:11:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17700E07A7 for ; Mon, 28 Sep 2020 22:11:41 +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 A9CA6335CC8 for ; Mon, 28 Sep 2020 22:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1991C334 for ; Mon, 28 Sep 2020 22:11:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1601331086.e5d349864fdc4a43d3b74c9d4d7292cc3fdca9f8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/graphlcd-base/graphlcd-base-1.0.2-r2.ebuild app-misc/graphlcd-base/graphlcd-base-2.0.0-r1.ebuild X-VCS-Directories: app-misc/graphlcd-base/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e5d349864fdc4a43d3b74c9d4d7292cc3fdca9f8 X-VCS-Branch: master Date: Mon, 28 Sep 2020 22:11:38 +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: 1821393b-7cff-4989-b5e8-dda15b529ec1 X-Archives-Hash: d020c500fdcf5198e8ac4ad2dac4c13b commit: e5d349864fdc4a43d3b74c9d4d7292cc3fdca9f8 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Sep 28 22:09:39 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Sep 28 22:11:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d34986 app-misc/graphlcd-base: add missing cxx dependency Closes: https://bugs.gentoo.org/745132 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> .../graphlcd-base/graphlcd-base-1.0.2-r2.ebuild | 91 ++++++++++++++++++++++ .../graphlcd-base/graphlcd-base-2.0.0-r1.ebuild | 91 ++++++++++++++++++++++ 2 files changed, 182 insertions(+) diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2-r2.ebuild b/app-misc/graphlcd-base/graphlcd-base-1.0.2-r2.ebuild new file mode 100644 index 00000000000..8dab507a5d1 --- /dev/null +++ b/app-misc/graphlcd-base/graphlcd-base-1.0.2-r2.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit optfeature toolchain-funcs udev + +DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD" +HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" +SRC_URI="https://projects.vdr-developer.org/git/${PN}.git/snapshot/${P}.tar.bz2" + +KEYWORDS="amd64 x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="fontconfig freetype graphicsmagick imagemagick lcd_devices_ax206dpf lcd_devices_picolcd_256x64 lcd_devices_vnc" +REQUIRED_USE="?? ( graphicsmagick imagemagick )" + +RDEPEND=" + dev-libs/libhid + net-libs/libvncserver + freetype? ( media-libs/freetype:2= ) + fontconfig? ( media-libs/fontconfig:1.0= ) + graphicsmagick? ( media-gfx/graphicsmagick:0/1.3[cxx] ) + imagemagick? (