public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/
Date: Sun, 16 Oct 2016 19:16:13 +0000 (UTC)	[thread overview]
Message-ID: <1476645346.e8e3d41b6a38fab701bd8d74d813325b9edd788b.hd_brummy@gentoo> (raw)

commit:     e8e3d41b6a38fab701bd8d74d813325b9edd788b
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 19:15:46 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 19:15:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e3d41b

app-misc/graphlcd-base: compile fix gcc-6, wrt bug 595202; eapi=6

Package-Manager: portage-2.3.0

 app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
index b9f72c1..3fac7c8 100644
--- a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
+++ b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit eutils flag-o-matic multilib
+inherit flag-o-matic multilib
 
 VERSION="501" #every bump, new version
 
 DESCRIPTION="Graphical LCD Driver"
-HOMEPAGE="http://projects.vdr-developer.org/projects/show/graphlcd"
+HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~amd64 ~ppc ~x86"
@@ -23,9 +23,14 @@ RDEPEND="g15? ( app-misc/g15daemon )
 
 src_prepare() {
 	sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:"
-	epatch "${FILESDIR}/${PN}-0.1.5-nostrip.patch"
+	eapply "${FILESDIR}/${PN}-0.1.5-nostrip.patch"
 
 	sed -i glcdskin/Makefile -e "s:-shared:\$(LDFLAGS) -shared:"
+
+	#gcc-6 fix
+	sed -i glcddrivers/futabaMDM166A.c -e "s:0xff7f0004:(int) 0xff7f0004:"
+
+	default
 }
 
 src_install() {
@@ -34,5 +39,7 @@ src_install() {
 	insinto /etc
 	doins graphlcd.conf
 
-	dodoc docs/*
+	local DOCS=( HISTORY README docs/* )
+
+	einstalldocs
 }


             reply	other threads:[~2016-10-16 19:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-16 19:16 Joerg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-02 21:16 [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ Thomas Deutschmann
2017-11-09 15:00 Manuel Rüger
2017-11-09 15:00 Manuel Rüger
2019-03-10 22:38 Patrice Clement
2019-03-10 23:06 Patrice Clement
2019-04-01 21:02 Thomas Deutschmann
2019-04-06 22:23 Patrice Clement
2019-04-06 22:23 Patrice Clement
2019-07-23 11:30 Agostino Sarubbo
2019-07-24  8:19 Agostino Sarubbo
2019-08-08  3:32 Joonas Niilola
2020-02-04 18:09 Conrad Kostecki
2020-07-30 22:36 Conrad Kostecki
2020-07-30 22:36 Conrad Kostecki
2020-08-22 20:16 Conrad Kostecki
2020-09-28 22:11 Conrad Kostecki
2020-09-28 22:11 Conrad Kostecki
2020-10-07  7:09 Agostino Sarubbo
2020-10-09 13:36 Conrad Kostecki
2021-01-03 21:45 Conrad Kostecki
2021-01-04 19:08 Conrad Kostecki
2021-01-07 21:09 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-03-12 11:52 Conrad Kostecki
2022-04-28  3:34 Sam James
2022-07-16 19:05 Conrad Kostecki
2023-09-17 21:41 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki

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=1476645346.e8e3d41b6a38fab701bd8d74d813325b9edd788b.hd_brummy@gentoo \
    --to=hd_brummy@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