public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.6.0-r1.ebuild
@ 2008-06-05 15:40 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-06-05 15:40 UTC (permalink / raw
  To: gentoo-commits

opfer       08/06/05 15:40:22

  Modified:             ChangeLog active-dvi-1.6.0-r1.ebuild
  Log:
  put man page in correct directory, see bug 168542 by  Horst Prote <prote AT fmi DOT uni-stuttgart DOT de>; quote variables
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.16                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Mar 2007 23:43:37 -0000	1.15
+++ ChangeLog	5 Jun 2008 15:40:22 -0000	1.16
@@ -1,6 +1,15 @@
 # ChangeLog for app-text/active-dvi
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.15 2007/03/12 23:43:37 nattfodd Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.16 2008/06/05 15:40:22 opfer Exp $
+
+  05 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+  active-dvi-1.6.0-r1.ebuild:
+  put man page in correct directory, see bug 168542 by Horst Prote
+  <prote AT fmi DOT uni-stuttgart DOT de>; quote variables
+
+  05 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+  active-dvi-1.6.0-r1.ebuild:
+  stable x86, bug 224893
 
   12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
   Replaced text-markup by tex as maintaining herd (text-markup split).



1.4                  app-text/active-dvi/active-dvi-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild?r1=1.3&r2=1.4

Index: active-dvi-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- active-dvi-1.6.0-r1.ebuild	28 Jan 2007 05:36:28 -0000	1.3
+++ active-dvi-1.6.0-r1.ebuild	5 Jun 2008 15:40:22 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.3 2007/01/28 05:36:28 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0-r1.ebuild,v 1.4 2008/06/05 15:40:22 opfer Exp $
 
 inherit eutils
 
@@ -15,7 +15,7 @@
 
 IUSE="cjk tk"
 SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~ppc x86"
 
 DEPEND=">=dev-lang/ocaml-3.04
 	>=dev-ml/camlimages-2.20
@@ -54,8 +54,8 @@
 src_unpack() {
 
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/${P}-warn-error.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-warn-error.patch
 	# need to remove texhash, it'll cause problems with
 	# the sandbox if we try and run it during emerge
 	sed -i -e "s/texhash//" Makefile
@@ -86,16 +86,16 @@
 	TEXMFADVI="/usr/share/texmf/tex/latex/advi"
 
 	dodir /usr/bin $TEXMFADVI
-	make MANDIR=${D}/usr/share/man/man1 \
-		ADVI_LOC=${D}/${TEXMFADVI} \
-		prefix=${D}/usr install || die
+	make MANDIR="${D}"/usr/share/man \
+		ADVI_LOC="${D}"/${TEXMFADVI} \
+		prefix="${D}"/usr install || die
 
 	# only include the jpfonts.config if use cjk
-	use cjk || rm ${D}${TEXMFADVI}/jpfonts.conf
+	use cjk || rm "${D}"${TEXMFADVI}/jpfonts.conf
 
 	# now install the documentation
 	dodoc ${DOCS}
-	cd ${S}/doc
+	cd "${S}"/doc
 	dohtml *.{jpg,gif,css,html}
 	dodoc manual.{dvi,pdf,ps}
 	# and the manual page



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.6.0-r1.ebuild
@ 2008-09-02 18:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-02 18:04 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/02 18:04:12

  Modified:             ChangeLog
  Removed:              active-dvi-1.6.0-r1.ebuild
  Log:
  remove old
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.25                 app-text/active-dvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/active-dvi/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Aug 2008 20:41:20 -0000	1.24
+++ ChangeLog	2 Sep 2008 18:04:11 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/active-dvi
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.24 2008/08/17 20:41:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.25 2008/09/02 18:04:11 aballier Exp $
+
+  02 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+  -files/active-dvi-1.6.0-warn-error.patch, -active-dvi-1.6.0-r1.ebuild:
+  remove old
 
   17 Aug 2008; Markus Meier <maekke@gentoo.org> active-dvi-1.7.3.ebuild:
   x86 stable, bug #234566






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-02 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 18:04 [gentoo-commits] gentoo-x86 commit in app-text/active-dvi: ChangeLog active-dvi-1.6.0-r1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-05 15:40 Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox