public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/analog: analog-6.0-r4.ebuild ChangeLog
Date: Sun, 10 Apr 2011 08:36:18 +0000 (UTC)	[thread overview]
Message-ID: <20110410083618.E326220054@flycatcher.gentoo.org> (raw)

angelos     11/04/10 08:36:18

  Modified:             analog-6.0-r4.ebuild ChangeLog
  Log:
  Bump to EAPI4 for dodoc -r, run emake in src to respect MAKEOPTS
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-admin/analog/analog-6.0-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild?r1=1.2&r2=1.3

Index: analog-6.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- analog-6.0-r4.ebuild	25 Feb 2011 17:59:30 -0000	1.2
+++ analog-6.0-r4.ebuild	10 Apr 2011 08:36:18 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild,v 1.2 2011/02/25 17:59:30 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/analog-6.0-r4.ebuild,v 1.3 2011/04/10 08:36:18 angelos Exp $
 
-EAPI=2
+EAPI=4
 
 inherit eutils toolchain-funcs
 
@@ -31,7 +31,9 @@
 
 src_compile() {
 	tc-export CC
-	emake || die "make failed"
+	# emake in main dir just executes "cd src && make",
+	# i.e. MAKEOPTS are ignored
+	emake -C src || die "make failed"
 }
 
 src_install() {
@@ -41,7 +43,7 @@
 	dodoc README.txt Licence.txt analog.cfg
 	dohtml -a html,gif,css,ico docs/*
 	dohtml -r how-to
-	docinto examples ; dodoc examples/*
+	dodoc -r examples
 	docinto cgi ; dodoc anlgform.pl
 
 	insinto /usr/share/analog/images ; doins images/*



1.62                 app-admin/analog/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/analog/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/analog/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	25 Feb 2011 17:59:30 -0000	1.61
+++ ChangeLog	10 Apr 2011 08:36:18 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/analog
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/ChangeLog,v 1.61 2011/02/25 17:59:30 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/ChangeLog,v 1.62 2011/04/10 08:36:18 angelos Exp $
+
+  10 Apr 2011; Christoph Mende <angelos@gentoo.org> analog-6.0-r4.ebuild:
+  Bump to EAPI4 for dodoc run emake in src to respect MAKEOPTS
 
   25 Feb 2011; Kevin McCarthy <signals@gentoo.org> analog-6.0-r3.ebuild,
   analog-6.0-r4.ebuild:






             reply	other threads:[~2011-04-10  8:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-10  8:36 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-11 22:36 [gentoo-commits] gentoo-x86 commit in app-admin/analog: analog-6.0-r4.ebuild ChangeLog Jeroen Roovers (jer)
2011-04-15 21:48 Christoph Mende (angelos)
2011-05-09 18:00 Thomas Kahle (tomka)
2011-05-20 19:40 Markus Meier (maekke)
2011-05-29 16:52 Raul Porcel (armin76)
2012-03-04 10:27 Pacho Ramos (pacho)

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=20110410083618.E326220054@flycatcher.gentoo.org \
    --to=angelos@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