public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
Date: Tue, 18 Oct 2011 18:04:43 +0000 (UTC)	[thread overview]
Message-ID: <20111018180443.0C46C2004B@flycatcher.gentoo.org> (raw)

radhermit    11/10/18 18:04:43

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  Update to EAPI 4.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-tex/glossaries/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	16 Oct 2011 17:19:16 -0000	1.40
+++ ChangeLog	18 Oct 2011 18:04:42 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.40 2011/10/16 17:19:16 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.41 2011/10/18 18:04:42 radhermit Exp $
+
+  18 Oct 2011; Tim Harder <radhermit@gentoo.org> glossaries-3.01.ebuild:
+  Update to EAPI 4.
 
   16 Oct 2011; Fabian Groffen <grobian@gentoo.org> glossaries-3.01.ebuild:
   Marked ~x86-macos



1.4                  dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.3&r2=1.4

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glossaries-3.01.ebuild	16 Oct 2011 17:19:16 -0000	1.3
+++ glossaries-3.01.ebuild	18 Oct 2011 18:04:42 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.3 2011/10/16 17:19:16 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.4 2011/10/18 18:04:42 radhermit Exp $
+
+EAPI=4
 
 inherit latex-package
 
@@ -28,16 +30,16 @@
 src_install() {
 	latex-package_src_doinstall styles
 
-	dobin makeglossaries || die
+	dobin makeglossaries
 
-	dodoc CHANGES README || die
+	dodoc CHANGES README
 	insinto "${TEXMF}/tex/latex/${PN}/dict"
-	doins *.dict || die
+	doins *.dict
 	if use doc ; then
 		latex-package_src_doinstall pdf
 	fi
 	if use examples ; then
-		insinto /usr/share/doc/${PF}/examples
-		doins *.tex || die
+		docinto examples
+		dodoc samples/*.tex
 	fi
 }






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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 18:04 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 17:24 [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild Alexis Ballier (aballier)
2012-03-08 21:19 Brent Baude (ranger)
2012-03-06 14:18 Brent Baude (ranger)
2011-11-05 18:16 Raul Porcel (armin76)
2011-10-29 19:27 Markus Meier (maekke)
2011-10-25 11:38 Jeroen Roovers (jer)
2011-10-24 20:14 Markus Meier (maekke)
2011-08-28 16:50 Fabian Groffen (grobian)
2011-07-27 13:43 Alexis Ballier (aballier)

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=20111018180443.0C46C2004B@flycatcher.gentoo.org \
    --to=radhermit@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