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 A134E138334 for ; Sun, 10 Mar 2019 22:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A752BE0DC6; Sun, 10 Mar 2019 22:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6A32AE0DBE for ; Sun, 10 Mar 2019 22:38:42 +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 3352E335D26 for ; Sun, 10 Mar 2019 22:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B3A57C for ; Sun, 10 Mar 2019 22:38:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552257336.ad4a0ec0f342720647cf1b4f8a1c4aaeff785448.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/glcdprocdriver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/glcdprocdriver/Manifest app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild app-misc/glcdprocdriver/metadata.xml X-VCS-Directories: app-misc/glcdprocdriver/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ad4a0ec0f342720647cf1b4f8a1c4aaeff785448 X-VCS-Branch: master Date: Sun, 10 Mar 2019 22:38:37 +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: 29aa6a08-424a-48a9-809f-7f5c571cc28d X-Archives-Hash: 767806b8f84ef720b32f78c8094be601 commit: ad4a0ec0f342720647cf1b4f8a1c4aaeff785448 Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 7 14:57:17 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 10 22:35:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4a0ec0 app-misc/glcdprocdriver: bump to version 0.1.2. Closes: https://bugs.gentoo.org/470658 Closes: https://bugs.gentoo.org/667962 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10097 Signed-off-by: Patrice Clement gentoo.org> app-misc/glcdprocdriver/Manifest | 1 + .../glcdprocdriver/glcdprocdriver-0.1.2.ebuild | 33 ++++++++++++++++++++++ app-misc/glcdprocdriver/metadata.xml | 26 ++++++++++++----- 3 files changed, 53 insertions(+), 7 deletions(-) diff --git a/app-misc/glcdprocdriver/Manifest b/app-misc/glcdprocdriver/Manifest index a1009e9b551..ec109e884f1 100644 --- a/app-misc/glcdprocdriver/Manifest +++ b/app-misc/glcdprocdriver/Manifest @@ -1 +1,2 @@ +DIST GLCDprocDriver-0.1.2.tar.gz 21438 BLAKE2B a480d241ad1f7b88ef63a0d2934d59325a9d5739497313c8bcc3f720a071d5bf2804986715e4392fc4713fc3641ae23e5f54cb81cdf1d45db9397d985555260a SHA512 b39dc9d68225bde63a053f124260cec9a081da1d2df6d245be109c8017d60e0e495f056fbc7ee077633d3ac68aaf7cdbaf606e1726f383aa583775a75eea5433 DIST glcdprocdriver-0.0.6.tar.bz2 17209 BLAKE2B 631918337227c43eac163d7353182852500c08db0d1d0f3d4145d9b57895a66eb8c47a16715c1c0e4c3ab044a0de5ed80c282fd57850cbb33636cf775b721a4f SHA512 c489b6e6d6a72306867adb94ed6a6cf6354c834a27fd2ab2ac733707954b18bf93dc56a868e167fcb183602c03ac648bb941699760817e414ab8e8592edb8b7e diff --git a/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild b/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild new file mode 100644 index 00000000000..6b396bfbad4 --- /dev/null +++ b/app-misc/glcdprocdriver/glcdprocdriver-0.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="GLCDprocDriver" +MY_P="${MY_PN}-${PV}" + +inherit toolchain-funcs + +DESCRIPTION="A glue between the graphlcd-base library from the GraphLCD project" +HOMEPAGE="https://lucianm.github.io/GLCDprocDriver + https://github.com/lucianm/GLCDprocDriver" +SRC_URI="https://github.com/lucianm/${MY_PN}/archive/0.1.2.tar.gz -> ${MY_P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=app-misc/graphlcd-base-1.0.0" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" +} + +src_install() { + emake DESTDIR="${ED%/}/usr" INCDIR="${ED%/}/usr/share/include" LIBDIR="${ED%/}/usr/$(get_libdir)" install + + einstalldocs +} diff --git a/app-misc/glcdprocdriver/metadata.xml b/app-misc/glcdprocdriver/metadata.xml index 9dde3d16415..85a394977ca 100644 --- a/app-misc/glcdprocdriver/metadata.xml +++ b/app-misc/glcdprocdriver/metadata.xml @@ -1,12 +1,24 @@ - - - GLCDprocDriver is the glue between the app-misc/graphlcd-base - library, which is written in C++, and app-misc/lcdproc's - meta-driver glcdlib, which extends supported displays in LCDproc - by those supported through graphlcd-base (just in text mode, of - course). + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + GLCDprocDriver is the glue between the graphlcd-base library from the GraphLCD project, + which is written in C++, and LCDproc's meta-driver "glcdlib", which extends supported + displays in LCDproc by those supported through graphlcd-base (but just in text mode, of course). + It is implemented in C++, but provides the necessary wrapper C calls for use by glcdlib. + It is NOT intended to provide general C wrapping for the whole graphlcd-base, library, + as it really only implements the actual meta-driver for LCDproc. + + https://github.com/lucianm/GLCDprocDriver/issues + lucianm/GLCDprocDriver +